Microsoft.Graph.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Graph</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Graph.Constants">
            <summary>
            Constants used for navigating Graph
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Constants.Url">
            <summary>
            URL segment constants
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.Url.AppRoot">
            <summary>
            The AppRoot folder
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.Url.DeletedItems">
            <summary>
            The Deleted Items folder
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.Url.Drafts">
            <summary>
            The Drafts folder
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.Url.GraphBaseUrlFormatString">
            <summary>
            The base URL format for Graph
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.Url.Inbox">
            <summary>
            The Inbox folder
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Constants.Url.SentItems">
            <summary>
            The Sent Items folder
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ClientType">
            <summary>
            The ClientType enum for OneDrive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ClientType.Business">
            OneDrive for Business
        </member>
        <member name="F:Microsoft.Graph.ClientType.Consumer">
            OneDrive Consumer
        </member>
        <member name="T:Microsoft.Graph.GraphErrorCode">
            <summary>
            Graph error codes
            https://developer.microsoft.com/en-us/graph/docs/concepts/errors
            </summary>
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.AccessDenied">
            The caller doesn't have permission to perform the action.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ActivityLimitReached">
            The app or user has been throttled.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.AccessRestricted">
            Access restricted to the item's owner.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.AuthenticationCancelled">
            Authentication cancelled.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.AuthenticationFailure">
            Authentication failed.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.CannotSnapshotTree">
            Failed to get a consistent delta snapshot. Try again later.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ChildItemCountExceeded">
            Max limit on the number of child items was reached.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.EntityTagDoesNotMatch">
            ETag does not match the current item's value.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.FragmentLengthMismatch">
            Declared total size for this fragment is different from that of the upload session.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.FragmentOutOfOrder">
            Uploaded fragment is out of order.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.FragmentOverlap">
            Uploaded fragment overlaps with existing data.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.GeneralException">
            An unspecified error has occurred.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidAcceptType">
            Invalid accept type.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidParameterFormat">
            Invalid parameter format.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidPath">
            Name contains invalid characters.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidQueryOption">
            Invalid query option.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidRange">
            The specified byte range is invalid or unavailable.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidRequest">
            The request is malformed or incorrect.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.InvalidStartIndex">
            Invalid start index.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ItemNotFound">
            The resource could not be found.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.LockMismatch">
            Lock token does not match existing lock.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.LockNotFoundOrAlreadyExpired">
            There is currently no unexpired lock on the item.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.LockOwnerMismatch">
            Lock Owner ID does not match provided ID.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MalformedEntityTag">
            ETag header is malformed. ETags must be quoted strings.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MalwareDetected">
            Malware was detected in the requested resource.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxDocumentCountExceeded">
            Max limit on number of Documents is reached.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxFileSizeExceeded">
            Max file size exceeded.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxFolderCountExceeded">
            Max limit on number of Folders is reached.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxFragmentLengthExceeded">
            Max file size exceeded.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxItemCountExceeded">
            Max limit on number of Items is reached.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxQueryLengthExceeded">
            Max query length exceeded.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.MaxStreamSizeExceeded">
            Maximum stream size exceeded.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.NameAlreadyExists">
            The specified item name already exists.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.NotAllowed">
            The action is not allowed by the system.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.NotSupported">
            The request is not supported by the system.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ParameterIsTooLong">
            Parameter Exceeds Maximum Length.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ParameterIsTooSmall">
            Parameter is smaller than minimum value.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.PathIsTooLong">
            Path exceeds maximum length.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.PathTooDeep">
            Folder hierarchy depth limit reached.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.PropertyNotUpdateable">
            Property not updateable.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ResourceModified">
            The resource being updated has changed since the caller last read it, usually an eTag mismatch.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ResyncApplyDifferences">
            Resync required. Replace any local items with the server's version (including deletes)
            if you're sure that the service was up to date with your local changes when you last sync'd.
            Upload any local changes that the server doesn't know about.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ResyncRequired">
            The delta token is no longer valid, and the app must reset the sync state.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ResyncUploadDifferences">
            Resync required. Upload any local items that the service did not return, and upload any files
            that differ from the server's version (keeping both copies if you're not sure which one is more up-to-date).
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ServiceNotAvailable">
            The service is not available. Try the request again after a delay. There may be a Retry-After header.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ServiceReadOnly">
            Resource is temporarily read-only.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ThrottledRequest">
            Too many requests.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.Timeout">
            The server, while acting as a proxy, did not receive a timely response from the upstream server it needed
            to access in attempting to complete the request. May occur together with 503.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.TooManyRedirects">
            Client application has been throttled and should not attempt to repeat the request until an amount of time has elapsed.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.TooManyResultsRequested">
            Too many results requested.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.TooManyTermsInQuery">
            Too many terms in the query.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.TotalAffectedItemCountExceeded">
            Operation is not allowed because the number of affected items exceeds threshold.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.TruncationNotAllowed">
            Data truncation is not allowed.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.QuotaLimitReached">
            The user has reached their quota limit.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.Unauthenticated">
            The caller is not authenticated.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.UploadSessionFailed">
            Upload session failed.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.UploadSessionIncomplete">
            Upload session incomplete.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.UploadSessionNotFound">
            Upload session not found.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.VirusSuspicious">
            This document is suspicious and may have a virus.
        </member>
        <member name="F:Microsoft.Graph.GraphErrorCode.ZeroOrFewerResultsRequested">
            Zero or fewer results requested.
        </member>
        <member name="T:Microsoft.Graph.PlannerAppliedCategories">
            <summary>
            Represents the categories applied for a <see cref="T:Microsoft.Graph.PlannerTask"/>. The category descriptions are defined for each Plan, in <see cref="T:Microsoft.Graph.PlannerPlanDetails" /> resource.
            </summary>
            <summary>
            The type PlannerAppliedCategories.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.Category1">
            <summary>
            Specifies if category1 is applied to a the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.Category2">
            <summary>
            Specifies if category2 is applied to a the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.Category3">
            <summary>
            Specifies if category3 is applied to a the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.Category4">
            <summary>
            Specifies if category4 is applied to a the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.Category5">
            <summary>
            Specifies if category5 is applied to a the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.Category6">
            <summary>
            Specifies if category6 is applied to a the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAppliedCategories.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat">
            <summary>
            Represents ordering onformation for the containing <see cref="T:Microsoft.Graph.PlannerTask"/> on "assigned to" task board.
            </summary>
            <summary>
            The type Planner Assigned To Task Board Task Format.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat.GetOrderHintForAssignee(System.String)">
            <summary>
            Returns the order hint that applies to the task in the given assignee's column.
            </summary>
            <param name="userId">User id of the assignee.</param>
            <returns>The order hint.</returns>
            <remarks>This method first checks the <see cref="P:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat.OrderHintsByAssignee"/> dictionary to find a user specific entry, if a suitable entry is not found
            falls back to <see cref="P:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat.UnassignedOrderHint"/> property.</remarks>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat.UnassignedOrderHint">
            <summary>
            Gets or sets unassigned order hint.
            Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat.OrderHintsByAssignee">
            <summary>
            Gets or sets order hints by assignee.
            Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined here.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerAssignment">
            <summary>
            Represents an assignment on a <see cref="T:Microsoft.Graph.PlannerTask"/>.
            </summary>
            <summary>
            The type PlannerAssignment.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerAssignment.ODataTypeName">
            <summary>
            OData type name for PlannerAssignment resource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignment.AddODataType(System.Runtime.Serialization.StreamingContext)">
            <summary>
            Ensures that @odata.type property is included when this object is serialized.
            This is required since this object is used as a value in dynamic properties of open types.
            </summary>
            <param name="context">Serialization context. This parameter is ignored.</param>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignment.AssignedBy">
            <summary>
            Gets or sets assignedBy.
            The identity of the user that performed the assignment of the task, i.e. the assignor.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignment.AssignedDateTime">
            <summary>
            Gets or sets assignedDateTime.
            The time at which the task was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignment.OrderHint">
            <summary>
            Gets or sets orderHint.
            Hint used to order assignees in a task. The format is defined as outlined here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignment.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerAssignments">
            <summary>
            Represents assignments of a <see cref="T:Microsoft.Graph.PlannerTask"/>.
            </summary>
            <summary>
            The type PlannerAssignments.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignments.#ctor">
            <summary>
            Creates a new instance of PlannerAssignments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignments.Assignees">
            <summary>
            Gets the ids of the users assigned to the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignments.Count">
            <summary>
            Gets the number of assignees on the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignments.Item(System.String)">
            <summary>
            Gets or sets assignment data for a user.
            </summary>
            <param name="userId">The id of the user.</param>
            <returns>The assignment information for the given assignee.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignments.AddAssignee(System.String)">
            <summary>
            Assigns the task to the user with the given id.
            </summary>
            <param name="userId">Id of the user to assign the task.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignments.GetEnumerator">
            <summary>
            Returns pairs of user ids and their assignment information for users that are assigned to the task.
            </summary>
            <returns>Enumeration of user id, assignment information pairs.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignments.DeserializeAssignments(System.Runtime.Serialization.StreamingContext)">
            <summary>
            Ensures the Assignment information is deserialized into <see cref="T:Microsoft.Graph.PlannerAssignment"/> objects.
            </summary>
            <param name="context">Serialization context. This parameter is ignored.</param>
        </member>
        <member name="P:Microsoft.Graph.PlannerAssignments.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerChecklistItem">
            <summary>
            Represents a checklist item on a <see cref="T:Microsoft.Graph.PlannerTaskDetails"/>.
            </summary>
            <summary>
            The type PlannerChecklistItem.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerChecklistItem.ODataTypeName">
            <summary>
            OData type name for PlannerChecklistItem resource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerChecklistItem.AddODataType(System.Runtime.Serialization.StreamingContext)">
            <summary>
            Ensures that @odata.type property is included when this object is serialized.
            This is required since this object is used as a value in dynamic properties of open types.
            </summary>
            <param name="context">Serialization context. This parameter is ignored.</param>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItem.IsChecked">
            <summary>
            Gets or sets isChecked.
            Value is true if the item is checked and false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItem.Title">
            <summary>
            Gets or sets title.
            Title of the checklist item
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItem.OrderHint">
            <summary>
            Gets or sets orderHint.
            Used to set the relative order of items in the checklist. The format is defined as outlined here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItem.LastModifiedBy">
            <summary>
            Gets or sets lastModifiedBy.
            Read-only. User ID by which this is last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItem.LastModifiedDateTime">
            <summary>
            Gets or sets lastModifiedDateTime.
            Read-only. Date and time at which this is last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerChecklistItems">
            <summary>
            Represents the checklist on a <see cref="T:Microsoft.Graph.PlannerTaskDetails"/>.
            </summary>
            <summary>
            The type PlannerChecklistItems.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerChecklistItems.#ctor">
            <summary>
            Creates a new instance of PlannerChecklistItems.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItems.Item(System.String)">
            <summary>
            Gets or sets checklist item data for a given checklist item id.
            </summary>
            <param name="checklistItemId">The id of the checklit item.</param>
            <returns>The checklist item for the given checklist item id.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerChecklistItems.AddChecklistItem(System.String)">
            <summary>
            Creates a new checklist item with the given title.
            </summary>
            <param name="title">Title of the checklist item.</param>
            <returns>The id of the checklist item.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerChecklistItems.GetEnumerator">
            <summary>
            Returns pairs of checklist item ids and checklist items.
            </summary>
            <returns>Enumeration of checklist item id, checklist item pairs.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerChecklistItems.DeserializeChecklist(System.Runtime.Serialization.StreamingContext)">
            <summary>
            Ensures the ChecklistItem information is deserialized into <see cref="T:Microsoft.Graph.PlannerChecklistItem"/> objects.
            </summary>
            <param name="context">Serialization context. This parameter is ignored.</param>
        </member>
        <member name="P:Microsoft.Graph.PlannerChecklistItems.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerExternalReference">
            <summary>
            Represents an external reference item on a <see cref="T:Microsoft.Graph.PlannerTaskDetails"/>.
            </summary>
            <summary>
            The type PlannerExternalReference.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerExternalReference.ODataTypeName">
            <summary>
            OData type name for PlannerExternalReference resource.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerExternalReference.AddODataType(System.Runtime.Serialization.StreamingContext)">
            <summary>
            Ensures that @odata.type property is included when this object is serialized.
            This is required since this object is used as a value in dynamic properties of open types.
            </summary>
            <param name="context">Serialization context. This parameter is ignored.</param>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReference.Alias">
            <summary>
            Gets or sets alias.
            A name alias to describe the reference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReference.Type">
            <summary>
            Gets or sets type.
            Used to describe the type of the reference. Types include: PowerPoint, Word, Excel, Other.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReference.PreviewPriority">
            <summary>
            Gets or sets previewPriority.
            Used to set the relative priority order in which the reference will be shown as a preview on the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReference.LastModifiedBy">
            <summary>
            Gets or sets lastModifiedBy.
            Read-only. User ID by which this is last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReference.LastModifiedDateTime">
            <summary>
            Gets or sets lastModifiedDateTime.
            Read-only. Date and time at which this is last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReference.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerExternalReferences">
            <summary>
            Represents the external references on a <see cref="T:Microsoft.Graph.PlannerTaskDetails"/>.
            </summary>
            <summary>
            The type PlannerExternalReferences.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerExternalReferences.Conversions">
            <summary>
            Specifies the character - encoding pairs to apply on the external reference urls.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerExternalReferences.#ctor">
            <summary>
            Creates a new instance of PlannerExternalReferences.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReferences.Item(System.String)">
            <summary>
            Gets or sets external reference data for a given reference url.
            </summary>
            <param name="url">The url of the reference.</param>
            <returns>The external reference data for the given url.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerExternalReferences.AddReference(System.String,System.String)">
            <summary>
            Adds a new external reference with the given url and short name.
            </summary>
            <param name="url">Url of the external reference.</param>
            <param name="alias">Short name for the external reference.</param>
            <returns>The created external reference.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerExternalReferences.GetEnumerator">
            <summary>
            Returns pairs of external reference urls and external reference data.
            </summary>
            <returns>Enumeration of external reference ulr, external reference data pairs.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerExternalReferences.DeserializeReferences(System.Runtime.Serialization.StreamingContext)">
            <summary>
            Ensures the ExternalReference information is deserialized into <see cref="T:Microsoft.Graph.PlannerExternalReference"/> objects.
            </summary>
            <param name="context">Serialization context. This parameter is ignored.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerExternalReferences.Encode(System.String)">
            <summary>
            Encodes the url of an external reference to be compatible with a OData property naming requirements.
            </summary>
            <param name="externalReferenceUrl">Url to encode</param>
            <returns>Encoded Url</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerExternalReferences.Decode(System.String)">
            <summary>
            Decodes an encoded the url of an external reference.
            </summary>
            <param name="externalReferenceUrl">Url to decode</param>
            <returns>Decoded Url</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerExternalReferences.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerOrderHintsByAssignee">
            <summary>
            Represents the order hints for each assignee's column in "assigned to" task board for the containing <see cref="T:Microsoft.Graph.PlannerTask"/>.
            </summary>
            <summary>
            The type PlannerOrderHintsByAssignee.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerOrderHintsByAssignee.#ctor">
            <summary>
            Creates a new instance of PlannerOrderHintsByAssignee.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerOrderHintsByAssignee.Item(System.String)">
            <summary>
            Gets or sets the order hint of an assignee.
            </summary>
            <param name="userId">User id of the assignee.</param>
            <returns>The order hint.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerOrderHintsByAssignee.GetEnumerator">
            <summary>
            Returns pairs of assignee user ids and the corresponding order hint for the assignee's column.
            </summary>
            <returns>Enumeration of user id, order hint pairs.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerOrderHintsByAssignee.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserIds">
            <summary>
            Represents a collection of user ids.
            </summary>
            <summary>
            The type PlannerUserIds.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserIds.#ctor">
            <summary>
            Creates a new instance of PlannerUserIds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserIds.Count">
            <summary>
            Number of user ids in the collection.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserIds.Add(System.String)">
            <summary>
            Adds a user id to the collection.
            </summary>
            <param name="userId">User id to add.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserIds.Remove(System.String)">
            <summary>
            Removes a user id from the collection.
            </summary>
            <param name="userId">User id to remove.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserIds.Contains(System.String)">
            <summary>
            Checks if a given user id is present in the collection.
            </summary>
            <param name="userId">Iser id to check</param>
            <returns>True if the user is is present in the collection, false otherwise.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserIds.GetEnumerator">
            <summary>
            Returns the user ids in the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserIds.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ActionState">
            <summary>
            The enum ActionState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.Pending">
            <summary>
            pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.Canceled">
            <summary>
            canceled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.Active">
            <summary>
            active
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.Done">
            <summary>
            done
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.Failed">
            <summary>
            failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActionState.NotSupported">
            <summary>
            not Supported
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ActivityDomain">
            <summary>
            The enum ActivityDomain.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActivityDomain.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActivityDomain.Work">
            <summary>
            work
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActivityDomain.Personal">
            <summary>
            personal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ActivityDomain.Unrestricted">
            <summary>
            unrestricted
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ActivityHistoryItem">
            <summary>
            The type Activity History Item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.Status">
            <summary>
            Gets or sets status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.ActiveDurationSeconds">
            <summary>
            Gets or sets active duration seconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.LastActiveDateTime">
            <summary>
            Gets or sets last active date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.StartedDateTime">
            <summary>
            Gets or sets started date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.UserTimezone">
            <summary>
            Gets or sets user timezone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItem.Activity">
            <summary>
            Gets or sets activity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnit">
            <summary>
            The type Administrative Unit.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AllDevicesAssignmentTarget">
            <summary>
            The type AllDevicesAssignmentTarget.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AllLicensedUsersAssignmentTarget">
            <summary>
            The type AllLicensedUsersAssignmentTarget.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AlternativeSecurityId">
            <summary>
            The type AlternativeSecurityId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlternativeSecurityId.Type">
            <summary>
            Gets or sets type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlternativeSecurityId.IdentityProvider">
            <summary>
            Gets or sets identityProvider.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlternativeSecurityId.Key">
            <summary>
            Gets or sets key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AlternativeSecurityId.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidCompliancePolicy">
            <summary>
            The type Android Compliance Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.PasswordRequired">
            <summary>
            Gets or sets password required.
            Require a password to unlock device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum password length. Valid values 4 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            Type of characters in password Possible values are: deviceDefault, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, numeric, numericComplex, any.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires. Valid values 1 to 365
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityPreventInstallAppsFromUnknownSources">
            <summary>
            Gets or sets security prevent install apps from unknown sources.
            Require that devices disallow installation of apps from unknown sources.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityDisableUsbDebugging">
            <summary>
            Gets or sets security disable usb debugging.
            Disable USB debugging on Android devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityRequireVerifyApps">
            <summary>
            Gets or sets security require verify apps.
            Require the Android Verify apps feature is turned on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.DeviceThreatProtectionEnabled">
            <summary>
            Gets or sets device threat protection enabled.
            Require that devices have enabled device threat protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.DeviceThreatProtectionRequiredSecurityLevel">
            <summary>
            Gets or sets device threat protection required security level.
            Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityBlockJailbrokenDevices">
            <summary>
            Gets or sets security block jailbroken devices.
            Devices must not be jailbroken or rooted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum Android version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum Android version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.MinAndroidSecurityPatchLevel">
            <summary>
            Gets or sets min android security patch level.
            Minimum Android security patch level.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Require encryption on Android devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityRequireSafetyNetAttestationBasicIntegrity">
            <summary>
            Gets or sets security require safety net attestation basic integrity.
            Require the device to pass the SafetyNet basic integrity check.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityRequireSafetyNetAttestationCertifiedDevice">
            <summary>
            Gets or sets security require safety net attestation certified device.
            Require the device to pass the SafetyNet certified device check.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityRequireGooglePlayServices">
            <summary>
            Gets or sets security require google play services.
            Require Google Play Services to be installed and enabled on the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityRequireUpToDateSecurityProviders">
            <summary>
            Gets or sets security require up to date security providers.
            Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCompliancePolicy.SecurityRequireCompanyPortalAppIntegrity">
            <summary>
            Gets or sets security require company portal app integrity.
            Require the device to pass the Company Portal client app runtime integrity check.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidCustomConfiguration">
            <summary>
            The type Android Custom Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidCustomConfiguration.OmaSettings">
            <summary>
            Gets or sets oma settings.
            OMA settings. This collection can contain a maximum of 1000 elements.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidGeneralDeviceConfiguration">
            <summary>
            The type Android General Device Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.AppsBlockClipboardSharing">
            <summary>
            Gets or sets apps block clipboard sharing.
            Indicates whether or not to block clipboard sharing to copy and paste between applications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.AppsBlockCopyPaste">
            <summary>
            Gets or sets apps block copy paste.
            Indicates whether or not to block copy and paste within applications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.AppsBlockYouTube">
            <summary>
            Gets or sets apps block you tube.
            Indicates whether or not to block the YouTube app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.BluetoothBlocked">
            <summary>
            Gets or sets bluetooth blocked.
            Indicates whether or not to block Bluetooth.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CameraBlocked">
            <summary>
            Gets or sets camera blocked.
            Indicates whether or not to block the use of the camera.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CellularBlockDataRoaming">
            <summary>
            Gets or sets cellular block data roaming.
            Indicates whether or not to block data roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CellularBlockMessaging">
            <summary>
            Gets or sets cellular block messaging.
            Indicates whether or not to block SMS/MMS messaging.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CellularBlockVoiceRoaming">
            <summary>
            Gets or sets cellular block voice roaming.
            Indicates whether or not to block voice roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CellularBlockWiFiTethering">
            <summary>
            Gets or sets cellular block wi fi tethering.
            Indicates whether or not to block syncing Wi-Fi tethering.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CompliantAppsList">
            <summary>
            Gets or sets compliant apps list.
            List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.CompliantAppListType">
            <summary>
            Gets or sets compliant app list type.
            Type of list that is in the CompliantAppsList. Possible values are: none, appsInListCompliant, appsNotInListCompliant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.DiagnosticDataBlockSubmission">
            <summary>
            Gets or sets diagnostic data block submission.
            Indicates whether or not to block diagnostic data submission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.LocationServicesBlocked">
            <summary>
            Gets or sets location services blocked.
            Indicates whether or not to block location services.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.GoogleAccountBlockAutoSync">
            <summary>
            Gets or sets google account block auto sync.
            Indicates whether or not to block Google account auto sync.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.GooglePlayStoreBlocked">
            <summary>
            Gets or sets google play store blocked.
            Indicates whether or not to block the Google Play store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.KioskModeBlockSleepButton">
            <summary>
            Gets or sets kiosk mode block sleep button.
            Indicates whether or not to block the screen sleep button while in Kiosk Mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.KioskModeBlockVolumeButtons">
            <summary>
            Gets or sets kiosk mode block volume buttons.
            Indicates whether or not to block the volume buttons while in Kiosk Mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.KioskModeApps">
            <summary>
            Gets or sets kiosk mode apps.
            A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.NfcBlocked">
            <summary>
            Gets or sets nfc blocked.
            Indicates whether or not to block Near-Field Communication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordBlockFingerprintUnlock">
            <summary>
            Gets or sets password block fingerprint unlock.
            Indicates whether or not to block fingerprint unlock.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordBlockTrustAgents">
            <summary>
            Gets or sets password block trust agents.
            Indicates whether or not to block Smart Lock and other trust agents.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires. Valid values 1 to 365
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum length of passwords. Valid values 4 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets password minutes of inactivity before screen timeout.
            Minutes of inactivity before the screen times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordSignInFailureCountBeforeFactoryReset">
            <summary>
            Gets or sets password sign in failure count before factory reset.
            Number of sign in failures allowed before factory reset. Valid values 4 to 11
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            Type of password that is required. Possible values are: deviceDefault, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, numeric, numericComplex, any.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PasswordRequired">
            <summary>
            Gets or sets password required.
            Indicates whether or not to require a password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.PowerOffBlocked">
            <summary>
            Gets or sets power off blocked.
            Indicates whether or not to block powering off the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.FactoryResetBlocked">
            <summary>
            Gets or sets factory reset blocked.
            Indicates whether or not to block user performing a factory reset.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.ScreenCaptureBlocked">
            <summary>
            Gets or sets screen capture blocked.
            Indicates whether or not to block screenshots.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.DeviceSharingAllowed">
            <summary>
            Gets or sets device sharing allowed.
            Indicates whether or not to allow device sharing mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.StorageBlockGoogleBackup">
            <summary>
            Gets or sets storage block google backup.
            Indicates whether or not to block Google Backup.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.StorageBlockRemovableStorage">
            <summary>
            Gets or sets storage block removable storage.
            Indicates whether or not to block removable storage usage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.StorageRequireDeviceEncryption">
            <summary>
            Gets or sets storage require device encryption.
            Indicates whether or not to require device encryption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.StorageRequireRemovableStorageEncryption">
            <summary>
            Gets or sets storage require removable storage encryption.
            Indicates whether or not to require removable storage encryption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.VoiceAssistantBlocked">
            <summary>
            Gets or sets voice assistant blocked.
            Indicates whether or not to block the use of the Voice Assistant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.VoiceDialingBlocked">
            <summary>
            Gets or sets voice dialing blocked.
            Indicates whether or not to block voice dialing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.WebBrowserBlockPopups">
            <summary>
            Gets or sets web browser block popups.
            Indicates whether or not to block popups within the web browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.WebBrowserBlockAutofill">
            <summary>
            Gets or sets web browser block autofill.
            Indicates whether or not to block the web browser's auto fill feature.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.WebBrowserBlockJavaScript">
            <summary>
            Gets or sets web browser block java script.
            Indicates whether or not to block JavaScript within the web browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.WebBrowserBlocked">
            <summary>
            Gets or sets web browser blocked.
            Indicates whether or not to block the web browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.WebBrowserCookieSettings">
            <summary>
            Gets or sets web browser cookie settings.
            Cookie settings within the web browser. Possible values are: browserDefault, blockAlways, allowCurrentWebSite, allowFromWebsitesVisited, allowAlways.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.WiFiBlocked">
            <summary>
            Gets or sets wi fi blocked.
            Indicates whether or not to block syncing Wi-Fi.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.AppsInstallAllowList">
            <summary>
            Gets or sets apps install allow list.
            List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.AppsLaunchBlockList">
            <summary>
            Gets or sets apps launch block list.
            List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.AppsHideList">
            <summary>
            Gets or sets apps hide list.
            List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidGeneralDeviceConfiguration.SecurityRequireVerifyApps">
            <summary>
            Gets or sets security require verify apps.
            Require the Android Verify apps feature is turned on.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidLobApp">
            <summary>
            The type Android Lob App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidLobApp.PackageId">
            <summary>
            Gets or sets package id.
            The package identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidLobApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidLobApp.VersionName">
            <summary>
            Gets or sets version name.
            The version name of Android Line of Business (LoB) app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidLobApp.VersionCode">
            <summary>
            Gets or sets version code.
            The version code of Android Line of Business (LoB) app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtection">
            <summary>
            The type Android Managed App Protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.ScreenCaptureBlocked">
            <summary>
            Gets or sets screen capture blocked.
            Indicates whether a managed user can take screen captures of managed apps
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.DisableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
            Gets or sets disable app encryption if device encryption is enabled.
            When this setting is enabled, app level encryption is disabled if device level encryption is enabled
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.EncryptAppData">
            <summary>
            Gets or sets encrypt app data.
            Indicates whether application data for managed apps should be encrypted
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.DeployedAppCount">
            <summary>
            Gets or sets deployed app count.
            Count of apps to which the current policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.MinimumRequiredPatchVersion">
            <summary>
            Gets or sets minimum required patch version.
            Define the oldest required Android security patch level a user can have to gain secure access to the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.MinimumWarningPatchVersion">
            <summary>
            Gets or sets minimum warning patch version.
            Define the oldest recommended Android security patch level a user can have for secure access to the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.Apps">
            <summary>
            Gets or sets apps.
            List of apps to which the policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtection.DeploymentSummary">
            <summary>
            Gets or sets deployment summary.
            Navigation property to deployment summary of the configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppRegistration">
            <summary>
            The type Android Managed App Registration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidMinimumOperatingSystem">
            <summary>
            The type AndroidMinimumOperatingSystem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V4_0">
            <summary>
            Gets or sets v4_0.
            Version 4.0 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V4_0_3">
            <summary>
            Gets or sets v4_0_3.
            Version 4.0.3 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V4_1">
            <summary>
            Gets or sets v4_1.
            Version 4.1 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V4_2">
            <summary>
            Gets or sets v4_2.
            Version 4.2 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V4_3">
            <summary>
            Gets or sets v4_3.
            Version 4.3 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V4_4">
            <summary>
            Gets or sets v4_4.
            Version 4.4 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V5_0">
            <summary>
            Gets or sets v5_0.
            Version 5.0 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.V5_1">
            <summary>
            Gets or sets v5_1.
            Version 5.1 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMinimumOperatingSystem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidMobileAppIdentifier">
            <summary>
            The type AndroidMobileAppIdentifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidMobileAppIdentifier.PackageId">
            <summary>
            Gets or sets packageId.
            The identifier for an app, as specified in the play store.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidRequiredPasswordType">
            <summary>
            The enum AndroidRequiredPasswordType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.DeviceDefault">
            <summary>
            device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.Alphabetic">
            <summary>
            alphabetic
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.Alphanumeric">
            <summary>
            alphanumeric
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.AlphanumericWithSymbols">
            <summary>
            alphanumeric With Symbols
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.LowSecurityBiometric">
            <summary>
            low Security Biometric
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.Numeric">
            <summary>
            numeric
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.NumericComplex">
            <summary>
            numeric Complex
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AndroidRequiredPasswordType.Any">
            <summary>
            any
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidStoreApp">
            <summary>
            The type Android Store App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidStoreApp.PackageId">
            <summary>
            Gets or sets package id.
            The package identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidStoreApp.AppStoreUrl">
            <summary>
            Gets or sets app store url.
            The Android app store URL.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidStoreApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppConfigurationSettingItem">
            <summary>
            The type AppConfigurationSettingItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConfigurationSettingItem.AppConfigKey">
            <summary>
            Gets or sets appConfigKey.
            app configuration key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConfigurationSettingItem.AppConfigKeyType">
            <summary>
            Gets or sets appConfigKeyType.
            app configuration key type. Possible values are: stringType, integerType, realType, booleanType, tokenType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConfigurationSettingItem.AppConfigKeyValue">
            <summary>
            Gets or sets appConfigKeyValue.
            app configuration key value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppConfigurationSettingItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppleDeviceFeaturesConfigurationBase">
            <summary>
            The type Apple Device Features Configuration Base.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBase.#ctor">
            <summary>
             The internal AppleDeviceFeaturesConfigurationBase constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplePushNotificationCertificate">
            <summary>
            The type Apple Push Notification Certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplePushNotificationCertificate.AppleIdentifier">
            <summary>
            Gets or sets apple identifier.
            Apple Id of the account used to create the MDM push certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplePushNotificationCertificate.TopicIdentifier">
            <summary>
            Gets or sets topic identifier.
            Topic Id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplePushNotificationCertificate.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Last modified date and time for Apple push notification certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplePushNotificationCertificate.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            The expiration date and time for Apple push notification certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ApplePushNotificationCertificate.Certificate">
            <summary>
            Gets or sets certificate.
            Not yet documented
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationGuardBlockClipboardSharingType">
            <summary>
            The enum ApplicationGuardBlockClipboardSharingType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockClipboardSharingType.NotConfigured">
            <summary>
            not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockClipboardSharingType.BlockBoth">
            <summary>
            block Both
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockClipboardSharingType.BlockHostToContainer">
            <summary>
            block Host To Container
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockClipboardSharingType.BlockContainerToHost">
            <summary>
            block Container To Host
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockClipboardSharingType.BlockNone">
            <summary>
            block None
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationGuardBlockFileTransferType">
            <summary>
            The enum ApplicationGuardBlockFileTransferType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockFileTransferType.NotConfigured">
            <summary>
            not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockFileTransferType.BlockImageAndTextFile">
            <summary>
            block Image And Text File
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockFileTransferType.BlockImageFile">
            <summary>
            block Image File
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockFileTransferType.BlockNone">
            <summary>
            block None
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationGuardBlockFileTransferType.BlockTextFile">
            <summary>
            block Text File
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ApplicationType">
            <summary>
            The enum ApplicationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationType.Universal">
            <summary>
            universal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ApplicationType.Desktop">
            <summary>
            desktop
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppListItem">
            <summary>
            The type AppListItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppListItem.Name">
            <summary>
            Gets or sets name.
            The application name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppListItem.Publisher">
            <summary>
            Gets or sets publisher.
            The publisher of the application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppListItem.AppStoreUrl">
            <summary>
            Gets or sets appStoreUrl.
            The Store URL of the application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppListItem.AppId">
            <summary>
            Gets or sets appId.
            The application or bundle identifier of the application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AppListItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppListType">
            <summary>
            The enum AppListType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppListType.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppListType.AppsInListCompliant">
            <summary>
            apps In List Compliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppListType.AppsNotInListCompliant">
            <summary>
            apps Not In List Compliant
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AppLockerApplicationControlType">
            <summary>
            The enum AppLockerApplicationControlType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppLockerApplicationControlType.NotConfigured">
            <summary>
            not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppLockerApplicationControlType.EnforceComponentsAndStoreApps">
            <summary>
            enforce Components And Store Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppLockerApplicationControlType.AuditComponentsAndStoreApps">
            <summary>
            audit Components And Store Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppLockerApplicationControlType.EnforceComponentsStoreAppsAndSmartlocker">
            <summary>
            enforce Components Store Apps And Smartlocker
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AppLockerApplicationControlType.AuditComponentsStoreAppsAndSmartlocker">
            <summary>
            audit Components Store Apps And Smartlocker
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AssignedLicense">
            <summary>
            The type AssignedLicense.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedLicense.DisabledPlans">
            <summary>
            Gets or sets disabledPlans.
            A collection of the unique identifiers for plans that have been disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedLicense.SkuId">
            <summary>
            Gets or sets skuId.
            The unique identifier for the SKU.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedLicense.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AssignedPlan">
            <summary>
            The type AssignedPlan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedPlan.AssignedDateTime">
            <summary>
            Gets or sets assignedDateTime.
            The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedPlan.CapabilityStatus">
            <summary>
            Gets or sets capabilityStatus.
            For example, "Enabled".
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedPlan.Service">
            <summary>
            Gets or sets service.
            The name of the service; for example, "Exchange".
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedPlan.ServicePlanId">
            <summary>
            Gets or sets servicePlanId.
            A GUID that identifies the service plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AssignedPlan.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Attachment">
            <summary>
            The type Attachment.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Attachment.#ctor">
            <summary>
             The internal Attachment constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Attachment.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Attachment.Name">
            <summary>
            Gets or sets name.
            The attachment's file name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Attachment.ContentType">
            <summary>
            Gets or sets content type.
            The MIME type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Attachment.Size">
            <summary>
            Gets or sets size.
            The length of the attachment in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Attachment.IsInline">
            <summary>
            Gets or sets is inline.
            true if the attachment is an inline attachment; otherwise, false.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Attendee">
            <summary>
            The type Attendee.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Attendee.Status">
            <summary>
            Gets or sets status.
            The attendee's response (none, accepted, declined, etc.) for the event and date-time that the response was sent.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttendeeAvailability">
            <summary>
            The type AttendeeAvailability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendeeAvailability.Attendee">
            <summary>
            Gets or sets attendee.
            The type of attendee - whether it's a person or a resource, and whether required or optional if it's a person.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendeeAvailability.Availability">
            <summary>
            Gets or sets availability.
            The availability status of the attendee. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendeeAvailability.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttendeeBase">
            <summary>
            The type AttendeeBase.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AttendeeBase.Type">
            <summary>
            Gets or sets type.
            The type of attendee. Possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AttendeeType">
            <summary>
            The enum AttendeeType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AttendeeType.Required">
            <summary>
            required
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AttendeeType.Optional">
            <summary>
            optional
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AttendeeType.Resource">
            <summary>
            resource
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Audio">
            <summary>
            The type Audio.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Album">
            <summary>
            Gets or sets album.
            The title of the album for this audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.AlbumArtist">
            <summary>
            Gets or sets albumArtist.
            The artist named on the album for the audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Artist">
            <summary>
            Gets or sets artist.
            The performing artist for the audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Bitrate">
            <summary>
            Gets or sets bitrate.
            Bitrate expressed in kbps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Composers">
            <summary>
            Gets or sets composers.
            The name of the composer of the audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Copyright">
            <summary>
            Gets or sets copyright.
            Copyright information for the audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Disc">
            <summary>
            Gets or sets disc.
            The number of the disc this audio file came from.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.DiscCount">
            <summary>
            Gets or sets discCount.
            The total number of discs in this album.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Duration">
            <summary>
            Gets or sets duration.
            Duration of the audio file, expressed in milliseconds
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Genre">
            <summary>
            Gets or sets genre.
            The genre of this audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.HasDrm">
            <summary>
            Gets or sets hasDrm.
            Indicates if the file is protected with digital rights management.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.IsVariableBitrate">
            <summary>
            Gets or sets isVariableBitrate.
            Indicates if the file is encoded with a variable bitrate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Title">
            <summary>
            Gets or sets title.
            The title of the audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Track">
            <summary>
            Gets or sets track.
            The number of the track on the original disc for this audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.TrackCount">
            <summary>
            Gets or sets trackCount.
            The total number of tracks on the original disc for this audio file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.Year">
            <summary>
            Gets or sets year.
            The year the audio file was recorded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Audio.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AutomaticRepliesSetting">
            <summary>
            The type AutomaticRepliesSetting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.Status">
            <summary>
            Gets or sets status.
            Configurations status for automatic replies. Possible values are: disabled, alwaysEnabled, scheduled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.ExternalAudience">
            <summary>
            Gets or sets externalAudience.
            The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. Possible values are: none, contactsOnly, all.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.ScheduledStartDateTime">
            <summary>
            Gets or sets scheduledStartDateTime.
            The date and time that automatic replies are set to begin, if Status is set to Scheduled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.ScheduledEndDateTime">
            <summary>
            Gets or sets scheduledEndDateTime.
            The date and time that automatic replies are set to end, if Status is set to Scheduled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.InternalReplyMessage">
            <summary>
            Gets or sets internalReplyMessage.
            The automatic reply to send to the audience internal to the signed-in user's organization, if Status is AlwaysEnabled or Scheduled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.ExternalReplyMessage">
            <summary>
            Gets or sets externalReplyMessage.
            The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AutomaticRepliesSetting.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AutomaticRepliesStatus">
            <summary>
            The enum AutomaticRepliesStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticRepliesStatus.Disabled">
            <summary>
            disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticRepliesStatus.AlwaysEnabled">
            <summary>
            always Enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticRepliesStatus.Scheduled">
            <summary>
            scheduled
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AutomaticUpdateMode">
            <summary>
            The enum AutomaticUpdateMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticUpdateMode.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticUpdateMode.NotifyDownload">
            <summary>
            notify Download
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticUpdateMode.AutoInstallAtMaintenanceTime">
            <summary>
            auto Install At Maintenance Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticUpdateMode.AutoInstallAndRebootAtMaintenanceTime">
            <summary>
            auto Install And Reboot At Maintenance Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticUpdateMode.AutoInstallAndRebootAtScheduledTime">
            <summary>
            auto Install And Reboot At Scheduled Time
            </summary>
        </member>
        <member name="F:Microsoft.Graph.AutomaticUpdateMode.AutoInstallAndRebootWithoutEndUserControl">
            <summary>
            auto Install And Reboot Without End User Control
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BaseItem">
            <summary>
            The type Base Item.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BaseItem.#ctor">
            <summary>
             The internal BaseItem constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.CreatedBy">
            <summary>
            Gets or sets created by.
            Identity of the user, device, or application which created the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Date and time of item creation. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.Description">
            <summary>
            Gets or sets description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.ETag">
            <summary>
            Gets or sets e tag.
            ETag for the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            Identity of the user, device, and application which last modified the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Date and time the item was last modified. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.Name">
            <summary>
            Gets or sets name.
            The name of the item. Read-write.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.ParentReference">
            <summary>
            Gets or sets parent reference.
            Parent information, if the item has a parent. Read-write.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.WebUrl">
            <summary>
            Gets or sets web url.
            URL that displays the resource in the browser. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.CreatedByUser">
            <summary>
            Gets or sets created by user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItem.LastModifiedByUser">
            <summary>
            Gets or sets last modified by user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BaseItemVersion">
            <summary>
            The type Base Item Version.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersion.#ctor">
            <summary>
             The internal BaseItemVersion constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItemVersion.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItemVersion.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BaseItemVersion.Publication">
            <summary>
            Gets or sets publication.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BitLockerEncryptionMethod">
            <summary>
            The enum BitLockerEncryptionMethod.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BitLockerEncryptionMethod.AesCbc128">
            <summary>
            aes Cbc128
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BitLockerEncryptionMethod.AesCbc256">
            <summary>
            aes Cbc256
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BitLockerEncryptionMethod.XtsAes128">
            <summary>
            xts Aes128
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BitLockerEncryptionMethod.XtsAes256">
            <summary>
            xts Aes256
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BitLockerRemovableDrivePolicy">
            <summary>
            The type BitLockerRemovableDrivePolicy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitLockerRemovableDrivePolicy.EncryptionMethod">
            <summary>
            Gets or sets encryptionMethod.
            Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitLockerRemovableDrivePolicy.RequireEncryptionForWriteAccess">
            <summary>
            Gets or sets requireEncryptionForWriteAccess.
            Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitLockerRemovableDrivePolicy.BlockCrossOrganizationWriteAccess">
            <summary>
            Gets or sets blockCrossOrganizationWriteAccess.
            This policy setting determines whether BitLocker protection is required for removable data drives to be writable on a computer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BitLockerRemovableDrivePolicy.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BodyType">
            <summary>
            The enum BodyType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BodyType.Text">
            <summary>
            text
            </summary>
        </member>
        <member name="F:Microsoft.Graph.BodyType.Html">
            <summary>
            html
            </summary>
        </member>
        <member name="T:Microsoft.Graph.BooleanColumn">
            <summary>
            The type BooleanColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.BooleanColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalculatedColumn">
            <summary>
            The type CalculatedColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalculatedColumn.Format">
            <summary>
            Gets or sets format.
            For dateTime output types, the format of the value. Must be one of dateOnly or dateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalculatedColumn.Formula">
            <summary>
            Gets or sets formula.
            The formula used to compute the value for this column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalculatedColumn.OutputType">
            <summary>
            Gets or sets outputType.
            The output type used to format values in this column. Must be one of boolean, currency, dateTime, number, or text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalculatedColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Calendar">
            <summary>
            The type Calendar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.Name">
            <summary>
            Gets or sets name.
            The calendar name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.Color">
            <summary>
            Gets or sets color.
            Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: LightBlue=0, LightGreen=1, LightOrange=2, LightGray=3, LightYellow=4, LightTeal=5, LightPink=6, LightBrown=7, LightRed=8, MaxColor=9, Auto=-1
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.ChangeKey">
            <summary>
            Gets or sets change key.
            Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.CanShare">
            <summary>
            Gets or sets can share.
            True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.CanViewPrivateItems">
            <summary>
            Gets or sets can view private items.
            True if the user can read calendar items that have been marked private, false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.CanEdit">
            <summary>
            Gets or sets can edit.
            True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.Owner">
            <summary>
            Gets or sets owner.
            If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.Events">
            <summary>
            Gets or sets events.
            The events in the calendar. Navigation property. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.CalendarView">
            <summary>
            Gets or sets calendar view.
            The calendar view for the calendar. Navigation property. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the calendar. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Calendar.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the calendar. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarColor">
            <summary>
            The enum CalendarColor.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightBlue">
            <summary>
            light Blue
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightGreen">
            <summary>
            light Green
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightOrange">
            <summary>
            light Orange
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightGray">
            <summary>
            light Gray
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightYellow">
            <summary>
            light Yellow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightTeal">
            <summary>
            light Teal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightPink">
            <summary>
            light Pink
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightBrown">
            <summary>
            light Brown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.LightRed">
            <summary>
            light Red
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.MaxColor">
            <summary>
            max Color
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CalendarColor.Auto">
            <summary>
            auto
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroup">
            <summary>
            The type Calendar Group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroup.Name">
            <summary>
            Gets or sets name.
            The group name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroup.ClassId">
            <summary>
            Gets or sets class id.
            The class identifier. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroup.ChangeKey">
            <summary>
            Gets or sets change key.
            Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroup.Calendars">
            <summary>
            Gets or sets calendars.
            The calendars in the calendar group. Navigation property. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CategoryColor">
            <summary>
            The enum CategoryColor.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset0">
            <summary>
            preset0
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset1">
            <summary>
            preset1
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset2">
            <summary>
            preset2
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset3">
            <summary>
            preset3
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset4">
            <summary>
            preset4
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset5">
            <summary>
            preset5
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset6">
            <summary>
            preset6
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset7">
            <summary>
            preset7
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset8">
            <summary>
            preset8
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset9">
            <summary>
            preset9
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset10">
            <summary>
            preset10
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset11">
            <summary>
            preset11
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset12">
            <summary>
            preset12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset13">
            <summary>
            preset13
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset14">
            <summary>
            preset14
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset15">
            <summary>
            preset15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset16">
            <summary>
            preset16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset17">
            <summary>
            preset17
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset18">
            <summary>
            preset18
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset19">
            <summary>
            preset19
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset20">
            <summary>
            preset20
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset21">
            <summary>
            preset21
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset22">
            <summary>
            preset22
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset23">
            <summary>
            preset23
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.Preset24">
            <summary>
            preset24
            </summary>
        </member>
        <member name="F:Microsoft.Graph.CategoryColor.None">
            <summary>
            none
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ChoiceColumn">
            <summary>
            The type ChoiceColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChoiceColumn.AllowTextEntry">
            <summary>
            Gets or sets allowTextEntry.
            If true, allows custom values that aren't in the configured choices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChoiceColumn.Choices">
            <summary>
            Gets or sets choices.
            The list of values available for this column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChoiceColumn.DisplayAs">
            <summary>
            Gets or sets displayAs.
            How the choices are to be presented in the UX. Must be one of checkBoxes, dropDownMenu, or radioButtons
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChoiceColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ColumnDefinition">
            <summary>
            The type Column Definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Boolean">
            <summary>
            Gets or sets boolean.
            This column stores boolean values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Calculated">
            <summary>
            Gets or sets calculated.
            This column's data is calculated based on other columns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Choice">
            <summary>
            Gets or sets choice.
            This column stores data from a list of choices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.ColumnGroup">
            <summary>
            Gets or sets column group.
            For site columns, the name of the group this column belongs to. Helps organize related columns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Currency">
            <summary>
            Gets or sets currency.
            This column stores currency values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.DateTime">
            <summary>
            Gets or sets date time.
            This column stores DateTime values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.DefaultValue">
            <summary>
            Gets or sets default value.
            The default value for this column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Description">
            <summary>
            Gets or sets description.
            The user-facing description of the column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.DisplayName">
            <summary>
            Gets or sets display name.
            The user-facing name of the column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.EnforceUniqueValues">
            <summary>
            Gets or sets enforce unique values.
            If true, no two list items may have the same value for this column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Hidden">
            <summary>
            Gets or sets hidden.
            Specifies whether the column is displayed in the user interface.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Indexed">
            <summary>
            Gets or sets indexed.
            Specifies whether the column values can used for sorting and searching.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Lookup">
            <summary>
            Gets or sets lookup.
            This column's data is looked up from another source in the site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Name">
            <summary>
            Gets or sets name.
            The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Number">
            <summary>
            Gets or sets number.
            This column stores number values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.PersonOrGroup">
            <summary>
            Gets or sets person or group.
            This column stores Person or Group values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.ReadOnly">
            <summary>
            Gets or sets read only.
            Specifies whether the column values can be modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Required">
            <summary>
            Gets or sets required.
            Specifies whether the column value is not optional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnDefinition.Text">
            <summary>
            Gets or sets text.
            This column stores text values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ColumnLink">
            <summary>
            The type Column Link.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ColumnLink.Name">
            <summary>
            Gets or sets name.
            The name of the column in this content type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ComplexExtensionValue">
            <summary>
            The type ComplexExtensionValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ComplexExtensionValue.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ComplianceState">
            <summary>
            The enum ComplianceState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.Compliant">
            <summary>
            compliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.Noncompliant">
            <summary>
            noncompliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.Conflict">
            <summary>
            conflict
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.Error">
            <summary>
            error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.InGracePeriod">
            <summary>
            in Grace Period
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceState.ConfigManager">
            <summary>
            config Manager
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ComplianceStatus">
            <summary>
            The enum ComplianceStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.NotApplicable">
            <summary>
            not Applicable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.Compliant">
            <summary>
            compliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.Remediated">
            <summary>
            remediated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.NonCompliant">
            <summary>
            non Compliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.Error">
            <summary>
            error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ComplianceStatus.Conflict">
            <summary>
            conflict
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures">
            <summary>
            The type ConfigurationManagerClientEnabledFeatures.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.Inventory">
            <summary>
            Gets or sets inventory.
            Whether inventory is managed by Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.ModernApps">
            <summary>
            Gets or sets modernApps.
            Whether modern application is managed by Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.ResourceAccess">
            <summary>
            Gets or sets resourceAccess.
            Whether resource access is managed by Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.DeviceConfiguration">
            <summary>
            Gets or sets deviceConfiguration.
            Whether device configuration is managed by Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.CompliancePolicy">
            <summary>
            Gets or sets compliancePolicy.
            Whether compliance policy is managed by Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.WindowsUpdateForBusiness">
            <summary>
            Gets or sets windowsUpdateForBusiness.
            Whether Windows Update for Business is managed by Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConfigurationManagerClientEnabledFeatures.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Contact">
            <summary>
            The type Contact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.ParentFolderId">
            <summary>
            Gets or sets parent folder id.
            The ID of the contact's parent folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Birthday">
            <summary>
            Gets or sets birthday.
            The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.FileAs">
            <summary>
            Gets or sets file as.
            The name the contact is filed under.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.DisplayName">
            <summary>
            Gets or sets display name.
            The contact's display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.GivenName">
            <summary>
            Gets or sets given name.
            The contact's given name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Initials">
            <summary>
            Gets or sets initials.
            The contact's initials.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.MiddleName">
            <summary>
            Gets or sets middle name.
            The contact's middle name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.NickName">
            <summary>
            Gets or sets nick name.
            The contact's nickname.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Surname">
            <summary>
            Gets or sets surname.
            The contact's surname.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Title">
            <summary>
            Gets or sets title.
            The contact's title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.YomiGivenName">
            <summary>
            Gets or sets yomi given name.
            The phonetic Japanese given name (first name) of the contact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.YomiSurname">
            <summary>
            Gets or sets yomi surname.
            The phonetic Japanese surname (last name) of the contact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.YomiCompanyName">
            <summary>
            Gets or sets yomi company name.
            The phonetic Japanese company name of the contact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Generation">
            <summary>
            Gets or sets generation.
            The contact's generation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.EmailAddresses">
            <summary>
            Gets or sets email addresses.
            The contact's email addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.ImAddresses">
            <summary>
            Gets or sets im addresses.
            The contact's instant messaging (IM) addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.JobTitle">
            <summary>
            Gets or sets job title.
            The contact's job title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.CompanyName">
            <summary>
            Gets or sets company name.
            The name of the contact's company.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Department">
            <summary>
            Gets or sets department.
            The contact's department.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.OfficeLocation">
            <summary>
            Gets or sets office location.
            The location of the contact's office.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Profession">
            <summary>
            Gets or sets profession.
            The contact's profession.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.BusinessHomePage">
            <summary>
            Gets or sets business home page.
            The business home page of the contact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.AssistantName">
            <summary>
            Gets or sets assistant name.
            The name of the contact's assistant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Manager">
            <summary>
            Gets or sets manager.
            The name of the contact's manager.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.HomePhones">
            <summary>
            Gets or sets home phones.
            The contact's home phone numbers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.MobilePhone">
            <summary>
            Gets or sets mobile phone.
            The contact's mobile phone number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.BusinessPhones">
            <summary>
            Gets or sets business phones.
            The contact's business phone numbers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.HomeAddress">
            <summary>
            Gets or sets home address.
            The contact's home address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.BusinessAddress">
            <summary>
            Gets or sets business address.
            The contact's business address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.OtherAddress">
            <summary>
            Gets or sets other address.
            Other addresses for the contact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.SpouseName">
            <summary>
            Gets or sets spouse name.
            The name of the contact's spouse/partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.PersonalNotes">
            <summary>
            Gets or sets personal notes.
            The user's notes about the contact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Children">
            <summary>
            Gets or sets children.
            The names of the contact's children.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the contact. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the contact. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the contact. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contact.Photo">
            <summary>
            Gets or sets photo.
            Optional contact picture. You can get or set a photo for a contact.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolder">
            <summary>
            The type Contact Folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.ParentFolderId">
            <summary>
            Gets or sets parent folder id.
            The ID of the folder's parent folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.DisplayName">
            <summary>
            Gets or sets display name.
            The folder's display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.Contacts">
            <summary>
            Gets or sets contacts.
            The contacts in the folder. Navigation property. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.ChildFolders">
            <summary>
            Gets or sets child folders.
            The collection of child folders in the folder. Navigation property. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolder.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentType">
            <summary>
            The type Content Type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Description">
            <summary>
            Gets or sets description.
            The descriptive text for the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Group">
            <summary>
            Gets or sets group.
            The name of the group this content type belongs to. Helps organize related content types.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Hidden">
            <summary>
            Gets or sets hidden.
            Indicates whether the content type is hidden in the list's 'New' menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.InheritedFrom">
            <summary>
            Gets or sets inherited from.
            If this content type is inherited from another scope (like a site), provides a reference to the item where the content type is defined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Name">
            <summary>
            Gets or sets name.
            The name of the content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Order">
            <summary>
            Gets or sets order.
            Specifies the order in which the content type appears in the selection UI.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.ParentId">
            <summary>
            Gets or sets parent id.
            The unique identifier of the content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.ReadOnly">
            <summary>
            Gets or sets read only.
            If true, the content type cannot be modified unless this value is first set to false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.Sealed">
            <summary>
            Gets or sets sealed.
            If true, the content type cannot be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentType.ColumnLinks">
            <summary>
            Gets or sets column links.
            The collection of columns that are required by this content type
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeInfo">
            <summary>
            The type ContentTypeInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeInfo.Id">
            <summary>
            Gets or sets id.
            The id of the content type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeOrder">
            <summary>
            The type ContentTypeOrder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeOrder.Default">
            <summary>
            Gets or sets default.
            Whether this is the default Content Type
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeOrder.Position">
            <summary>
            Gets or sets position.
            Specifies the position in which the Content Type appears in the selection UI.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeOrder.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Contract">
            <summary>
            The type Contract.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contract.ContractType">
            <summary>
            Gets or sets contract type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contract.CustomerId">
            <summary>
            Gets or sets customer id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contract.DefaultDomainName">
            <summary>
            Gets or sets default domain name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Contract.DisplayName">
            <summary>
            Gets or sets display name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Conversation">
            <summary>
            The type Conversation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Conversation.Topic">
            <summary>
            Gets or sets topic.
            The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Conversation.HasAttachments">
            <summary>
            Gets or sets has attachments.
            Indicates whether any of the posts within this Conversation has at least one attachment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Conversation.LastDeliveredDateTime">
            <summary>
            Gets or sets last delivered date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Conversation.UniqueSenders">
            <summary>
            Gets or sets unique senders.
            All the users that sent a message to this Conversation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Conversation.Preview">
            <summary>
            Gets or sets preview.
            A short summary from the body of the latest post in this converstaion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Conversation.Threads">
            <summary>
            Gets or sets threads.
            A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationThread">
            <summary>
            The type Conversation Thread.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.ToRecipients">
            <summary>
            Gets or sets to recipients.
            The To: recipients for the thread.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.Topic">
            <summary>
            Gets or sets topic.
            The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.HasAttachments">
            <summary>
            Gets or sets has attachments.
            Indicates whether any of the posts within this thread has at least one attachment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.LastDeliveredDateTime">
            <summary>
            Gets or sets last delivered date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.UniqueSenders">
            <summary>
            Gets or sets unique senders.
            All the users that sent a message to this thread.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.CcRecipients">
            <summary>
            Gets or sets cc recipients.
            The Cc: recipients for the thread.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.Preview">
            <summary>
            Gets or sets preview.
            A short summary from the body of the latest post in this converstaion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.IsLocked">
            <summary>
            Gets or sets is locked.
            Indicates if the thread is locked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThread.Posts">
            <summary>
            Gets or sets posts.
            Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadReplyRequestBody">
            <summary>
            The type ConversationThreadReplyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadReplyRequestBody.Post">
            <summary>
            Gets or sets Post.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CurrencyColumn">
            <summary>
            The type CurrencyColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CurrencyColumn.Locale">
            <summary>
            Gets or sets locale.
            Specifies the locale from which to infer the currency symbol.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CurrencyColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CustomTimeZone">
            <summary>
            The type CustomTimeZone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CustomTimeZone.Bias">
            <summary>
            Gets or sets bias.
            The time offset of the time zone from Coordinated Universal Time (UTC). This value is in minutes. Time zones that are ahead of UTC have a positive offset; time zones that are behind UTC have a negative offset.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CustomTimeZone.StandardOffset">
            <summary>
            Gets or sets standardOffset.
            Specifies when the time zone switches from daylight saving time to standard time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CustomTimeZone.DaylightOffset">
            <summary>
            Gets or sets daylightOffset.
            Specifies when the time zone switches from standard time to daylight saving time.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DateTimeColumn">
            <summary>
            The type DateTimeColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeColumn.DisplayAs">
            <summary>
            Gets or sets displayAs.
            How the value should be presented in the UX. Must be one of default, friendly, or standard. See below for more details. If unspecified, treated as default.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeColumn.Format">
            <summary>
            Gets or sets format.
            Indicates whether the value should be presented as a date only or a date and time. Must be one of dateOnly or dateTime
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DateTimeTimeZone">
            <summary>
            The type DateTimeTimeZone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeTimeZone.DateTime">
            <summary>
            Gets or sets dateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeTimeZone.TimeZone">
            <summary>
            Gets or sets timeZone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DateTimeTimeZone.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DaylightTimeZoneOffset">
            <summary>
            The type DaylightTimeZoneOffset.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DaylightTimeZoneOffset.DaylightBias">
            <summary>
            Gets or sets daylightBias.
            The time offset from Coordinated Universal Time (UTC) for daylight saving time. This value is in minutes.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DayOfWeek">
            <summary>
            The enum DayOfWeek.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Sunday">
            <summary>
            sunday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Monday">
            <summary>
            monday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Tuesday">
            <summary>
            tuesday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Wednesday">
            <summary>
            wednesday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Thursday">
            <summary>
            thursday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Friday">
            <summary>
            friday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DayOfWeek.Saturday">
            <summary>
            saturday
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefaultColumnValue">
            <summary>
            The type DefaultColumnValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultColumnValue.Formula">
            <summary>
            Gets or sets formula.
            The formula used to compute the default value for this column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultColumnValue.Value">
            <summary>
            Gets or sets value.
            The direct value to use as the default value for this column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultColumnValue.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtection">
            <summary>
            The type Default Managed App Protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.AppDataEncryptionType">
            <summary>
            Gets or sets app data encryption type.
            Type of encryption which should be used for data in a managed app. (iOS Only) Possible values are: useDeviceSettings, afterDeviceRestart, whenDeviceLockedExceptOpenFiles, whenDeviceLocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.ScreenCaptureBlocked">
            <summary>
            Gets or sets screen capture blocked.
            Indicates whether screen capture is blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.EncryptAppData">
            <summary>
            Gets or sets encrypt app data.
            Indicates whether managed-app data should be encrypted. (Android only)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.DisableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
            Gets or sets disable app encryption if device encryption is enabled.
            When this setting is enabled, app level encryption is disabled if device level encryption is enabled
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.MinimumRequiredSdkVersion">
            <summary>
            Gets or sets minimum required sdk version.
            Versions less than the specified version will block the managed app from accessing company data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.CustomSettings">
            <summary>
            Gets or sets custom settings.
            A set of string key and string value pairs to be sent to the affected users, unalterned by this service
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.DeployedAppCount">
            <summary>
            Gets or sets deployed app count.
            Count of apps to which the current policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.MinimumRequiredPatchVersion">
            <summary>
            Gets or sets minimum required patch version.
            Define the oldest required Android security patch level a user can have to gain secure access to the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.MinimumWarningPatchVersion">
            <summary>
            Gets or sets minimum warning patch version.
            Define the oldest recommended Android security patch level a user can have for secure access to the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.FaceIdBlocked">
            <summary>
            Gets or sets face id blocked.
            Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.Apps">
            <summary>
            Gets or sets apps.
            List of apps to which the policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtection.DeploymentSummary">
            <summary>
            Gets or sets deployment summary.
            Navigation property to deployment summary of the configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefenderCloudBlockLevelType">
            <summary>
            The enum DefenderCloudBlockLevelType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderCloudBlockLevelType.NotConfigured">
            <summary>
            not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderCloudBlockLevelType.High">
            <summary>
            high
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderCloudBlockLevelType.HighPlus">
            <summary>
            high Plus
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderCloudBlockLevelType.ZeroTolerance">
            <summary>
            zero Tolerance
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefenderDetectedMalwareActions">
            <summary>
            The type DefenderDetectedMalwareActions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefenderDetectedMalwareActions.LowSeverity">
            <summary>
            Gets or sets lowSeverity.
            Indicates a Defender action to take for low severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefenderDetectedMalwareActions.ModerateSeverity">
            <summary>
            Gets or sets moderateSeverity.
            Indicates a Defender action to take for moderate severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefenderDetectedMalwareActions.HighSeverity">
            <summary>
            Gets or sets highSeverity.
            Indicates a Defender action to take for high severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefenderDetectedMalwareActions.SevereSeverity">
            <summary>
            Gets or sets severeSeverity.
            Indicates a Defender action to take for severe severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefenderDetectedMalwareActions.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefenderMonitorFileActivity">
            <summary>
            The enum DefenderMonitorFileActivity.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderMonitorFileActivity.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderMonitorFileActivity.Disable">
            <summary>
            disable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderMonitorFileActivity.MonitorAllFiles">
            <summary>
            monitor All Files
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderMonitorFileActivity.MonitorIncomingFilesOnly">
            <summary>
            monitor Incoming Files Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderMonitorFileActivity.MonitorOutgoingFilesOnly">
            <summary>
            monitor Outgoing Files Only
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefenderPromptForSampleSubmission">
            <summary>
            The enum DefenderPromptForSampleSubmission.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderPromptForSampleSubmission.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderPromptForSampleSubmission.AlwaysPrompt">
            <summary>
            always Prompt
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderPromptForSampleSubmission.PromptBeforeSendingPersonalData">
            <summary>
            prompt Before Sending Personal Data
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderPromptForSampleSubmission.NeverSendData">
            <summary>
            never Send Data
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderPromptForSampleSubmission.SendAllDataWithoutPrompting">
            <summary>
            send All Data Without Prompting
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefenderScanType">
            <summary>
            The enum DefenderScanType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderScanType.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderScanType.Disabled">
            <summary>
            disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderScanType.Quick">
            <summary>
            quick
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderScanType.Full">
            <summary>
            full
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefenderThreatAction">
            <summary>
            The enum DefenderThreatAction.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.DeviceDefault">
            <summary>
            device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.Clean">
            <summary>
            clean
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.Quarantine">
            <summary>
            quarantine
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.Remove">
            <summary>
            remove
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.Allow">
            <summary>
            allow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DefenderThreatAction.Block">
            <summary>
            block
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Deleted">
            <summary>
            The type Deleted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Deleted.State">
            <summary>
            Gets or sets state.
            Represents the state of the deleted item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Deleted.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeleteUserFromSharedAppleDeviceActionResult">
            <summary>
            The type DeleteUserFromSharedAppleDeviceActionResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeleteUserFromSharedAppleDeviceActionResult.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            User principal name of the user to be deleted
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DetectedApp">
            <summary>
            The type Detected App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedApp.DisplayName">
            <summary>
            Gets or sets display name.
            Name of the discovered application. Read-only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedApp.Version">
            <summary>
            Gets or sets version.
            Version of the discovered application. Read-only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedApp.SizeInByte">
            <summary>
            Gets or sets size in byte.
            Discovered application size in bytes. Read-only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedApp.DeviceCount">
            <summary>
            Gets or sets device count.
            The number of devices that have installed this application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedApp.ManagedDevices">
            <summary>
            Gets or sets managed devices.
            The devices that have the discovered application installed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Device">
            <summary>
            The type Device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.AccountEnabled">
            <summary>
            Gets or sets account enabled.
            true if the account is enabled; otherwise, false. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.AlternativeSecurityIds">
            <summary>
            Gets or sets alternative security ids.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.ApproximateLastSignInDateTime">
            <summary>
            Gets or sets approximate last sign in date time.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.DeviceId">
            <summary>
            Gets or sets device id.
            Unique identifier set by Azure Device Registration Service at the time of registration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.DeviceMetadata">
            <summary>
            Gets or sets device metadata.
            For interal use only. Set to null.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.DeviceVersion">
            <summary>
            Gets or sets device version.
            For interal use only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for the device. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.IsCompliant">
            <summary>
            Gets or sets is compliant.
            true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.IsManaged">
            <summary>
            Gets or sets is managed.
            true if the device is managed by a Mobile Device Management (MDM) app; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.OnPremisesLastSyncDateTime">
            <summary>
            Gets or sets on premises last sync date time.
            The last time at which the object was synced with the on-premises directory.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.OnPremisesSyncEnabled">
            <summary>
            Gets or sets on premises sync enabled.
            true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.OperatingSystem">
            <summary>
            Gets or sets operating system.
            The type of operating system on the device. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.OperatingSystemVersion">
            <summary>
            Gets or sets operating system version.
            The version of the operating system on the device. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.PhysicalIds">
            <summary>
            Gets or sets physical ids.
            For interal use only. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.TrustType">
            <summary>
            Gets or sets trust type.
            Type of trust for the joined device. Read-only. Possible values: Workplace - indicates bring your own personal devicesAzureAd - Cloud only joined devicesServerAd - on-premises domain joined devices joined to Azure AD. For more details, see Introduction to device management in Azure Active Directory
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.RegisteredOwners">
            <summary>
            Gets or sets registered owners.
            The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.RegisteredUsers">
            <summary>
            Gets or sets registered users.
            Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Device.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the device. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceActionResult">
            <summary>
            The type DeviceActionResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceActionResult.ActionName">
            <summary>
            Gets or sets actionName.
            Action name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceActionResult.ActionState">
            <summary>
            Gets or sets actionState.
            State of the action Possible values are: none, pending, canceled, active, done, failed, notSupported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceActionResult.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            Time the action was initiated
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceActionResult.LastUpdatedDateTime">
            <summary>
            Gets or sets lastUpdatedDateTime.
            Time the action state was last updated
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceActionResult.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementAssignmentTarget">
            <summary>
            The type DeviceAndAppManagementAssignmentTarget.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAndAppManagementAssignmentTarget.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementRoleAssignment">
            <summary>
            The type Device And App Management Role Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAndAppManagementRoleAssignment.Members">
            <summary>
            Gets or sets members.
            The list of ids of role member security groups. These are IDs from Azure Active Directory.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementRoleDefinition">
            <summary>
            The type Device And App Management Role Definition.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagement">
            <summary>
            The type Device App Management.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MicrosoftStoreForBusinessLastSuccessfulSyncDateTime">
            <summary>
            Gets or sets microsoft store for business last successful sync date time.
            The last time the apps from the Microsoft Store for Business were synced successfully for the account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.IsEnabledForMicrosoftStoreForBusiness">
            <summary>
            Gets or sets is enabled for microsoft store for business.
            Whether the account is enabled for syncing applications from the Microsoft Store for Business.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MicrosoftStoreForBusinessLanguage">
            <summary>
            Gets or sets microsoft store for business language.
            The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is -&amp;lt;country/regioncode2&amp;gt;, where is a lowercase two-letter code derived from ISO 639-1 and &amp;lt;country/regioncode2&amp;gt; is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MicrosoftStoreForBusinessLastCompletedApplicationSyncTime">
            <summary>
            Gets or sets microsoft store for business last completed application sync time.
            The last time an application sync from the Microsoft Store for Business was completed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MobileApps">
            <summary>
            Gets or sets mobile apps.
            The mobile apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MobileAppCategories">
            <summary>
            Gets or sets mobile app categories.
            The mobile app categories.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MobileAppConfigurations">
            <summary>
            Gets or sets mobile app configurations.
            The Managed Device Mobile Application Configurations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.VppTokens">
            <summary>
            Gets or sets vpp tokens.
            List of Vpp tokens for this organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies">
            <summary>
            Gets or sets managed app policies.
            Managed app policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.IosManagedAppProtections">
            <summary>
            Gets or sets ios managed app protections.
            iOS managed app policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.AndroidManagedAppProtections">
            <summary>
            Gets or sets android managed app protections.
            Android managed app policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.DefaultManagedAppProtections">
            <summary>
            Gets or sets default managed app protections.
            Default managed app policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.TargetedManagedAppConfigurations">
            <summary>
            Gets or sets targeted managed app configurations.
            Targeted managed app configurations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.MdmWindowsInformationProtectionPolicies">
            <summary>
            Gets or sets mdm windows information protection policies.
            Windows information protection for apps running on devices which are MDM enrolled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.WindowsInformationProtectionPolicies">
            <summary>
            Gets or sets windows information protection policies.
            Windows information protection for apps running on devices which are not MDM enrolled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations">
            <summary>
            Gets or sets managed app registrations.
            The managed app registrations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.ManagedAppStatuses">
            <summary>
            Gets or sets managed app statuses.
            The managed app statuses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagement.ManagedEBooks">
            <summary>
            Gets or sets managed ebooks.
            The Managed eBook.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCategory">
            <summary>
            The type Device Category.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCategory.DisplayName">
            <summary>
            Gets or sets display name.
            Display name for the device category.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCategory.Description">
            <summary>
            Gets or sets description.
            Optional description for the device category.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceActionItem">
            <summary>
            The type Device Compliance Action Item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceActionItem.GracePeriodHours">
            <summary>
            Gets or sets grace period hours.
            Number of hours to wait till the action will be enforced. Valid values 0 to 8760
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceActionItem.ActionType">
            <summary>
            Gets or sets action type.
            What action to take Possible values are: noAction, notification, block, retire, wipe, removeResourceAccessProfiles.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceActionItem.NotificationTemplateId">
            <summary>
            Gets or sets notification template id.
            What notification Message template to use
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceActionItem.NotificationMessageCCList">
            <summary>
            Gets or sets notification message cclist.
            A list of group IDs to speicify who to CC this notification message to.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceActionType">
            <summary>
            The enum DeviceComplianceActionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceComplianceActionType.NoAction">
            <summary>
            no Action
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceComplianceActionType.Notification">
            <summary>
            notification
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceComplianceActionType.Block">
            <summary>
            block
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceComplianceActionType.Retire">
            <summary>
            retire
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceComplianceActionType.Wipe">
            <summary>
            wipe
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceComplianceActionType.RemoveResourceAccessProfiles">
            <summary>
            remove Resource Access Profiles
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceDeviceOverview">
            <summary>
            The type Device Compliance Device Overview.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.PendingCount">
            <summary>
            Gets or sets pending count.
            Number of pending devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.NotApplicableCount">
            <summary>
            Gets or sets not applicable count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.SuccessCount">
            <summary>
            Gets or sets success count.
            Number of succeeded devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.ErrorCount">
            <summary>
            Gets or sets error count.
            Number of error devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.FailedCount">
            <summary>
            Gets or sets failed count.
            Number of failed devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Last update time
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceOverview.ConfigurationVersion">
            <summary>
            Gets or sets configuration version.
            Version of the policy for that overview
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceDeviceStatus">
            <summary>
            The type Device Compliance Device Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.DeviceDisplayName">
            <summary>
            Gets or sets device display name.
            Device name of the DevicePolicyStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.UserName">
            <summary>
            Gets or sets user name.
            The User Name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.DeviceModel">
            <summary>
            Gets or sets device model.
            The device model that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.ComplianceGracePeriodExpirationDateTime">
            <summary>
            Gets or sets compliance grace period expiration date time.
            The DateTime when device compliance grace period expires
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.Status">
            <summary>
            Gets or sets status.
            Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            Last modified date time of the policy report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceDeviceStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicy">
            <summary>
            The type Device Compliance Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicy.#ctor">
            <summary>
             The internal DeviceCompliancePolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            DateTime the object was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.Description">
            <summary>
            Gets or sets description.
            Admin provided description of the Device Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            DateTime the object was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.DisplayName">
            <summary>
            Gets or sets display name.
            Admin provided name of the device configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.Version">
            <summary>
            Gets or sets version.
            Version of the device configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.ScheduledActionsForRule">
            <summary>
            Gets or sets scheduled actions for rule.
            The list of scheduled action for this rule
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.DeviceStatuses">
            <summary>
            Gets or sets device statuses.
            List of DeviceComplianceDeviceStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.UserStatuses">
            <summary>
            Gets or sets user statuses.
            List of DeviceComplianceUserStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.DeviceStatusOverview">
            <summary>
            Gets or sets device status overview.
            Device compliance devices status overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.UserStatusOverview">
            <summary>
            Gets or sets user status overview.
            Device compliance users status overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.DeviceSettingStateSummaries">
            <summary>
            Gets or sets device setting state summaries.
            Compliance Setting State Device Summary
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicy.Assignments">
            <summary>
            Gets or sets assignments.
            The collection of assignments for this compliance policy.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignment">
            <summary>
            The type Device Compliance Policy Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignment.Target">
            <summary>
            Gets or sets target.
            Target for the compliance policy assignment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignRequestBody">
            <summary>
            The type DeviceCompliancePolicyAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignRequestBody.Assignments">
            <summary>
            Gets or sets Assignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary">
            <summary>
            The type Device Compliance Policy Device State Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.InGracePeriodCount">
            <summary>
            Gets or sets in grace period count.
            Number of devices that are in grace period
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.ConfigManagerCount">
            <summary>
            Gets or sets config manager count.
            Number of devices that have compliance managed by System Center Configuration Manager
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.UnknownDeviceCount">
            <summary>
            Gets or sets unknown device count.
            Number of unknown devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.NotApplicableDeviceCount">
            <summary>
            Gets or sets not applicable device count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.CompliantDeviceCount">
            <summary>
            Gets or sets compliant device count.
            Number of compliant devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.RemediatedDeviceCount">
            <summary>
            Gets or sets remediated device count.
            Number of remediated devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.NonCompliantDeviceCount">
            <summary>
            Gets or sets non compliant device count.
            Number of NonCompliant devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.ErrorDeviceCount">
            <summary>
            Gets or sets error device count.
            Number of error devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary.ConflictDeviceCount">
            <summary>
            Gets or sets conflict device count.
            Number of conflict devices
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequestBody">
            <summary>
            The type DeviceCompliancePolicyScheduleActionsForRulesRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequestBody.DeviceComplianceScheduledActionForRules">
            <summary>
            Gets or sets DeviceComplianceScheduledActionForRules.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingState">
            <summary>
            The type DeviceCompliancePolicySettingState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.Setting">
            <summary>
            Gets or sets setting.
            The setting that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.SettingName">
            <summary>
            Gets or sets settingName.
            Localized/user friendly setting name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.InstanceDisplayName">
            <summary>
            Gets or sets instanceDisplayName.
            Name of setting instance that is being reported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.State">
            <summary>
            Gets or sets state.
            The compliance state of the setting Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.ErrorCode">
            <summary>
            Gets or sets errorCode.
            Error code for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.ErrorDescription">
            <summary>
            Gets or sets errorDescription.
            Error description
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.UserId">
            <summary>
            Gets or sets userId.
            UserId
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.UserName">
            <summary>
            Gets or sets userName.
            UserName
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.UserEmail">
            <summary>
            Gets or sets userEmail.
            UserEmail
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            UserPrincipalName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.Sources">
            <summary>
            Gets or sets sources.
            Contributing policies
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.CurrentValue">
            <summary>
            Gets or sets currentValue.
            Current value of setting on device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary">
            <summary>
            The type Device Compliance Policy Setting State Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.Setting">
            <summary>
            Gets or sets setting.
            The setting class name and property name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.SettingName">
            <summary>
            Gets or sets setting name.
            Name of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.PlatformType">
            <summary>
            Gets or sets platform type.
            Setting platform Possible values are: android, iOS, macOS, windowsPhone81, windows81AndLater, windows10AndLater, all.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.UnknownDeviceCount">
            <summary>
            Gets or sets unknown device count.
            Number of unknown devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.NotApplicableDeviceCount">
            <summary>
            Gets or sets not applicable device count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.CompliantDeviceCount">
            <summary>
            Gets or sets compliant device count.
            Number of compliant devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.RemediatedDeviceCount">
            <summary>
            Gets or sets remediated device count.
            Number of remediated devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.NonCompliantDeviceCount">
            <summary>
            Gets or sets non compliant device count.
            Number of NonCompliant devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.ErrorDeviceCount">
            <summary>
            Gets or sets error device count.
            Number of error devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.ConflictDeviceCount">
            <summary>
            Gets or sets conflict device count.
            Number of conflict devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary.DeviceComplianceSettingStates">
            <summary>
            Gets or sets device compliance setting states.
            Not yet documented
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyState">
            <summary>
            The type Device Compliance Policy State.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyState.SettingStates">
            <summary>
            Gets or sets setting states.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyState.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the policy for this policyBase
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyState.Version">
            <summary>
            Gets or sets version.
            The version of the policy
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyState.PlatformType">
            <summary>
            Gets or sets platform type.
            Platform type that the policy applies to Possible values are: android, iOS, macOS, windowsPhone81, windows81AndLater, windows10AndLater, all.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyState.State">
            <summary>
            Gets or sets state.
            The compliance state of the policy Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyState.SettingCount">
            <summary>
            Gets or sets setting count.
            Count of how many setting a policy holds
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRule">
            <summary>
            The type Device Compliance Scheduled Action For Rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRule.RuleName">
            <summary>
            Gets or sets rule name.
            Name of the rule which this scheduled action applies to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRule.ScheduledActionConfigurations">
            <summary>
            Gets or sets scheduled action configurations.
            The list of scheduled action configurations for this compliance policy.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceSettingState">
            <summary>
            The type Device Compliance Setting State.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.Setting">
            <summary>
            Gets or sets setting.
            The setting class name and property name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.SettingName">
            <summary>
            Gets or sets setting name.
            The Setting Name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.DeviceId">
            <summary>
            Gets or sets device id.
            The Device Id that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.DeviceName">
            <summary>
            Gets or sets device name.
            The Device Name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.UserId">
            <summary>
            Gets or sets user id.
            The user Id that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.UserEmail">
            <summary>
            Gets or sets user email.
            The User email address that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.UserName">
            <summary>
            Gets or sets user name.
            The User Name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            The User PrincipalName that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.DeviceModel">
            <summary>
            Gets or sets device model.
            The device model that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.State">
            <summary>
            Gets or sets state.
            The compliance state of the setting Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceSettingState.ComplianceGracePeriodExpirationDateTime">
            <summary>
            Gets or sets compliance grace period expiration date time.
            The DateTime when device compliance grace period expires
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceUserOverview">
            <summary>
            The type Device Compliance User Overview.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.PendingCount">
            <summary>
            Gets or sets pending count.
            Number of pending Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.NotApplicableCount">
            <summary>
            Gets or sets not applicable count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.SuccessCount">
            <summary>
            Gets or sets success count.
            Number of succeeded Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.ErrorCount">
            <summary>
            Gets or sets error count.
            Number of error Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.FailedCount">
            <summary>
            Gets or sets failed count.
            Number of failed Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Last update time
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserOverview.ConfigurationVersion">
            <summary>
            Gets or sets configuration version.
            Version of the policy for that overview
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceUserStatus">
            <summary>
            The type Device Compliance User Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserStatus.UserDisplayName">
            <summary>
            Gets or sets user display name.
            User name of the DevicePolicyStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserStatus.DevicesCount">
            <summary>
            Gets or sets devices count.
            Devices count for that user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserStatus.Status">
            <summary>
            Gets or sets status.
            Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            Last modified date time of the policy report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceUserStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfiguration">
            <summary>
            The type Device Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfiguration.#ctor">
            <summary>
             The internal DeviceConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            DateTime the object was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            DateTime the object was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.Description">
            <summary>
            Gets or sets description.
            Admin provided description of the Device Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.DisplayName">
            <summary>
            Gets or sets display name.
            Admin provided name of the device configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.Version">
            <summary>
            Gets or sets version.
            Version of the device configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.Assignments">
            <summary>
            Gets or sets assignments.
            The list of assignments for the device configuration profile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.DeviceStatuses">
            <summary>
            Gets or sets device statuses.
            Device configuration installation status by device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.UserStatuses">
            <summary>
            Gets or sets user statuses.
            Device configuration installation stauts by user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.DeviceStatusOverview">
            <summary>
            Gets or sets device status overview.
            Device Configuration devices status overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.UserStatusOverview">
            <summary>
            Gets or sets user status overview.
            Device Configuration users status overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfiguration.DeviceSettingStateSummaries">
            <summary>
            Gets or sets device setting state summaries.
            Device Configuration Setting State Device Summary
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignment">
            <summary>
            The type Device Configuration Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignment.Target">
            <summary>
            Gets or sets target.
            The assignment target for the device configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignRequestBody">
            <summary>
            The type DeviceConfigurationAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignRequestBody.Assignments">
            <summary>
            Gets or sets Assignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceOverview">
            <summary>
            The type Device Configuration Device Overview.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.PendingCount">
            <summary>
            Gets or sets pending count.
            Number of pending devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.NotApplicableCount">
            <summary>
            Gets or sets not applicable count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.SuccessCount">
            <summary>
            Gets or sets success count.
            Number of succeeded devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.ErrorCount">
            <summary>
            Gets or sets error count.
            Number of error devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.FailedCount">
            <summary>
            Gets or sets failed count.
            Number of failed devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Last update time
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceOverview.ConfigurationVersion">
            <summary>
            Gets or sets configuration version.
            Version of the policy for that overview
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStateSummary">
            <summary>
            The type Device Configuration Device State Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.UnknownDeviceCount">
            <summary>
            Gets or sets unknown device count.
            Number of unknown devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.NotApplicableDeviceCount">
            <summary>
            Gets or sets not applicable device count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.CompliantDeviceCount">
            <summary>
            Gets or sets compliant device count.
            Number of compliant devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.RemediatedDeviceCount">
            <summary>
            Gets or sets remediated device count.
            Number of remediated devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.NonCompliantDeviceCount">
            <summary>
            Gets or sets non compliant device count.
            Number of NonCompliant devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.ErrorDeviceCount">
            <summary>
            Gets or sets error device count.
            Number of error devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStateSummary.ConflictDeviceCount">
            <summary>
            Gets or sets conflict device count.
            Number of conflict devices
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatus">
            <summary>
            The type Device Configuration Device Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.DeviceDisplayName">
            <summary>
            Gets or sets device display name.
            Device name of the DevicePolicyStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.UserName">
            <summary>
            Gets or sets user name.
            The User Name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.DeviceModel">
            <summary>
            Gets or sets device model.
            The device model that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.ComplianceGracePeriodExpirationDateTime">
            <summary>
            Gets or sets compliance grace period expiration date time.
            The DateTime when device compliance grace period expires
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.Status">
            <summary>
            Gets or sets status.
            Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            Last modified date time of the policy report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationSettingState">
            <summary>
            The type DeviceConfigurationSettingState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.Setting">
            <summary>
            Gets or sets setting.
            The setting that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.SettingName">
            <summary>
            Gets or sets settingName.
            Localized/user friendly setting name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.InstanceDisplayName">
            <summary>
            Gets or sets instanceDisplayName.
            Name of setting instance that is being reported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.State">
            <summary>
            Gets or sets state.
            The compliance state of the setting Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.ErrorCode">
            <summary>
            Gets or sets errorCode.
            Error code for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.ErrorDescription">
            <summary>
            Gets or sets errorDescription.
            Error description
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.UserId">
            <summary>
            Gets or sets userId.
            UserId
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.UserName">
            <summary>
            Gets or sets userName.
            UserName
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.UserEmail">
            <summary>
            Gets or sets userEmail.
            UserEmail
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            UserPrincipalName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.Sources">
            <summary>
            Gets or sets sources.
            Contributing policies
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.CurrentValue">
            <summary>
            Gets or sets currentValue.
            Current value of setting on device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationSettingState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationState">
            <summary>
            The type Device Configuration State.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationState.SettingStates">
            <summary>
            Gets or sets setting states.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationState.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the policy for this policyBase
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationState.Version">
            <summary>
            Gets or sets version.
            The version of the policy
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationState.PlatformType">
            <summary>
            Gets or sets platform type.
            Platform type that the policy applies to Possible values are: android, iOS, macOS, windowsPhone81, windows81AndLater, windows10AndLater, all.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationState.State">
            <summary>
            Gets or sets state.
            The compliance state of the policy Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationState.SettingCount">
            <summary>
            Gets or sets setting count.
            Count of how many setting a policy holds
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserOverview">
            <summary>
            The type Device Configuration User Overview.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.PendingCount">
            <summary>
            Gets or sets pending count.
            Number of pending Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.NotApplicableCount">
            <summary>
            Gets or sets not applicable count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.SuccessCount">
            <summary>
            Gets or sets success count.
            Number of succeeded Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.ErrorCount">
            <summary>
            Gets or sets error count.
            Number of error Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.FailedCount">
            <summary>
            Gets or sets failed count.
            Number of failed Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Last update time
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserOverview.ConfigurationVersion">
            <summary>
            Gets or sets configuration version.
            Version of the policy for that overview
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatus">
            <summary>
            The type Device Configuration User Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatus.UserDisplayName">
            <summary>
            Gets or sets user display name.
            User name of the DevicePolicyStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatus.DevicesCount">
            <summary>
            Gets or sets devices count.
            Devices count for that user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatus.Status">
            <summary>
            Gets or sets status.
            Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            Last modified date time of the policy report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfiguration">
            <summary>
            The type Device Enrollment Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfiguration.#ctor">
            <summary>
             The internal DeviceEnrollmentConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.DisplayName">
            <summary>
            Gets or sets display name.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.Description">
            <summary>
            Gets or sets description.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.Priority">
            <summary>
            Gets or sets priority.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.Version">
            <summary>
            Gets or sets version.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfiguration.Assignments">
            <summary>
            Gets or sets assignments.
            The list of group assignments for the device configuration profile.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequestBody">
            <summary>
            The type DeviceEnrollmentConfigurationAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequestBody.EnrollmentConfigurationAssignments">
            <summary>
            Gets or sets EnrollmentConfigurationAssignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequestBody">
            <summary>
            The type DeviceEnrollmentConfigurationSetPriorityRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequestBody.Priority">
            <summary>
            Gets or sets Priority.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentFailureReason">
            <summary>
            The enum DeviceEnrollmentFailureReason.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.Authentication">
            <summary>
            authentication
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.Authorization">
            <summary>
            authorization
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.AccountValidation">
            <summary>
            account Validation
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.UserValidation">
            <summary>
            user Validation
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.DeviceNotSupported">
            <summary>
            device Not Supported
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.InMaintenance">
            <summary>
            in Maintenance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.BadRequest">
            <summary>
            bad Request
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.FeatureNotSupported">
            <summary>
            feature Not Supported
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.EnrollmentRestrictionsEnforced">
            <summary>
            enrollment Restrictions Enforced
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentFailureReason.ClientDisconnected">
            <summary>
            client Disconnected
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentLimitConfiguration">
            <summary>
            The type Device Enrollment Limit Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentLimitConfiguration.Limit">
            <summary>
            Gets or sets limit.
            Not yet documented
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentPlatformRestriction">
            <summary>
            The type DeviceEnrollmentPlatformRestriction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestriction.PlatformBlocked">
            <summary>
            Gets or sets platformBlocked.
            Block the platform from enrolling
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestriction.PersonalDeviceEnrollmentBlocked">
            <summary>
            Gets or sets personalDeviceEnrollmentBlocked.
            Block personally owned devices from enrolling
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestriction.OsMinimumVersion">
            <summary>
            Gets or sets osMinimumVersion.
            Min OS version supported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestriction.OsMaximumVersion">
            <summary>
            Gets or sets osMaximumVersion.
            Max OS version supported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestriction.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration">
            <summary>
            The type Device Enrollment Platform Restrictions Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration.IosRestriction">
            <summary>
            Gets or sets ios restriction.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration.WindowsRestriction">
            <summary>
            Gets or sets windows restriction.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration.WindowsMobileRestriction">
            <summary>
            Gets or sets windows mobile restriction.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration.AndroidRestriction">
            <summary>
            Gets or sets android restriction.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration.MacOSRestriction">
            <summary>
            Gets or sets mac osrestriction.
            Not yet documented
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentType">
            <summary>
            The enum DeviceEnrollmentType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.UserEnrollment">
            <summary>
            user Enrollment
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.DeviceEnrollmentManager">
            <summary>
            device Enrollment Manager
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.AppleBulkWithUser">
            <summary>
            apple Bulk With User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.AppleBulkWithoutUser">
            <summary>
            apple Bulk Without User
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.WindowsAzureADJoin">
            <summary>
            windows Azure ADJoin
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.WindowsBulkUserless">
            <summary>
            windows Bulk Userless
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.WindowsAutoEnrollment">
            <summary>
            windows Auto Enrollment
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.WindowsBulkAzureDomainJoin">
            <summary>
            windows Bulk Azure Domain Join
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceEnrollmentType.WindowsCoManagement">
            <summary>
            windows Co Management
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration">
            <summary>
            The type Device Enrollment Windows Hello For Business Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinMinimumLength">
            <summary>
            Gets or sets pin minimum length.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinMaximumLength">
            <summary>
            Gets or sets pin maximum length.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinUppercaseCharactersUsage">
            <summary>
            Gets or sets pin uppercase characters usage.
            Not yet documented Possible values are: allowed, required, disallowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinLowercaseCharactersUsage">
            <summary>
            Gets or sets pin lowercase characters usage.
            Not yet documented Possible values are: allowed, required, disallowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinSpecialCharactersUsage">
            <summary>
            Gets or sets pin special characters usage.
            Not yet documented Possible values are: allowed, required, disallowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.State">
            <summary>
            Gets or sets state.
            Not yet documented Possible values are: notConfigured, enabled, disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.SecurityDeviceRequired">
            <summary>
            Gets or sets security device required.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.UnlockWithBiometricsEnabled">
            <summary>
            Gets or sets unlock with biometrics enabled.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.RemotePassportEnabled">
            <summary>
            Gets or sets remote passport enabled.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinPreviousBlockCount">
            <summary>
            Gets or sets pin previous block count.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.PinExpirationInDays">
            <summary>
            Gets or sets pin expiration in days.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration.EnhancedBiometricsState">
            <summary>
            Gets or sets enhanced biometrics state.
            Not yet documented Possible values are: notConfigured, enabled, disabled.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceExchangeAccessStateSummary">
            <summary>
            The type DeviceExchangeAccessStateSummary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExchangeAccessStateSummary.AllowedDeviceCount">
            <summary>
            Gets or sets allowedDeviceCount.
            Total count of devices with Exchange Access State: Allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExchangeAccessStateSummary.BlockedDeviceCount">
            <summary>
            Gets or sets blockedDeviceCount.
            Total count of devices with Exchange Access State: Blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExchangeAccessStateSummary.QuarantinedDeviceCount">
            <summary>
            Gets or sets quarantinedDeviceCount.
            Total count of devices with Exchange Access State: Quarantined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExchangeAccessStateSummary.UnknownDeviceCount">
            <summary>
            Gets or sets unknownDeviceCount.
            Total count of devices with Exchange Access State: Unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExchangeAccessStateSummary.UnavailableDeviceCount">
            <summary>
            Gets or sets unavailableDeviceCount.
            Total count of devices for which no Exchange Access State could be found.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExchangeAccessStateSummary.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceGeoLocation">
            <summary>
            The type DeviceGeoLocation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.LastCollectedDateTime">
            <summary>
            Gets or sets lastCollectedDateTime.
            Time at which location was recorded, relative to UTC
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.Longitude">
            <summary>
            Gets or sets longitude.
            Longitude coordinate of the device's location
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.Latitude">
            <summary>
            Gets or sets latitude.
            Latitude coordinate of the device's location
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.Altitude">
            <summary>
            Gets or sets altitude.
            Altitude, given in meters above sea level
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.HorizontalAccuracy">
            <summary>
            Gets or sets horizontalAccuracy.
            Accuracy of longitude and latitude in meters
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.VerticalAccuracy">
            <summary>
            Gets or sets verticalAccuracy.
            Accuracy of altitude in meters
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.Heading">
            <summary>
            Gets or sets heading.
            Heading in degrees from true north
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.Speed">
            <summary>
            Gets or sets speed.
            Speed the device is traveling in meters per second
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceGeoLocation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceHealthAttestationState">
            <summary>
            The type DeviceHealthAttestationState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.LastUpdateDateTime">
            <summary>
            Gets or sets lastUpdateDateTime.
            The Timestamp of the last update.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.ContentNamespaceUrl">
            <summary>
            Gets or sets contentNamespaceUrl.
            The DHA report version. (Namespace version)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.DeviceHealthAttestationStatus">
            <summary>
            Gets or sets deviceHealthAttestationStatus.
            The DHA report version. (Namespace version)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.ContentVersion">
            <summary>
            Gets or sets contentVersion.
            The HealthAttestation state schema version
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.IssuedDateTime">
            <summary>
            Gets or sets issuedDateTime.
            The DateTime when device was evaluated or issued to MDM
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.AttestationIdentityKey">
            <summary>
            Gets or sets attestationIdentityKey.
            TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.ResetCount">
            <summary>
            Gets or sets resetCount.
            The number of times a PC device has hibernated or resumed
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.RestartCount">
            <summary>
            Gets or sets restartCount.
            The number of times a PC device has rebooted
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.DataExcutionPolicy">
            <summary>
            Gets or sets dataExcutionPolicy.
            DEP Policy defines a set of hardware and software technologies that perform additional checks on memory
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.BitLockerStatus">
            <summary>
            Gets or sets bitLockerStatus.
            On or Off of BitLocker Drive Encryption
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.BootManagerVersion">
            <summary>
            Gets or sets bootManagerVersion.
            The version of the Boot Manager
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.CodeIntegrityCheckVersion">
            <summary>
            Gets or sets codeIntegrityCheckVersion.
            The version of the Boot Manager
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.SecureBoot">
            <summary>
            Gets or sets secureBoot.
            When Secure Boot is enabled, the core components must have the correct cryptographic signatures
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.BootDebugging">
            <summary>
            Gets or sets bootDebugging.
            When bootDebugging is enabled, the device is used in development and testing
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.OperatingSystemKernelDebugging">
            <summary>
            Gets or sets operatingSystemKernelDebugging.
            When operatingSystemKernelDebugging is enabled, the device is used in development and testing
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.CodeIntegrity">
            <summary>
            Gets or sets codeIntegrity.
            When code integrity is enabled, code execution is restricted to integrity verified code
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.TestSigning">
            <summary>
            Gets or sets testSigning.
            When test signing is allowed, the device does not enforce signature validation during boot
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.SafeMode">
            <summary>
            Gets or sets safeMode.
            Safe mode is a troubleshooting option for Windows that starts your computer in a limited state
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.WindowsPE">
            <summary>
            Gets or sets windowsPE.
            Operating system running with limited services that is used to prepare a computer for Windows
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.EarlyLaunchAntiMalwareDriverProtection">
            <summary>
            Gets or sets earlyLaunchAntiMalwareDriverProtection.
            ELAM provides protection for the computers in your network when they start up
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.VirtualSecureMode">
            <summary>
            Gets or sets virtualSecureMode.
            VSM is a container that protects high value assets from a compromised kernel
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.PcrHashAlgorithm">
            <summary>
            Gets or sets pcrHashAlgorithm.
            Informational attribute that identifies the HASH algorithm that was used by TPM
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.BootAppSecurityVersion">
            <summary>
            Gets or sets bootAppSecurityVersion.
            The security version number of the Boot Application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.BootManagerSecurityVersion">
            <summary>
            Gets or sets bootManagerSecurityVersion.
            The security version number of the Boot Application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.TpmVersion">
            <summary>
            Gets or sets tpmVersion.
            The security version number of the Boot Application
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.Pcr0">
            <summary>
            Gets or sets pcr0.
            The measurement that is captured in PCR[0]
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.SecureBootConfigurationPolicyFingerPrint">
            <summary>
            Gets or sets secureBootConfigurationPolicyFingerPrint.
            Fingerprint of the Custom Secure Boot Configuration Policy
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.CodeIntegrityPolicy">
            <summary>
            Gets or sets codeIntegrityPolicy.
            The Code Integrity policy that is controlling the security of the boot environment
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.BootRevisionListInfo">
            <summary>
            Gets or sets bootRevisionListInfo.
            The Boot Revision List that was loaded during initial boot on the attested device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.OperatingSystemRevListInfo">
            <summary>
            Gets or sets operatingSystemRevListInfo.
            The Operating System Revision List that was loaded during initial boot on the attested device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.HealthStatusMismatchInfo">
            <summary>
            Gets or sets healthStatusMismatchInfo.
            This attribute appears if DHA-Service detects an integrity issue
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.HealthAttestationSupportedStatus">
            <summary>
            Gets or sets healthAttestationSupportedStatus.
            This attribute indicates if DHA is supported for the device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceHealthAttestationState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceInstallState">
            <summary>
            The type Device Install State.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.DeviceName">
            <summary>
            Gets or sets device name.
            Device name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.DeviceId">
            <summary>
            Gets or sets device id.
            Device Id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.LastSyncDateTime">
            <summary>
            Gets or sets last sync date time.
            Last sync date and time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.InstallState">
            <summary>
            Gets or sets install state.
            The install state of the eBook. Possible values are: notApplicable, installed, failed, notInstalled, uninstallFailed, unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.ErrorCode">
            <summary>
            Gets or sets error code.
            The error code for install failures.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.OsVersion">
            <summary>
            Gets or sets os version.
            OS Version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.OsDescription">
            <summary>
            Gets or sets os description.
            OS Description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceInstallState.UserName">
            <summary>
            Gets or sets user name.
            Device User Name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagement">
            <summary>
            The type Device Management.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.SubscriptionState">
            <summary>
            Gets or sets subscription state.
            Tenant mobile device management subscription state. Possible values are: pending, active, warning, disabled, deleted, blocked, lockedOut.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.Settings">
            <summary>
            Gets or sets settings.
            Account level settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.IntuneBrand">
            <summary>
            Gets or sets intune brand.
            intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.TermsAndConditions">
            <summary>
            Gets or sets terms and conditions.
            The terms and conditions associated with device management of the company.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ApplePushNotificationCertificate">
            <summary>
            Gets or sets apple push notification certificate.
            Apple push notification certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ManagedDeviceOverview">
            <summary>
            Gets or sets managed device overview.
            Device overview
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DetectedApps">
            <summary>
            Gets or sets detected apps.
            The list of detected apps associated with a device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ManagedDevices">
            <summary>
            Gets or sets managed devices.
            The list of managed devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceConfigurations">
            <summary>
            Gets or sets device configurations.
            The device configurations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceCompliancePolicies">
            <summary>
            Gets or sets device compliance policies.
            The device compliance policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.SoftwareUpdateStatusSummary">
            <summary>
            Gets or sets software update status summary.
            The software update status summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceCompliancePolicyDeviceStateSummary">
            <summary>
            Gets or sets device compliance policy device state summary.
            The device compliance state summary for this account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceCompliancePolicySettingStateSummaries">
            <summary>
            Gets or sets device compliance policy setting state summaries.
            The summary states of compliance policy settings for this account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceConfigurationDeviceStateSummaries">
            <summary>
            Gets or sets device configuration device state summaries.
            The device configuration device state summary for this account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.IosUpdateStatuses">
            <summary>
            Gets or sets ios update statuses.
            The IOS software update installation statuses for this account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceCategories">
            <summary>
            Gets or sets device categories.
            The list of device categories with the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ExchangeConnectors">
            <summary>
            Gets or sets exchange connectors.
            The list of Exchange Connectors configured by the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations">
            <summary>
            Gets or sets device enrollment configurations.
            The list of device enrollment configurations
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ConditionalAccessSettings">
            <summary>
            Gets or sets conditional access settings.
            The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.MobileThreatDefenseConnectors">
            <summary>
            Gets or sets mobile threat defense connectors.
            The list of Mobile threat Defense connectors configured by the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.DeviceManagementPartners">
            <summary>
            Gets or sets device management partners.
            The list of Device Management Partners configured by the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.NotificationMessageTemplates">
            <summary>
            Gets or sets notification message templates.
            The Notification Message Templates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.RoleDefinitions">
            <summary>
            Gets or sets role definitions.
            The Role Definitions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.RoleAssignments">
            <summary>
            Gets or sets role assignments.
            The Role Assignments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.ResourceOperations">
            <summary>
            Gets or sets resource operations.
            The Resource Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.TelecomExpenseManagementPartners">
            <summary>
            Gets or sets telecom expense management partners.
            The telecom expense management partners.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.RemoteAssistancePartners">
            <summary>
            Gets or sets remote assistance partners.
            The remote assist partners.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.WindowsInformationProtectionAppLearningSummaries">
            <summary>
            Gets or sets windows information protection app learning summaries.
            The windows information protection app learning summaries.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.WindowsInformationProtectionNetworkLearningSummaries">
            <summary>
            Gets or sets windows information protection network learning summaries.
            The windows information protection network learning summaries.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagement.TroubleshootingEvents">
            <summary>
            Gets or sets troubleshooting events.
            The list of troubleshooting events for the tenant.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeAccessState">
            <summary>
            The enum DeviceManagementExchangeAccessState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessState.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessState.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessState.Allowed">
            <summary>
            allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessState.Blocked">
            <summary>
            blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessState.Quarantined">
            <summary>
            quarantined
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeAccessStateReason">
            <summary>
            The enum DeviceManagementExchangeAccessStateReason.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.ExchangeGlobalRule">
            <summary>
            exchange Global Rule
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.ExchangeIndividualRule">
            <summary>
            exchange Individual Rule
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.ExchangeDeviceRule">
            <summary>
            exchange Device Rule
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.ExchangeUpgrade">
            <summary>
            exchange Upgrade
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.ExchangeMailboxPolicy">
            <summary>
            exchange Mailbox Policy
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.Other">
            <summary>
            other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.Compliant">
            <summary>
            compliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.NotCompliant">
            <summary>
            not Compliant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.NotEnrolled">
            <summary>
            not Enrolled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.UnknownLocation">
            <summary>
            unknown Location
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.MfaRequired">
            <summary>
            mfa Required
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.AzureADBlockDueToAccessPolicy">
            <summary>
            azure ADBlock Due To Access Policy
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.CompromisedPassword">
            <summary>
            compromised Password
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeAccessStateReason.DeviceNotKnownWithManagedApp">
            <summary>
            device Not Known With Managed App
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnector">
            <summary>
            The type Device Management Exchange Connector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.LastSyncDateTime">
            <summary>
            Gets or sets last sync date time.
            Last sync time for the Exchange Connector
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.Status">
            <summary>
            Gets or sets status.
            Exchange Connector Status Possible values are: none, connectionPending, connected, disconnected.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.PrimarySmtpAddress">
            <summary>
            Gets or sets primary smtp address.
            Email address used to configure the Service To Service Exchange Connector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.ServerName">
            <summary>
            Gets or sets server name.
            The name of the server hosting the Exchange Connector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.ExchangeConnectorType">
            <summary>
            Gets or sets exchange connector type.
            The type of Exchange Connector Configured. Possible values are: onPremises, hosted, serviceToService, dedicated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.Version">
            <summary>
            Gets or sets version.
            The version of the ExchangeConnectorAgent
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.ExchangeAlias">
            <summary>
            Gets or sets exchange alias.
            An alias assigned to the Exchange server
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnector.ExchangeOrganization">
            <summary>
            Gets or sets exchange organization.
            Exchange Organization to the Exchange server
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorStatus">
            <summary>
            The enum DeviceManagementExchangeConnectorStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorStatus.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorStatus.ConnectionPending">
            <summary>
            connection Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorStatus.Connected">
            <summary>
            connected
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorStatus.Disconnected">
            <summary>
            disconnected
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequestBody">
            <summary>
            The type DeviceManagementExchangeConnectorSyncRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequestBody.SyncType">
            <summary>
            Gets or sets SyncType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorSyncType">
            <summary>
            The enum DeviceManagementExchangeConnectorSyncType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorSyncType.FullSync">
            <summary>
            full Sync
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorSyncType.DeltaSync">
            <summary>
            delta Sync
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorType">
            <summary>
            The enum DeviceManagementExchangeConnectorType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorType.OnPremises">
            <summary>
            on Premises
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorType.Hosted">
            <summary>
            hosted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorType.ServiceToService">
            <summary>
            service To Service
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementExchangeConnectorType.Dedicated">
            <summary>
            dedicated
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementPartner">
            <summary>
            The type Device Management Partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.LastHeartbeatDateTime">
            <summary>
            Gets or sets last heartbeat date time.
            Timestamp of last heartbeat after admin enabled option Connect to Device management Partner
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.PartnerState">
            <summary>
            Gets or sets partner state.
            Partner state of this tenant Possible values are: unknown, unavailable, enabled, terminated, rejected, unresponsive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.PartnerAppType">
            <summary>
            Gets or sets partner app type.
            Partner App type Possible values are: unknown, singleTenantApp, multiTenantApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.SingleTenantAppId">
            <summary>
            Gets or sets single tenant app id.
            Partner Single tenant App id
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.DisplayName">
            <summary>
            Gets or sets display name.
            Partner display name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.IsConfigured">
            <summary>
            Gets or sets is configured.
            Whether device management partner is configured or not
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.WhenPartnerDevicesWillBeRemovedDateTime">
            <summary>
            Gets or sets when partner devices will be removed date time.
            DateTime in UTC when PartnerDevices will be removed
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementPartner.WhenPartnerDevicesWillBeMarkedAsNonCompliantDateTime">
            <summary>
            Gets or sets when partner devices will be marked as non compliant date time.
            DateTime in UTC when PartnerDevices will be marked as NonCompliant
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementPartnerAppType">
            <summary>
            The enum DeviceManagementPartnerAppType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerAppType.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerAppType.SingleTenantApp">
            <summary>
            single Tenant App
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerAppType.MultiTenantApp">
            <summary>
            multi Tenant App
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementPartnerTenantState">
            <summary>
            The enum DeviceManagementPartnerTenantState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerTenantState.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerTenantState.Unavailable">
            <summary>
            unavailable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerTenantState.Enabled">
            <summary>
            enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerTenantState.Terminated">
            <summary>
            terminated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerTenantState.Rejected">
            <summary>
            rejected
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementPartnerTenantState.Unresponsive">
            <summary>
            unresponsive
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementSettings">
            <summary>
            The type DeviceManagementSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementSettings.DeviceComplianceCheckinThresholdDays">
            <summary>
            Gets or sets deviceComplianceCheckinThresholdDays.
            The number of days a device is allowed to go without checking in to remain compliant. Valid values 0 to 120
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementSettings.IsScheduledActionEnabled">
            <summary>
            Gets or sets isScheduledActionEnabled.
            Is feature enabled or not for scheduled action for rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementSettings.SecureByDefault">
            <summary>
            Gets or sets secureByDefault.
            Device should be noncompliant when there is no compliance policy targeted when this is true
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementSubscriptionState">
            <summary>
            The enum DeviceManagementSubscriptionState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.Pending">
            <summary>
            pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.Active">
            <summary>
            active
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.Warning">
            <summary>
            warning
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.Disabled">
            <summary>
            disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.Deleted">
            <summary>
            deleted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.Blocked">
            <summary>
            blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceManagementSubscriptionState.LockedOut">
            <summary>
            locked Out
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEvent">
            <summary>
            The type Device Management Troubleshooting Event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTroubleshootingEvent.EventDateTime">
            <summary>
            Gets or sets event date time.
            Time when the event occurred .
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTroubleshootingEvent.CorrelationId">
            <summary>
            Gets or sets correlation id.
            Id used for tracing the failure in the service.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceOperatingSystemSummary">
            <summary>
            The type DeviceOperatingSystemSummary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.AndroidCount">
            <summary>
            Gets or sets androidCount.
            Number of android device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.IosCount">
            <summary>
            Gets or sets iosCount.
            Number of iOS device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.MacOSCount">
            <summary>
            Gets or sets macOSCount.
            Number of Mac OS X device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.WindowsMobileCount">
            <summary>
            Gets or sets windowsMobileCount.
            Number of Windows mobile device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.WindowsCount">
            <summary>
            Gets or sets windowsCount.
            Number of Windows device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.UnknownCount">
            <summary>
            Gets or sets unknownCount.
            Number of unknown device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceOperatingSystemSummary.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegistrationState">
            <summary>
            The enum DeviceRegistrationState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.NotRegistered">
            <summary>
            not Registered
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.Registered">
            <summary>
            registered
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.Revoked">
            <summary>
            revoked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.KeyConflict">
            <summary>
            key Conflict
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.ApprovalPending">
            <summary>
            approval Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.CertificateReset">
            <summary>
            certificate Reset
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.NotRegisteredPendingEnrollment">
            <summary>
            not Registered Pending Enrollment
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceRegistrationState.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceThreatProtectionLevel">
            <summary>
            The enum DeviceThreatProtectionLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceThreatProtectionLevel.Unavailable">
            <summary>
            unavailable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceThreatProtectionLevel.Secured">
            <summary>
            secured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceThreatProtectionLevel.Low">
            <summary>
            low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceThreatProtectionLevel.Medium">
            <summary>
            medium
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceThreatProtectionLevel.High">
            <summary>
            high
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DeviceThreatProtectionLevel.NotSet">
            <summary>
            not Set
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Diagnostic">
            <summary>
            The type Diagnostic.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Diagnostic.Message">
            <summary>
            Gets or sets message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Diagnostic.Url">
            <summary>
            Gets or sets url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Diagnostic.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DiagnosticDataSubmissionMode">
            <summary>
            The enum DiagnosticDataSubmissionMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiagnosticDataSubmissionMode.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiagnosticDataSubmissionMode.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiagnosticDataSubmissionMode.Basic">
            <summary>
            basic
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiagnosticDataSubmissionMode.Enhanced">
            <summary>
            enhanced
            </summary>
        </member>
        <member name="F:Microsoft.Graph.DiagnosticDataSubmissionMode.Full">
            <summary>
            full
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Directory">
            <summary>
            The type Directory.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Directory.DeletedItems">
            <summary>
            Gets or sets deleted items.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObject">
            <summary>
            The type Directory Object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObject.DeletedDateTime">
            <summary>
            Gets or sets deleted date time.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequestBody">
            <summary>
            The type DirectoryObjectCheckMemberGroupsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequestBody.GroupIds">
            <summary>
            Gets or sets GroupIds.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetByIdsRequestBody">
            <summary>
            The type DirectoryObjectGetByIdsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetByIdsRequestBody.Ids">
            <summary>
            Gets or sets Ids.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetByIdsRequestBody.Types">
            <summary>
            Gets or sets Types.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequestBody">
            <summary>
            The type DirectoryObjectGetMemberGroupsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequestBody.SecurityEnabledOnly">
            <summary>
            Gets or sets SecurityEnabledOnly.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequestBody">
            <summary>
            The type DirectoryObjectGetMemberObjectsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequestBody.SecurityEnabledOnly">
            <summary>
            Gets or sets SecurityEnabledOnly.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRole">
            <summary>
            The type Directory Role.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRole.Description">
            <summary>
            Gets or sets description.
            The description for the directory role. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRole.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for the directory role. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRole.RoleTemplateId">
            <summary>
            Gets or sets role template id.
            The id of the directoryRoleTemplate that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRole.Members">
            <summary>
            Gets or sets members.
            Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleTemplate">
            <summary>
            The type Directory Role Template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleTemplate.Description">
            <summary>
            Gets or sets description.
            The description to set for the directory role. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleTemplate.DisplayName">
            <summary>
            Gets or sets display name.
            The display name to set for the directory role. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Domain">
            <summary>
            The type Domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.AuthenticationType">
            <summary>
            Gets or sets authentication type.
            Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Azure AD performs user authentication.Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.AvailabilityStatus">
            <summary>
            Gets or sets availability status.
            This property is always null except when the verify action is used. When the verify action is used, a domain entity is returned in the response. The availabilityStatus property of the domain entity in the response is either AvailableImmediately or EmailVerifiedDomainTakeoverScheduled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.IsAdminManaged">
            <summary>
            Gets or sets is admin managed.
            The value of the property is false if the DNS record management of the domain has been delegated to Office 365. Otherwise, the value is true. Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.IsDefault">
            <summary>
            Gets or sets is default.
            True if this is the default domain that is used for user creation. There is only one default domain per company. Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.IsInitial">
            <summary>
            Gets or sets is initial.
            True if this is the initial domain created by Microsoft Online Services (companyname.onmicrosoft.com). There is only one initial domain per company. Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.IsRoot">
            <summary>
            Gets or sets is root.
            True if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.IsVerified">
            <summary>
            Gets or sets is verified.
            True if the domain has completed domain ownership verification. Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.SupportedServices">
            <summary>
            Gets or sets supported services.
            The capabilities assigned to the domain.Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, YammerNot nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.State">
            <summary>
            Gets or sets state.
            Status of asynchronous operations scheduled for the domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.ServiceConfigurationRecords">
            <summary>
            Gets or sets service configuration records.
            DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services.Read-only, Nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.VerificationDnsRecords">
            <summary>
            Gets or sets verification dns records.
            DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Azure AD.Read-only, Nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Domain.DomainNameReferences">
            <summary>
            Gets or sets domain name references.
            Read-only, Nullable
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsCnameRecord">
            <summary>
            The type Domain Dns Cname Record.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsCnameRecord.CanonicalName">
            <summary>
            Gets or sets canonical name.
            The canonical name of the CNAME record. Used to configure the CNAME record at the DNS host.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsMxRecord">
            <summary>
            The type Domain Dns Mx Record.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsMxRecord.MailExchange">
            <summary>
            Gets or sets mail exchange.
            Value used when configuring the answer/destination/value of the MX record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsMxRecord.Preference">
            <summary>
            Gets or sets preference.
            Value used when configuring the Preference/Priority property of the MX record at the DNS host.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsRecord">
            <summary>
            The type Domain Dns Record.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsRecord.IsOptional">
            <summary>
            Gets or sets is optional.
            If false, this record must be configured by the customer at the DNS host for Microsoft Online Services to operate correctly with the domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsRecord.Label">
            <summary>
            Gets or sets label.
            Value used when configuring the name of the DNS record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsRecord.RecordType">
            <summary>
            Gets or sets record type.
            Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, TxtKey
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsRecord.SupportedService">
            <summary>
            Gets or sets supported service.
            Microsoft Online Service or feature that has a dependency on this DNS record.Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsRecord.Ttl">
            <summary>
            Gets or sets ttl.
            Value to use when configuring the time-to-live (ttl) property of the DNS record at the DNS host. Not nullable
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsSrvRecord">
            <summary>
            The type Domain Dns Srv Record.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsSrvRecord.NameTarget">
            <summary>
            Gets or sets name target.
            Value to use when configuring the Target property of the SRV record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsSrvRecord.Port">
            <summary>
            Gets or sets port.
            Value to use when configuring the port property of the SRV record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsSrvRecord.Priority">
            <summary>
            Gets or sets priority.
            Value to use when configuring the priority property of the SRV record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsSrvRecord.Protocol">
            <summary>
            Gets or sets protocol.
            Value to use when configuring the protocol property of the SRV record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsSrvRecord.Service">
            <summary>
            Gets or sets service.
            Value to use when configuring the service property of the SRV record at the DNS host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsSrvRecord.Weight">
            <summary>
            Gets or sets weight.
            Value to use when configuring the weight property of the SRV record at the DNS host.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsTxtRecord">
            <summary>
            The type Domain Dns Txt Record.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsTxtRecord.Text">
            <summary>
            Gets or sets text.
            Value used when configuring the text property at the DNS host.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsUnavailableRecord">
            <summary>
            The type Domain Dns Unavailable Record.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDnsUnavailableRecord.Description">
            <summary>
            Gets or sets description.
            Provides the reason why the DomainDnsUnavailableRecord entity is returned.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainState">
            <summary>
            The type DomainState.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainState.Status">
            <summary>
            Gets or sets status.
            Current status of the operation. Scheduled - Operation has been scheduled but has not started. InProgress - Task has started and is in progress. Failed - Operation has failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainState.Operation">
            <summary>
            Gets or sets operation.
            Type of asynchronous operation. The values can be ForceDelete or Verification
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainState.LastActionDateTime">
            <summary>
            Gets or sets lastActionDateTime.
            Timestamp for when the last activity occurred. The value is updated when an operation is scheduled, the asynchronous task starts, and when the operation completes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainState.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Drive">
            <summary>
            The type Drive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.DriveType">
            <summary>
            Gets or sets drive type.
            Describes the type of drive represented by this resource. OneDrive personal drives will return personal. OneDrive for Business will return business. SharePoint document libraries will return documentLibrary. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.Owner">
            <summary>
            Gets or sets owner.
            Optional. The user account that owns the drive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.Quota">
            <summary>
            Gets or sets quota.
            Optional. Information about the drive's storage space quota. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.SharePointIds">
            <summary>
            Gets or sets share point ids.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.System">
            <summary>
            Gets or sets system.
            If present, indicates that this is a system-managed drive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.Items">
            <summary>
            Gets or sets items.
            All items contained in the drive. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.List">
            <summary>
            Gets or sets list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.Root">
            <summary>
            Gets or sets root.
            The root folder of the drive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Drive.Special">
            <summary>
            Gets or sets special.
            Collection of common folders available in OneDrive. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItem">
            <summary>
            The type Drive Item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Audio">
            <summary>
            Gets or sets audio.
            Audio metadata, if the item is an audio file. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Content">
            <summary>
            Gets or sets content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.CTag">
            <summary>
            Gets or sets c tag.
            An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Deleted">
            <summary>
            Gets or sets deleted.
            Information about the deleted state of the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.File">
            <summary>
            Gets or sets file.
            File metadata, if the item is a file. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.FileSystemInfo">
            <summary>
            Gets or sets file system info.
            File system information on client. Read-write.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Folder">
            <summary>
            Gets or sets folder.
            Folder metadata, if the item is a folder. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Image">
            <summary>
            Gets or sets image.
            Image metadata, if the item is an image. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Location">
            <summary>
            Gets or sets location.
            Location metadata, if the item has location data. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Package">
            <summary>
            Gets or sets package.
            If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Photo">
            <summary>
            Gets or sets photo.
            Photo metadata, if the item is a photo. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Publication">
            <summary>
            Gets or sets publication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.RemoteItem">
            <summary>
            Gets or sets remote item.
            Remote item data, if the item is shared from a drive other than the one being accessed. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Root">
            <summary>
            Gets or sets root.
            If this property is non-null, it indicates that the driveItem is the top-most driveItem in the drive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.SearchResult">
            <summary>
            Gets or sets search result.
            Search metadata, if the item is from a search result. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Shared">
            <summary>
            Gets or sets shared.
            Indicates that the item has been shared with others and provides information about the shared state of the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.SharepointIds">
            <summary>
            Gets or sets sharepoint ids.
            Returns identifiers useful for SharePoint REST compatibility. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Size">
            <summary>
            Gets or sets size.
            Size of the item in bytes. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.SpecialFolder">
            <summary>
            Gets or sets special folder.
            If the current item is also available as a special folder, this facet is returned. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Video">
            <summary>
            Gets or sets video.
            Video metadata, if the item is a video. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.WebDavUrl">
            <summary>
            Gets or sets web dav url.
            WebDAV compatible URL for the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Children">
            <summary>
            Gets or sets children.
            Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.ListItem">
            <summary>
            Gets or sets list item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Permissions">
            <summary>
            Gets or sets permissions.
            The set of permissions for the item. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Thumbnails">
            <summary>
            Gets or sets thumbnails.
            Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Versions">
            <summary>
            Gets or sets versions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItem.Workbook">
            <summary>
            Gets or sets workbook.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCopyRequestBody">
            <summary>
            The type DriveItemCopyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCopyRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCopyRequestBody.ParentReference">
            <summary>
            Gets or sets ParentReference.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCreateLinkRequestBody">
            <summary>
            The type DriveItemCreateLinkRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateLinkRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateLinkRequestBody.Scope">
            <summary>
            Gets or sets Scope.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCreateUploadSessionRequestBody">
            <summary>
            The type DriveItemCreateUploadSessionRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateUploadSessionRequestBody.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemInviteRequestBody">
            <summary>
            The type DriveItemInviteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequestBody.RequireSignIn">
            <summary>
            Gets or sets RequireSignIn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequestBody.Roles">
            <summary>
            Gets or sets Roles.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequestBody.SendInvitation">
            <summary>
            Gets or sets SendInvitation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequestBody.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequestBody.Recipients">
            <summary>
            Gets or sets Recipients.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemUploadableProperties">
            <summary>
            The type DriveItemUploadableProperties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemUploadableProperties.Description">
            <summary>
            Gets or sets description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemUploadableProperties.FileSystemInfo">
            <summary>
            Gets or sets fileSystemInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemUploadableProperties.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemUploadableProperties.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersion">
            <summary>
            The type Drive Item Version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersion.Content">
            <summary>
            Gets or sets content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersion.Size">
            <summary>
            Gets or sets size.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveRecipient">
            <summary>
            The type DriveRecipient.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecipient.Alias">
            <summary>
            Gets or sets alias.
            The alias of the domain object, for cases where an email address is unavailable (e.g. security groups).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecipient.Email">
            <summary>
            Gets or sets email.
            The email address for the recipient, if the recipient has an associated email address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecipient.ObjectId">
            <summary>
            Gets or sets objectId.
            The unique identifier for the recipient in the directory.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecipient.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EBookInstallSummary">
            <summary>
            The type EBook Install Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EBookInstallSummary.InstalledDeviceCount">
            <summary>
            Gets or sets installed device count.
            Number of Devices that have successfully installed this book.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EBookInstallSummary.FailedDeviceCount">
            <summary>
            Gets or sets failed device count.
            Number of Devices that have failed to install this book.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EBookInstallSummary.NotInstalledDeviceCount">
            <summary>
            Gets or sets not installed device count.
            Number of Devices that does not have this book installed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EBookInstallSummary.InstalledUserCount">
            <summary>
            Gets or sets installed user count.
            Number of Users whose devices have all succeeded to install this book.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EBookInstallSummary.FailedUserCount">
            <summary>
            Gets or sets failed user count.
            Number of Users that have 1 or more device that failed to install this book.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EBookInstallSummary.NotInstalledUserCount">
            <summary>
            Gets or sets not installed user count.
            Number of Users that did not install this book.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EdgeCookiePolicy">
            <summary>
            The enum EdgeCookiePolicy.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EdgeCookiePolicy.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EdgeCookiePolicy.Allow">
            <summary>
            allow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EdgeCookiePolicy.BlockThirdParty">
            <summary>
            block Third Party
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EdgeCookiePolicy.BlockAll">
            <summary>
            block All
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EdgeSearchEngine">
            <summary>
            The type EdgeSearchEngine.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EdgeSearchEngine.EdgeSearchEngineType">
            <summary>
            Gets or sets edgeSearchEngineType.
            Allows IT admins to set a predefined default search engine for MDM-Controlled devices. Possible values are: default, bing.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EdgeSearchEngineBase">
            <summary>
            The type EdgeSearchEngineBase.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EdgeSearchEngineBase.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EdgeSearchEngineCustom">
            <summary>
            The type EdgeSearchEngineCustom.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EdgeSearchEngineCustom.EdgeSearchEngineOpenSearchXmlUrl">
            <summary>
            Gets or sets edgeSearchEngineOpenSearchXmlUrl.
            Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EdgeSearchEngineType">
            <summary>
            The enum EdgeSearchEngineType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EdgeSearchEngineType.Default">
            <summary>
            default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EdgeSearchEngineType.Bing">
            <summary>
            bing
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EditionUpgradeConfiguration">
            <summary>
            The type Edition Upgrade Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EditionUpgradeConfiguration.LicenseType">
            <summary>
            Gets or sets license type.
            Edition Upgrade License Type. Possible values are: productKey, licenseFile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EditionUpgradeConfiguration.TargetEdition">
            <summary>
            Gets or sets target edition.
            Edition Upgrade Target Edition. Possible values are: windows10Enterprise, windows10EnterpriseN, windows10Education, windows10EducationN, windows10MobileEnterprise, windows10HolographicEnterprise, windows10Professional, windows10ProfessionalN, windows10ProfessionalEducation, windows10ProfessionalEducationN, windows10ProfessionalWorkstation, windows10ProfessionalWorkstationN.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EditionUpgradeConfiguration.License">
            <summary>
            Gets or sets license.
            Edition Upgrade License File Content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EditionUpgradeConfiguration.ProductKey">
            <summary>
            Gets or sets product key.
            Edition Upgrade Product Key.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EditionUpgradeLicenseType">
            <summary>
            The enum EditionUpgradeLicenseType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EditionUpgradeLicenseType.ProductKey">
            <summary>
            product Key
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EditionUpgradeLicenseType.LicenseFile">
            <summary>
            license File
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClass">
            <summary>
            The type Education Class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.DisplayName">
            <summary>
            Gets or sets display name.
            Name of the class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.MailNickname">
            <summary>
            Gets or sets mail nickname.
            Mail name for sending email to all members, if this is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Description">
            <summary>
            Gets or sets description.
            Description of the class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.CreatedBy">
            <summary>
            Gets or sets created by.
            Entity who created the class
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.ClassCode">
            <summary>
            Gets or sets class code.
            Class code used by the school to identify the class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.ExternalName">
            <summary>
            Gets or sets external name.
            Name of the class in the syncing system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.ExternalId">
            <summary>
            Gets or sets external id.
            ID of the class from the syncing system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.ExternalSource">
            <summary>
            Gets or sets external source.
            How this class was created. Possible values are: sis, manual, unknownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Term">
            <summary>
            Gets or sets term.
            Term for this class.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Schools">
            <summary>
            Gets or sets schools.
            All schools that this class is associated with. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Members">
            <summary>
            Gets or sets members.
            All users in the class. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Teachers">
            <summary>
            Gets or sets teachers.
            All teachers in the class. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClass.Group">
            <summary>
            Gets or sets group.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationContactRelationship">
            <summary>
            The enum EducationContactRelationship.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationContactRelationship.Parent">
            <summary>
            parent
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationContactRelationship.Relative">
            <summary>
            relative
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationContactRelationship.Aide">
            <summary>
            aide
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationContactRelationship.Doctor">
            <summary>
            doctor
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationContactRelationship.Guardian">
            <summary>
            guardian
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationContactRelationship.Child">
            <summary>
            child
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationContactRelationship.Other">
            <summary>
            other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationContactRelationship.UnknownFutureValue">
            <summary>
            unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationExternalSource">
            <summary>
            The enum EducationExternalSource.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationExternalSource.Sis">
            <summary>
            sis
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationExternalSource.Manual">
            <summary>
            manual
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationExternalSource.UnknownFutureValue">
            <summary>
            unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationGender">
            <summary>
            The enum EducationGender.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationGender.Female">
            <summary>
            female
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationGender.Male">
            <summary>
            male
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationGender.Other">
            <summary>
            other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationGender.UnknownFutureValue">
            <summary>
            unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationOrganization">
            <summary>
            The type Education Organization.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganization.#ctor">
            <summary>
             The internal EducationOrganization constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationOrganization.DisplayName">
            <summary>
            Gets or sets display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationOrganization.Description">
            <summary>
            Gets or sets description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationOrganization.ExternalSource">
            <summary>
            Gets or sets external source.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRelatedContact">
            <summary>
            The type EducationRelatedContact.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRelatedContact.Id">
            <summary>
            Gets or sets id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRelatedContact.DisplayName">
            <summary>
            Gets or sets displayName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRelatedContact.EmailAddress">
            <summary>
            Gets or sets emailAddress.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRelatedContact.MobilePhone">
            <summary>
            Gets or sets mobilePhone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRelatedContact.Relationship">
            <summary>
            Gets or sets relationship.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRelatedContact.AccessConsent">
            <summary>
            Gets or sets accessConsent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRelatedContact.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRoot">
            <summary>
            The type Education Root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRoot.Classes">
            <summary>
            Gets or sets classes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRoot.Schools">
            <summary>
            Gets or sets schools.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRoot.Users">
            <summary>
            Gets or sets users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRoot.Me">
            <summary>
            Gets or sets me.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSchool">
            <summary>
            The type Education School.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.PrincipalEmail">
            <summary>
            Gets or sets principal email.
            Email address of the principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.PrincipalName">
            <summary>
            Gets or sets principal name.
            Name of the principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.ExternalPrincipalId">
            <summary>
            Gets or sets external principal id.
            ID of principal in syncing system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.LowestGrade">
            <summary>
            Gets or sets lowest grade.
            Lowest grade taught.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.HighestGrade">
            <summary>
            Gets or sets highest grade.
            Highest grade taught.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.SchoolNumber">
            <summary>
            Gets or sets school number.
            School Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.ExternalId">
            <summary>
            Gets or sets external id.
            ID of school in syncing system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.Phone">
            <summary>
            Gets or sets phone.
            Phone number of school.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.Fax">
            <summary>
            Gets or sets fax.
            Fax number of school.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.CreatedBy">
            <summary>
            Gets or sets created by.
            Entity who created the school.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.Address">
            <summary>
            Gets or sets address.
            Address of the school.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.Classes">
            <summary>
            Gets or sets classes.
            Classes taught at the school. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.Users">
            <summary>
            Gets or sets users.
            Users in the school. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchool.AdministrativeUnit">
            <summary>
            Gets or sets administrative unit.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationStudent">
            <summary>
            The type EducationStudent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.GraduationYear">
            <summary>
            Gets or sets graduationYear.
            Year the student is graduating from the school.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.Grade">
            <summary>
            Gets or sets grade.
            Current grade level of the student.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.BirthDate">
            <summary>
            Gets or sets birthDate.
            Birth date of the student.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.Gender">
            <summary>
            Gets or sets gender.
            Possible values are: female, male, other, unkownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.StudentNumber">
            <summary>
            Gets or sets studentNumber.
            Student Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.ExternalId">
            <summary>
            Gets or sets externalId.
            ID of the student in the source system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationStudent.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationTeacher">
            <summary>
            The type EducationTeacher.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTeacher.TeacherNumber">
            <summary>
            Gets or sets teacherNumber.
            Teacher number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTeacher.ExternalId">
            <summary>
            Gets or sets externalId.
            ID of the teacher in the source system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTeacher.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationTerm">
            <summary>
            The type EducationTerm.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTerm.ExternalId">
            <summary>
            Gets or sets externalId.
            ID of term in the syncing system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTerm.StartDate">
            <summary>
            Gets or sets startDate.
            Start of the term.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTerm.EndDate">
            <summary>
            Gets or sets endDate.
            End of the term.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTerm.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name of the term.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationTerm.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUser">
            <summary>
            The type Education User.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.PrimaryRole">
            <summary>
            Gets or sets primary role.
            Default role for a user. The user's role might be different in an individual class. Possible values are: student, teacher, enum_sentinel. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.MiddleName">
            <summary>
            Gets or sets middle name.
            The middle name of user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.ExternalSource">
            <summary>
            Gets or sets external source.
            Where this user was created from. Possible values are: sis, manual, unkownFutureValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.ResidenceAddress">
            <summary>
            Gets or sets residence address.
            Address where user lives.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.MailingAddress">
            <summary>
            Gets or sets mailing address.
            Mail address of user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Student">
            <summary>
            Gets or sets student.
            If the primary role is student, this block will contain student specific data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Teacher">
            <summary>
            Gets or sets teacher.
            If the primary role is teacher, this block will conatin teacher specific data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.CreatedBy">
            <summary>
            Gets or sets created by.
            Entity who created the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.RelatedContacts">
            <summary>
            Gets or sets related contacts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.AccountEnabled">
            <summary>
            Gets or sets account enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.AssignedLicenses">
            <summary>
            Gets or sets assigned licenses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.AssignedPlans">
            <summary>
            Gets or sets assigned plans.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.BusinessPhones">
            <summary>
            Gets or sets business phones.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Department">
            <summary>
            Gets or sets department.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.DisplayName">
            <summary>
            Gets or sets display name.
            The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.GivenName">
            <summary>
            Gets or sets given name.
            The given name (first name) of the user. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Mail">
            <summary>
            Gets or sets mail.
            The SMTP address for the user; for example, "jeff@contoso.onmicrosoft.com". Read-Only. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.MailNickname">
            <summary>
            Gets or sets mail nickname.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.MobilePhone">
            <summary>
            Gets or sets mobile phone.
            The primary cellular telephone number for the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.PasswordPolicies">
            <summary>
            Gets or sets password policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.PasswordProfile">
            <summary>
            Gets or sets password profile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.OfficeLocation">
            <summary>
            Gets or sets office location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.PreferredLanguage">
            <summary>
            Gets or sets preferred language.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.ProvisionedPlans">
            <summary>
            Gets or sets provisioned plans.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.RefreshTokensValidFromDateTime">
            <summary>
            Gets or sets refresh tokens valid from date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.ShowInAddressList">
            <summary>
            Gets or sets show in address list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Surname">
            <summary>
            Gets or sets surname.
            The user's surname (family name or last name). Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.UsageLocation">
            <summary>
            Gets or sets usage location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.UserType">
            <summary>
            Gets or sets user type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Schools">
            <summary>
            Gets or sets schools.
            Schools to which the user belongs. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.Classes">
            <summary>
            Gets or sets classes.
            Classes to which the user belongs. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUser.User">
            <summary>
            Gets or sets user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserRole">
            <summary>
            The enum EducationUserRole.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationUserRole.Student">
            <summary>
            student
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationUserRole.Teacher">
            <summary>
            teacher
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationUserRole.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EducationUserRole.UnknownFutureValue">
            <summary>
            unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EmailAddress">
            <summary>
            The type EmailAddress.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAddress.Name">
            <summary>
            Gets or sets name.
            The display name of the person or entity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAddress.Address">
            <summary>
            Gets or sets address.
            The email address of the person or entity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EmailAddress.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Enablement">
            <summary>
            The enum Enablement.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Enablement.NotConfigured">
            <summary>
            not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Enablement.Enabled">
            <summary>
            enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Enablement.Disabled">
            <summary>
            disabled
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EnrollmentConfigurationAssignment">
            <summary>
            The type Enrollment Configuration Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentConfigurationAssignment.Target">
            <summary>
            Gets or sets target.
            Not yet documented
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EnrollmentTroubleshootingEvent">
            <summary>
            The type Enrollment Troubleshooting Event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.ManagedDeviceIdentifier">
            <summary>
            Gets or sets managed device identifier.
            Device identifier created or collected by Intune.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.OperatingSystem">
            <summary>
            Gets or sets operating system.
            Operating System.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.OsVersion">
            <summary>
            Gets or sets os version.
            OS Version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.UserId">
            <summary>
            Gets or sets user id.
            Identifier for the user that tried to enroll the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.DeviceId">
            <summary>
            Gets or sets device id.
            Azure AD device identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.EnrollmentType">
            <summary>
            Gets or sets enrollment type.
            Type of the enrollment. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.FailureCategory">
            <summary>
            Gets or sets failure category.
            Highlevel failure category. Possible values are: unknown, authentication, authorization, accountValidation, userValidation, deviceNotSupported, inMaintenance, badRequest, featureNotSupported, enrollmentRestrictionsEnforced, clientDisconnected.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EnrollmentTroubleshootingEvent.FailureReason">
            <summary>
            Gets or sets failure reason.
            Detailed failure reason.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Entity">
            <summary>
            The type Entity.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Entity.#ctor">
            <summary>
             The internal Entity constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Entity.Id">
            <summary>
            Gets or sets id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Entity.ODataType">
            <summary>
            Gets or sets @odata.type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Entity.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Event">
            <summary>
            The type Event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.OriginalStartTimeZone">
            <summary>
            Gets or sets original start time zone.
            The start time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.OriginalEndTimeZone">
            <summary>
            Gets or sets original end time zone.
            The end time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.ResponseStatus">
            <summary>
            Gets or sets response status.
            Indicates the type of response sent in response to an event message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.ICalUId">
            <summary>
            Gets or sets i cal uid.
            A unique identifier that is shared by all instances of an event across different calendars.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.ReminderMinutesBeforeStart">
            <summary>
            Gets or sets reminder minutes before start.
            The number of minutes before the event start time that the reminder alert occurs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.IsReminderOn">
            <summary>
            Gets or sets is reminder on.
            Set to true if an alert is set to remind the user of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.HasAttachments">
            <summary>
            Gets or sets has attachments.
            Set to true if the event has attachments.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Subject">
            <summary>
            Gets or sets subject.
            The text of the event's subject line.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Body">
            <summary>
            Gets or sets body.
            The body of the message associated with the event. It can be in HTML or text format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.BodyPreview">
            <summary>
            Gets or sets body preview.
            The preview of the message associated with the event. It is in text format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Importance">
            <summary>
            Gets or sets importance.
            The importance of the event. Possible values are: low, normal, high.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Sensitivity">
            <summary>
            Gets or sets sensitivity.
            Possible values are: normal, personal, private, confidential.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Start">
            <summary>
            Gets or sets start.
            The date, time, and time zone that the event starts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.OriginalStart">
            <summary>
            Gets or sets original start.
            The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.End">
            <summary>
            Gets or sets end.
            The date, time, and time zone that the event ends.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Location">
            <summary>
            Gets or sets location.
            The location of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Locations">
            <summary>
            Gets or sets locations.
            The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection would be removed and replaced by the new location value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.IsAllDay">
            <summary>
            Gets or sets is all day.
            Set to true if the event lasts all day.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.IsCancelled">
            <summary>
            Gets or sets is cancelled.
            Set to true if the event has been canceled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.IsOrganizer">
            <summary>
            Gets or sets is organizer.
            Set to true if the message sender is also the organizer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Recurrence">
            <summary>
            Gets or sets recurrence.
            The recurrence pattern for the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.ResponseRequested">
            <summary>
            Gets or sets response requested.
            Set to true if the sender would like a response when the event is accepted or declined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.SeriesMasterId">
            <summary>
            Gets or sets series master id.
            The categories assigned to the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.ShowAs">
            <summary>
            Gets or sets show as.
            The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Type">
            <summary>
            Gets or sets type.
            The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Attendees">
            <summary>
            Gets or sets attendees.
            The collection of attendees for the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Organizer">
            <summary>
            Gets or sets organizer.
            The organizer of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.WebLink">
            <summary>
            Gets or sets web link.
            The URL to open the event in Outlook Web App.The event will open in the browser if you are logged in to your mailbox via Outlook Web App. You will be prompted to login if you are not already logged in with the browser.This URL can be accessed from within an iFrame.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.OnlineMeetingUrl">
            <summary>
            Gets or sets online meeting url.
            A URL for an online meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Calendar">
            <summary>
            Gets or sets calendar.
            The calendar that contains the event. Navigation property. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Instances">
            <summary>
            Gets or sets instances.
            The instances of the event. Navigation property. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the event. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.Attachments">
            <summary>
            Gets or sets attachments.
            The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the event. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Event.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the event. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventAcceptRequestBody">
            <summary>
            The type EventAcceptRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventAcceptRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventAcceptRequestBody.SendResponse">
            <summary>
            Gets or sets SendResponse.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventDeclineRequestBody">
            <summary>
            The type EventDeclineRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeclineRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeclineRequestBody.SendResponse">
            <summary>
            Gets or sets SendResponse.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventMessage">
            <summary>
            The type Event Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessage.MeetingMessageType">
            <summary>
            Gets or sets meeting message type.
            The type of event message: none, meetingRequest, meetingCancelled, meetingAccepted, meetingTenativelyAccepted, meetingDeclined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMessage.Event">
            <summary>
            Gets or sets event.
            The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventSnoozeReminderRequestBody">
            <summary>
            The type EventSnoozeReminderRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventSnoozeReminderRequestBody.NewReminderTime">
            <summary>
            Gets or sets NewReminderTime.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventTentativelyAcceptRequestBody">
            <summary>
            The type EventTentativelyAcceptRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventTentativelyAcceptRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventTentativelyAcceptRequestBody.SendResponse">
            <summary>
            Gets or sets SendResponse.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventType">
            <summary>
            The enum EventType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EventType.SingleInstance">
            <summary>
            single Instance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EventType.Occurrence">
            <summary>
            occurrence
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EventType.Exception">
            <summary>
            exception
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EventType.SeriesMaster">
            <summary>
            series Master
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExclusionGroupAssignmentTarget">
            <summary>
            The type ExclusionGroupAssignmentTarget.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Extension">
            <summary>
            The type Extension.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Extension.#ctor">
            <summary>
             The internal Extension constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExtensionSchemaProperty">
            <summary>
            The type ExtensionSchemaProperty.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExtensionSchemaProperty.Name">
            <summary>
            Gets or sets name.
            The name of the strongly-typed property defined as part of a schema extension.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExtensionSchemaProperty.Type">
            <summary>
            Gets or sets type.
            The type of the property that is defined as part of a schema extension. Allowed values are Binary, Boolean, DateTime, Integer or String. See the table below for more details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExtensionSchemaProperty.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalAudienceScope">
            <summary>
            The enum ExternalAudienceScope.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalAudienceScope.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalAudienceScope.ContactsOnly">
            <summary>
            contacts Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ExternalAudienceScope.All">
            <summary>
            all
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ExternalLink">
            <summary>
            The type ExternalLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalLink.Href">
            <summary>
            Gets or sets href.
            The url of the link.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ExternalLink.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FieldValueSet">
            <summary>
            The type Field Value Set.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.File">
            <summary>
            The type File.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.File.Hashes">
            <summary>
            Gets or sets hashes.
            Hashes of the file's binary content, if available. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.File.MimeType">
            <summary>
            Gets or sets mimeType.
            The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.File.ProcessingMetadata">
            <summary>
            Gets or sets processingMetadata.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.File.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FileAttachment">
            <summary>
            The type File Attachment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileAttachment.ContentId">
            <summary>
            Gets or sets content id.
            The ID of the attachment in the Exchange store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileAttachment.ContentLocation">
            <summary>
            Gets or sets content location.
            The Uniform Resource Identifier (URI) that corresponds to the location of the content of the attachment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileAttachment.ContentBytes">
            <summary>
            Gets or sets content bytes.
            The base64-encoded contents of the file.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FileEncryptionInfo">
            <summary>
            The type FileEncryptionInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.EncryptionKey">
            <summary>
            Gets or sets encryptionKey.
            The key used to encrypt the file content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.InitializationVector">
            <summary>
            Gets or sets initializationVector.
            The initialization vector used for the encryption algorithm.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.Mac">
            <summary>
            Gets or sets mac.
            The hash of the encrypted file content + IV (content hash).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.MacKey">
            <summary>
            Gets or sets macKey.
            The key used to get mac.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.ProfileIdentifier">
            <summary>
            Gets or sets profileIdentifier.
            The the profile identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.FileDigest">
            <summary>
            Gets or sets fileDigest.
            The file digest prior to encryption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.FileDigestAlgorithm">
            <summary>
            Gets or sets fileDigestAlgorithm.
            The file digest algorithm.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileEncryptionInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FileSystemInfo">
            <summary>
            The type FileSystemInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSystemInfo.CreatedDateTime">
            <summary>
            Gets or sets createdDateTime.
            The UTC date and time the file was created on a client.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSystemInfo.LastAccessedDateTime">
            <summary>
            Gets or sets lastAccessedDateTime.
            The UTC date and time the file was last accessed. Available for the recent file list only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSystemInfo.LastModifiedDateTime">
            <summary>
            Gets or sets lastModifiedDateTime.
            The UTC date and time the file was last modified on a client.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FileSystemInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FirewallCertificateRevocationListCheckMethodType">
            <summary>
            The enum FirewallCertificateRevocationListCheckMethodType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallCertificateRevocationListCheckMethodType.DeviceDefault">
            <summary>
            device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallCertificateRevocationListCheckMethodType.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallCertificateRevocationListCheckMethodType.Attempt">
            <summary>
            attempt
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallCertificateRevocationListCheckMethodType.Require">
            <summary>
            require
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FirewallPacketQueueingMethodType">
            <summary>
            The enum FirewallPacketQueueingMethodType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPacketQueueingMethodType.DeviceDefault">
            <summary>
            device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPacketQueueingMethodType.Disabled">
            <summary>
            disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPacketQueueingMethodType.QueueInbound">
            <summary>
            queue Inbound
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPacketQueueingMethodType.QueueOutbound">
            <summary>
            queue Outbound
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPacketQueueingMethodType.QueueBoth">
            <summary>
            queue Both
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FirewallPreSharedKeyEncodingMethodType">
            <summary>
            The enum FirewallPreSharedKeyEncodingMethodType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPreSharedKeyEncodingMethodType.DeviceDefault">
            <summary>
            device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPreSharedKeyEncodingMethodType.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FirewallPreSharedKeyEncodingMethodType.UtF8">
            <summary>
            ut F8
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Folder">
            <summary>
            The type Folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Folder.ChildCount">
            <summary>
            Gets or sets childCount.
            Number of children contained immediately within this container.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Folder.View">
            <summary>
            Gets or sets view.
            A collection of properties defining the recommended view for the folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Folder.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FolderView">
            <summary>
            The type FolderView.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FolderView.SortBy">
            <summary>
            Gets or sets sortBy.
            The method by which the folder should be sorted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FolderView.SortOrder">
            <summary>
            Gets or sets sortOrder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FolderView.ViewType">
            <summary>
            Gets or sets viewType.
            The type of view that should be used to represent the folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FolderView.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FollowupFlag">
            <summary>
            The type FollowupFlag.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FollowupFlag.CompletedDateTime">
            <summary>
            Gets or sets completedDateTime.
            The date and time that the follow-up was finished.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FollowupFlag.DueDateTime">
            <summary>
            Gets or sets dueDateTime.
            The date and time that the follow-up is to be finished.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FollowupFlag.StartDateTime">
            <summary>
            Gets or sets startDateTime.
            The date and time that the follow-up is to begin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FollowupFlag.FlagStatus">
            <summary>
            Gets or sets flagStatus.
            The status for follow-up for an item. Possible values are notFlagged, complete, and flagged.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.FollowupFlag.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FollowupFlagStatus">
            <summary>
            The enum FollowupFlagStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FollowupFlagStatus.NotFlagged">
            <summary>
            not Flagged
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FollowupFlagStatus.Complete">
            <summary>
            complete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FollowupFlagStatus.Flagged">
            <summary>
            flagged
            </summary>
        </member>
        <member name="T:Microsoft.Graph.FreeBusyStatus">
            <summary>
            The enum FreeBusyStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FreeBusyStatus.Free">
            <summary>
            free
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FreeBusyStatus.Tentative">
            <summary>
            tentative
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FreeBusyStatus.Busy">
            <summary>
            busy
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FreeBusyStatus.Oof">
            <summary>
            oof
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FreeBusyStatus.WorkingElsewhere">
            <summary>
            working Elsewhere
            </summary>
        </member>
        <member name="F:Microsoft.Graph.FreeBusyStatus.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GeoCoordinates">
            <summary>
            The type GeoCoordinates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GeoCoordinates.Altitude">
            <summary>
            Gets or sets altitude.
            Optional. The altitude (height), in feet, above sea level for the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GeoCoordinates.Latitude">
            <summary>
            Gets or sets latitude.
            Optional. The latitude, in decimal, for the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GeoCoordinates.Longitude">
            <summary>
            Gets or sets longitude.
            Optional. The longitude, in decimal, for the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GeoCoordinates.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Group">
            <summary>
            The type Group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Classification">
            <summary>
            Gets or sets classification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Description">
            <summary>
            Gets or sets description.
            An optional description for the group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for the group. This property is required when a group is created and it cannot be cleared during updates. Supports $filter and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.GroupTypes">
            <summary>
            Gets or sets group types.
            Specifies the type of group to create. Possible values are Unified to create an Office 365 group, or DynamicMembership for dynamic groups. For all other group types, like security-enabled groups and email-enabled security groups, do not set this property. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Mail">
            <summary>
            Gets or sets mail.
            The SMTP address for the group, for example, "serviceadmins@contoso.onmicrosoft.com". Read-only. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.MailEnabled">
            <summary>
            Gets or sets mail enabled.
            Specifies whether the group is mail-enabled. If the securityEnabled property is also true, the group is a mail-enabled security group; otherwise, the group is a Microsoft Exchange distribution group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.MailNickname">
            <summary>
            Gets or sets mail nickname.
            The mail alias for the group, unique in the organization. This property must be specified when a group is created. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.OnPremisesLastSyncDateTime">
            <summary>
            Gets or sets on premises last sync date time.
            Indicates the last time at which the group was synced with the on-premises directory.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.OnPremisesSecurityIdentifier">
            <summary>
            Gets or sets on premises security identifier.
            Contains the on-premises security identifier (SID) for the group that was synchronized from on-premises to the cloud. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.OnPremisesSyncEnabled">
            <summary>
            Gets or sets on premises sync enabled.
            true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.ProxyAddresses">
            <summary>
            Gets or sets proxy addresses.
            The any operator is required for filter expressions on multi-valued properties. Read-only. Not nullable. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.RenewedDateTime">
            <summary>
            Gets or sets renewed date time.
            Timestamp of when the group was last renewed. This cannot be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.SecurityEnabled">
            <summary>
            Gets or sets security enabled.
            Specifies whether the group is a security group. If the mailEnabled property is also true, the group is a mail-enabled security group; otherwise it is a security group. Must be false for Office 365 groups. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Visibility">
            <summary>
            Gets or sets visibility.
            Specifies the visibility of an Office 365 group. Possible values are: Private, Public, or empty (which is interpreted as Public).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.AllowExternalSenders">
            <summary>
            Gets or sets allow external senders.
            Default is false. Indicates if people external to the organization can send messages to the group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.AutoSubscribeNewMembers">
            <summary>
            Gets or sets auto subscribe new members.
            Default is false. Indicates if new members added to the group will be auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; do not set it in the initial POST request that creates the group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.IsSubscribedByMail">
            <summary>
            Gets or sets is subscribed by mail.
            Default value is true. Indicates whether the current user is subscribed to receive email conversations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.UnseenCount">
            <summary>
            Gets or sets unseen count.
            Count of posts that the current user has not seen since his last visit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Members">
            <summary>
            Gets or sets members.
            Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Office 365 groups, security groups and mail-enabled security groups), DELETE (supported for Office 365 groups and security groups) Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.MemberOf">
            <summary>
            Gets or sets member of.
            Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.CreatedOnBehalfOf">
            <summary>
            Gets or sets created on behalf of.
            The user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Owners">
            <summary>
            Gets or sets owners.
            The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 10 owners. HTTP Methods: GET (supported for all groups), POST (supported for Office 365 groups, security groups and mail-enabled security groups), DELETE (supported for Office 365 groups and security groups). Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Settings">
            <summary>
            Gets or sets settings.
            Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the group. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Threads">
            <summary>
            Gets or sets threads.
            The group's conversation threads. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Calendar">
            <summary>
            Gets or sets calendar.
            The group's calendar. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.CalendarView">
            <summary>
            Gets or sets calendar view.
            The calendar view for the calendar. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Events">
            <summary>
            Gets or sets events.
            The group's calendar events.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Conversations">
            <summary>
            Gets or sets conversations.
            The group's conversations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Photo">
            <summary>
            Gets or sets photo.
            The group's profile photo
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Photos">
            <summary>
            Gets or sets photos.
            The profile photos owned by the group. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.AcceptedSenders">
            <summary>
            Gets or sets accepted senders.
            The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.RejectedSenders">
            <summary>
            Gets or sets rejected senders.
            The list of users or groups that are not allowed to create posts or calendar events in this group. Nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Drive">
            <summary>
            Gets or sets drive.
            The group's drive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Drives">
            <summary>
            Gets or sets drives.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Sites">
            <summary>
            Gets or sets sites.
            The list of SharePoint sites in this group. Access the default site with /sites/root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Planner">
            <summary>
            Gets or sets planner.
            Entry-point to Planner resource that might exist for a Unified Group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.Onenote">
            <summary>
            Gets or sets onenote.
            Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Group.GroupLifecyclePolicies">
            <summary>
            Gets or sets group lifecycle policies.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupAssignmentTarget">
            <summary>
            The type GroupAssignmentTarget.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAssignmentTarget.GroupId">
            <summary>
            Gets or sets groupId.
            The group Id that is the target of the assignment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicy">
            <summary>
            The type Group Lifecycle Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicy.GroupLifetimeInDays">
            <summary>
            Gets or sets group lifetime in days.
            Number of days before a group expires and needs to be renewed. Once renewed, the group expiration is extended by the number of days defined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicy.ManagedGroupTypes">
            <summary>
            Gets or sets managed group types.
            The group type for which the expiration policy applies. Possible values are All, Selected or None.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicy.AlternateNotificationEmails">
            <summary>
            Gets or sets alternate notification emails.
            List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequestBody">
            <summary>
            The type GroupLifecyclePolicyAddGroupRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequestBody.GroupId">
            <summary>
            Gets or sets GroupId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequestBody">
            <summary>
            The type GroupLifecyclePolicyRemoveGroupRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequestBody.GroupId">
            <summary>
            Gets or sets GroupId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupSetting">
            <summary>
            The type Group Setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSetting.DisplayName">
            <summary>
            Gets or sets display name.
            Display name of this group of settings, which comes from the associated template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSetting.TemplateId">
            <summary>
            Gets or sets template id.
            Unique identifier for the template used to create this group of settings. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSetting.Values">
            <summary>
            Gets or sets values.
            Collection of name value pairs. Must contain and set all the settings defined in the template.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingTemplate">
            <summary>
            The type Group Setting Template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingTemplate.DisplayName">
            <summary>
            Gets or sets display name.
            Display name of the template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingTemplate.Description">
            <summary>
            Gets or sets description.
            Description of the template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingTemplate.Values">
            <summary>
            Gets or sets values.
            Collection of settingTemplateValues that list the set of available settings, defaults and types that make up this template.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Hashes">
            <summary>
            The type Hashes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Hashes.Crc32Hash">
            <summary>
            Gets or sets crc32Hash.
            The CRC32 value of the file (if available). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Hashes.QuickXorHash">
            <summary>
            Gets or sets quickXorHash.
            A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Hashes.Sha1Hash">
            <summary>
            Gets or sets sha1Hash.
            SHA1 hash for the contents of the file (if available). Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Hashes.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Identity">
            <summary>
            The type Identity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Identity.DisplayName">
            <summary>
            Gets or sets displayName.
            The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Identity.Id">
            <summary>
            Gets or sets id.
            Unique identifier for the identity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Identity.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IdentitySet">
            <summary>
            The type IdentitySet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentitySet.Application">
            <summary>
            Gets or sets application.
            Optional. The application associated with this action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentitySet.Device">
            <summary>
            Gets or sets device.
            Optional. The device associated with this action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentitySet.User">
            <summary>
            Gets or sets user.
            Optional. The user associated with this action.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IdentitySet.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Image">
            <summary>
            The type Image.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Image.Height">
            <summary>
            Gets or sets height.
            Optional. Height of the image, in pixels. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Image.Width">
            <summary>
            Gets or sets width.
            Optional. Width of the image, in pixels. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Image.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ImageInfo">
            <summary>
            The type ImageInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImageInfo.IconUrl">
            <summary>
            Gets or sets iconUrl.
            Optional; URI that points to an icon which represents the application used to generate the activity
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImageInfo.AlternativeText">
            <summary>
            Gets or sets alternativeText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImageInfo.AlternateText">
            <summary>
            Gets or sets alternateText.
            Optional; alt-text accessible content for the image
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImageInfo.AddImageQuery">
            <summary>
            Gets or sets addImageQuery.
            Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ImageInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Importance">
            <summary>
            The enum Importance.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Importance.Low">
            <summary>
            low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Importance.Normal">
            <summary>
            normal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Importance.High">
            <summary>
            high
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassification">
            <summary>
            The type Inference Classification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassification.Overrides">
            <summary>
            Gets or sets overrides.
            A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverride">
            <summary>
            The type Inference Classification Override.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationOverride.ClassifyAs">
            <summary>
            Gets or sets classify as.
            Specifies how incoming messages from a specific sender should always be classified as. Possible values are: focused, other.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationOverride.SenderEmailAddress">
            <summary>
            Gets or sets sender email address.
            The email address information of the sender for whom the override is created.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationType">
            <summary>
            The enum InferenceClassificationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InferenceClassificationType.Focused">
            <summary>
            focused
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InferenceClassificationType.Other">
            <summary>
            other
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InstallIntent">
            <summary>
            The enum InstallIntent.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallIntent.Available">
            <summary>
            available
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallIntent.Required">
            <summary>
            required
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallIntent.Uninstall">
            <summary>
            uninstall
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallIntent.AvailableWithoutEnrollment">
            <summary>
            available Without Enrollment
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InstallState">
            <summary>
            The enum InstallState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallState.NotApplicable">
            <summary>
            not Applicable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallState.Installed">
            <summary>
            installed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallState.Failed">
            <summary>
            failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallState.NotInstalled">
            <summary>
            not Installed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallState.UninstallFailed">
            <summary>
            uninstall Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InstallState.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InternetMessageHeader">
            <summary>
            The type InternetMessageHeader.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternetMessageHeader.Name">
            <summary>
            Gets or sets name.
            Represents the key in a key-value pair.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternetMessageHeader.Value">
            <summary>
            Gets or sets value.
            The value in a key-value pair.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InternetMessageHeader.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InternetSiteSecurityLevel">
            <summary>
            The enum InternetSiteSecurityLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InternetSiteSecurityLevel.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InternetSiteSecurityLevel.Medium">
            <summary>
            medium
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InternetSiteSecurityLevel.MediumHigh">
            <summary>
            medium High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.InternetSiteSecurityLevel.High">
            <summary>
            high
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IntuneBrand">
            <summary>
            The type IntuneBrand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.DisplayName">
            <summary>
            Gets or sets displayName.
            Company/organization name that is displayed to end users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ContactITName">
            <summary>
            Gets or sets contactITName.
            Name of the person/organization responsible for IT support.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ContactITPhoneNumber">
            <summary>
            Gets or sets contactITPhoneNumber.
            Phone number of the person/organization responsible for IT support.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ContactITEmailAddress">
            <summary>
            Gets or sets contactITEmailAddress.
            Email address of the person/organization responsible for IT support.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ContactITNotes">
            <summary>
            Gets or sets contactITNotes.
            Text comments regarding the person/organization responsible for IT support.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.PrivacyUrl">
            <summary>
            Gets or sets privacyUrl.
            URL to the company/organization's privacy policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.OnlineSupportSiteUrl">
            <summary>
            Gets or sets onlineSupportSiteUrl.
            URL to the company/organization's IT helpdesk site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.OnlineSupportSiteName">
            <summary>
            Gets or sets onlineSupportSiteName.
            Display name of the company/organization's IT helpdesk site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ThemeColor">
            <summary>
            Gets or sets themeColor.
            Primary theme color used in the Company Portal applications and web portal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ShowLogo">
            <summary>
            Gets or sets showLogo.
            Boolean that represents whether the administrator-supplied logo images are shown or not shown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.LightBackgroundLogo">
            <summary>
            Gets or sets lightBackgroundLogo.
            Logo image displayed in Company Portal apps which have a light background behind the logo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.DarkBackgroundLogo">
            <summary>
            Gets or sets darkBackgroundLogo.
            Logo image displayed in Company Portal apps which have a dark background behind the logo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ShowNameNextToLogo">
            <summary>
            Gets or sets showNameNextToLogo.
            Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.ShowDisplayNameNextToLogo">
            <summary>
            Gets or sets showDisplayNameNextToLogo.
            Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IntuneBrand.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Invitation">
            <summary>
            The type Invitation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InvitedUserDisplayName">
            <summary>
            Gets or sets invited user display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InvitedUserType">
            <summary>
            Gets or sets invited user type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InvitedUserEmailAddress">
            <summary>
            Gets or sets invited user email address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InvitedUserMessageInfo">
            <summary>
            Gets or sets invited user message info.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.SendInvitationMessage">
            <summary>
            Gets or sets send invitation message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InviteRedirectUrl">
            <summary>
            Gets or sets invite redirect url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InviteRedeemUrl">
            <summary>
            Gets or sets invite redeem url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.Status">
            <summary>
            Gets or sets status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Invitation.InvitedUser">
            <summary>
            Gets or sets invited user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InvitedUserMessageInfo">
            <summary>
            The type InvitedUserMessageInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitedUserMessageInfo.CcRecipients">
            <summary>
            Gets or sets ccRecipients.
            Additional recipients the invitation message should be sent to. Currently only 1 additional recipient is supported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitedUserMessageInfo.MessageLanguage">
            <summary>
            Gets or sets messageLanguage.
            The language you want to send the default message in. If the customizedMessageBody is specified, this property is ignored, and the message is sent using the customizedMessageBody. The language format should be in ISO 639. The default is en-US.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitedUserMessageInfo.CustomizedMessageBody">
            <summary>
            Gets or sets customizedMessageBody.
            Customized message body you want to send if you don't want the default message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InvitedUserMessageInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosCertificateProfile">
            <summary>
            The type Ios Certificate Profile.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfile.#ctor">
            <summary>
             The internal IosCertificateProfile constructor
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosCompliancePolicy">
            <summary>
            The type Ios Compliance Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeBlockSimple">
            <summary>
            Gets or sets passcode block simple.
            Indicates whether or not to block simple passcodes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeExpirationDays">
            <summary>
            Gets or sets passcode expiration days.
            Number of days before the passcode expires. Valid values 1 to 65535
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeMinimumLength">
            <summary>
            Gets or sets passcode minimum length.
            Minimum length of passcode. Valid values 4 to 14
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets passcode minutes of inactivity before lock.
            Minutes of inactivity before a passcode is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodePreviousPasscodeBlockCount">
            <summary>
            Gets or sets passcode previous passcode block count.
            Number of previous passcodes to block. Valid values 1 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeMinimumCharacterSetCount">
            <summary>
            Gets or sets passcode minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeRequiredType">
            <summary>
            Gets or sets passcode required type.
            The required passcode type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.PasscodeRequired">
            <summary>
            Gets or sets passcode required.
            Indicates whether or not to require a passcode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum IOS version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum IOS version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.SecurityBlockJailbrokenDevices">
            <summary>
            Gets or sets security block jailbroken devices.
            Devices must not be jailbroken or rooted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.DeviceThreatProtectionEnabled">
            <summary>
            Gets or sets device threat protection enabled.
            Require that devices have enabled device threat protection .
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.DeviceThreatProtectionRequiredSecurityLevel">
            <summary>
            Gets or sets device threat protection required security level.
            Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCompliancePolicy.ManagedEmailProfileRequired">
            <summary>
            Gets or sets managed email profile required.
            Indicates whether or not to require a managed email profile.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosCustomConfiguration">
            <summary>
            The type Ios Custom Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCustomConfiguration.PayloadName">
            <summary>
            Gets or sets payload name.
            Name that is displayed to the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCustomConfiguration.PayloadFileName">
            <summary>
            Gets or sets payload file name.
            Payload file name (.mobileconfig
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosCustomConfiguration.Payload">
            <summary>
            Gets or sets payload.
            Payload. (UTF8 encoded byte array)
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosDeviceFeaturesConfiguration">
            <summary>
            The type Ios Device Features Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceFeaturesConfiguration.AssetTagTemplate">
            <summary>
            Gets or sets asset tag template.
            Asset tag information for the device, displayed on the login window and lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceFeaturesConfiguration.LockScreenFootnote">
            <summary>
            Gets or sets lock screen footnote.
            A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceFeaturesConfiguration.HomeScreenDockIcons">
            <summary>
            Gets or sets home screen dock icons.
            A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceFeaturesConfiguration.HomeScreenPages">
            <summary>
            Gets or sets home screen pages.
            A list of pages on the Home Screen. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceFeaturesConfiguration.NotificationSettings">
            <summary>
            Gets or sets notification settings.
            Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosDeviceType">
            <summary>
            The type IosDeviceType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceType.IPad">
            <summary>
            Gets or sets iPad.
            Whether the app should run on iPads.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceType.IPhoneAndIPod">
            <summary>
            Gets or sets iPhoneAndIPod.
            Whether the app should run on iPhones and iPods.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosDeviceType.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosGeneralDeviceConfiguration">
            <summary>
            The type Ios General Device Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AccountBlockModification">
            <summary>
            Gets or sets account block modification.
            Indicates whether or not to allow account modification when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ActivationLockAllowWhenSupervised">
            <summary>
            Gets or sets activation lock allow when supervised.
            Indicates whether or not to allow activation lock when the device is in the supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AirDropBlocked">
            <summary>
            Gets or sets air drop blocked.
            Indicates whether or not to allow AirDrop when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AirDropForceUnmanagedDropTarget">
            <summary>
            Gets or sets air drop force unmanaged drop target.
            Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AirPlayForcePairingPasswordForOutgoingRequests">
            <summary>
            Gets or sets air play force pairing password for outgoing requests.
            Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppleWatchBlockPairing">
            <summary>
            Gets or sets apple watch block pairing.
            Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppleWatchForceWristDetection">
            <summary>
            Gets or sets apple watch force wrist detection.
            Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppleNewsBlocked">
            <summary>
            Gets or sets apple news blocked.
            Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppsSingleAppModeList">
            <summary>
            Gets or sets apps single app mode list.
            Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppsVisibilityList">
            <summary>
            Gets or sets apps visibility list.
            List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppsVisibilityListType">
            <summary>
            Gets or sets apps visibility list type.
            Type of list that is in the AppsVisibilityList. Possible values are: none, appsInListCompliant, appsNotInListCompliant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppStoreBlockAutomaticDownloads">
            <summary>
            Gets or sets app store block automatic downloads.
            Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppStoreBlocked">
            <summary>
            Gets or sets app store blocked.
            Indicates whether or not to block the user from using the App Store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppStoreBlockInAppPurchases">
            <summary>
            Gets or sets app store block in app purchases.
            Indicates whether or not to block the user from making in app purchases.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppStoreBlockUIAppInstallation">
            <summary>
            Gets or sets app store block uiapp installation.
            Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.AppStoreRequirePassword">
            <summary>
            Gets or sets app store require password.
            Indicates whether or not to require a password when using the app store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.BluetoothBlockModification">
            <summary>
            Gets or sets bluetooth block modification.
            Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CameraBlocked">
            <summary>
            Gets or sets camera blocked.
            Indicates whether or not to block the user from accessing the camera of the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CellularBlockDataRoaming">
            <summary>
            Gets or sets cellular block data roaming.
            Indicates whether or not to block data roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CellularBlockGlobalBackgroundFetchWhileRoaming">
            <summary>
            Gets or sets cellular block global background fetch while roaming.
            Indicates whether or not to block global background fetch while roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CellularBlockPerAppDataModification">
            <summary>
            Gets or sets cellular block per app data modification.
            Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CellularBlockPersonalHotspot">
            <summary>
            Gets or sets cellular block personal hotspot.
            Indicates whether or not to block Personal Hotspot.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CellularBlockVoiceRoaming">
            <summary>
            Gets or sets cellular block voice roaming.
            Indicates whether or not to block voice roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CertificatesBlockUntrustedTlsCertificates">
            <summary>
            Gets or sets certificates block untrusted tls certificates.
            Indicates whether or not to block untrusted TLS certificates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ClassroomAppBlockRemoteScreenObservation">
            <summary>
            Gets or sets classroom app block remote screen observation.
            Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ClassroomAppForceUnpromptedScreenObservation">
            <summary>
            Gets or sets classroom app force unprompted screen observation.
            Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CompliantAppsList">
            <summary>
            Gets or sets compliant apps list.
            List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.CompliantAppListType">
            <summary>
            Gets or sets compliant app list type.
            List that is in the AppComplianceList. Possible values are: none, appsInListCompliant, appsNotInListCompliant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ConfigurationProfileBlockChanges">
            <summary>
            Gets or sets configuration profile block changes.
            Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DefinitionLookupBlocked">
            <summary>
            Gets or sets definition lookup blocked.
            Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DeviceBlockEnableRestrictions">
            <summary>
            Gets or sets device block enable restrictions.
            Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DeviceBlockEraseContentAndSettings">
            <summary>
            Gets or sets device block erase content and settings.
            Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DeviceBlockNameModification">
            <summary>
            Gets or sets device block name modification.
            Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DiagnosticDataBlockSubmission">
            <summary>
            Gets or sets diagnostic data block submission.
            Indicates whether or not to block diagnostic data submission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DiagnosticDataBlockSubmissionModification">
            <summary>
            Gets or sets diagnostic data block submission modification.
            Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DocumentsBlockManagedDocumentsInUnmanagedApps">
            <summary>
            Gets or sets documents block managed documents in unmanaged apps.
            Indicates whether or not to block the user from viewing managed documents in unmanaged apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.DocumentsBlockUnmanagedDocumentsInManagedApps">
            <summary>
            Gets or sets documents block unmanaged documents in managed apps.
            Indicates whether or not to block the user from viewing unmanaged documents in managed apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.EmailInDomainSuffixes">
            <summary>
            Gets or sets email in domain suffixes.
            An email address lacking a suffix that matches any of these strings will be considered out-of-domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.EnterpriseAppBlockTrust">
            <summary>
            Gets or sets enterprise app block trust.
            Indicates whether or not to block the user from trusting an enterprise app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.EnterpriseAppBlockTrustModification">
            <summary>
            Gets or sets enterprise app block trust modification.
            Indicates whether or not to block the user from modifying the enterprise app trust settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.FaceTimeBlocked">
            <summary>
            Gets or sets face time blocked.
            Indicates whether or not to block the user from using FaceTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.FindMyFriendsBlocked">
            <summary>
            Gets or sets find my friends blocked.
            Indicates whether or not to block Find My Friends when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.GamingBlockGameCenterFriends">
            <summary>
            Gets or sets gaming block game center friends.
            Indicates whether or not to block the user from having friends in Game Center.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.GamingBlockMultiplayer">
            <summary>
            Gets or sets gaming block multiplayer.
            Indicates whether or not to block the user from using multiplayer gaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.GameCenterBlocked">
            <summary>
            Gets or sets game center blocked.
            Indicates whether or not to block the user from using Game Center when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.HostPairingBlocked">
            <summary>
            Gets or sets host pairing blocked.
            indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.IBooksStoreBlocked">
            <summary>
            Gets or sets i books store blocked.
            Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.IBooksStoreBlockErotica">
            <summary>
            Gets or sets i books store block erotica.
            Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockActivityContinuation">
            <summary>
            Gets or sets i cloud block activity continuation.
            Indicates whether or not to block the the user from continuing work they started on iOS device to another iOS or macOS device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockBackup">
            <summary>
            Gets or sets i cloud block backup.
            Indicates whether or not to block iCloud backup.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockDocumentSync">
            <summary>
            Gets or sets i cloud block document sync.
            Indicates whether or not to block iCloud document sync.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockManagedAppsSync">
            <summary>
            Gets or sets i cloud block managed apps sync.
            Indicates whether or not to block Managed Apps Cloud Sync.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockPhotoLibrary">
            <summary>
            Gets or sets i cloud block photo library.
            Indicates whether or not to block iCloud Photo Library.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockPhotoStreamSync">
            <summary>
            Gets or sets i cloud block photo stream sync.
            Indicates whether or not to block iCloud Photo Stream Sync.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudBlockSharedPhotoStream">
            <summary>
            Gets or sets i cloud block shared photo stream.
            Indicates whether or not to block Shared Photo Stream.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ICloudRequireEncryptedBackup">
            <summary>
            Gets or sets i cloud require encrypted backup.
            Indicates whether or not to require backups to iCloud be encrypted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ITunesBlockExplicitContent">
            <summary>
            Gets or sets i tunes block explicit content.
            Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ITunesBlockMusicService">
            <summary>
            Gets or sets i tunes block music service.
            Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ITunesBlockRadio">
            <summary>
            Gets or sets i tunes block radio.
            Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KeyboardBlockAutoCorrect">
            <summary>
            Gets or sets keyboard block auto correct.
            Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KeyboardBlockDictation">
            <summary>
            Gets or sets keyboard block dictation.
            Indicates whether or not to block the user from using dictation input when the device is in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KeyboardBlockPredictive">
            <summary>
            Gets or sets keyboard block predictive.
            Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KeyboardBlockShortcuts">
            <summary>
            Gets or sets keyboard block shortcuts.
            Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KeyboardBlockSpellCheck">
            <summary>
            Gets or sets keyboard block spell check.
            Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowAssistiveSpeak">
            <summary>
            Gets or sets kiosk mode allow assistive speak.
            Indicates whether or not to allow assistive speak while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowAssistiveTouchSettings">
            <summary>
            Gets or sets kiosk mode allow assistive touch settings.
            Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowAutoLock">
            <summary>
            Gets or sets kiosk mode allow auto lock.
            Indicates whether or not to allow device auto lock while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowColorInversionSettings">
            <summary>
            Gets or sets kiosk mode allow color inversion settings.
            Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowRingerSwitch">
            <summary>
            Gets or sets kiosk mode allow ringer switch.
            Indicates whether or not to allow use of the ringer switch while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowScreenRotation">
            <summary>
            Gets or sets kiosk mode allow screen rotation.
            Indicates whether or not to allow screen rotation while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowSleepButton">
            <summary>
            Gets or sets kiosk mode allow sleep button.
            Indicates whether or not to allow use of the sleep button while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowTouchscreen">
            <summary>
            Gets or sets kiosk mode allow touchscreen.
            Indicates whether or not to allow use of the touchscreen while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowVoiceOverSettings">
            <summary>
            Gets or sets kiosk mode allow voice over settings.
            Indicates whether or not to allow access to the voice over settings while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowVolumeButtons">
            <summary>
            Gets or sets kiosk mode allow volume buttons.
            Indicates whether or not to allow use of the volume buttons while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAllowZoomSettings">
            <summary>
            Gets or sets kiosk mode allow zoom settings.
            Indicates whether or not to allow access to the zoom settings while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeAppStoreUrl">
            <summary>
            Gets or sets kiosk mode app store url.
            URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeRequireAssistiveTouch">
            <summary>
            Gets or sets kiosk mode require assistive touch.
            Indicates whether or not to require assistive touch while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeRequireColorInversion">
            <summary>
            Gets or sets kiosk mode require color inversion.
            Indicates whether or not to require color inversion while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeRequireMonoAudio">
            <summary>
            Gets or sets kiosk mode require mono audio.
            Indicates whether or not to require mono audio while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeRequireVoiceOver">
            <summary>
            Gets or sets kiosk mode require voice over.
            Indicates whether or not to require voice over while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeRequireZoom">
            <summary>
            Gets or sets kiosk mode require zoom.
            Indicates whether or not to require zoom while in kiosk mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.KioskModeManagedAppId">
            <summary>
            Gets or sets kiosk mode managed app id.
            Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.LockScreenBlockControlCenter">
            <summary>
            Gets or sets lock screen block control center.
            Indicates whether or not to block the user from using control center on the lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.LockScreenBlockNotificationView">
            <summary>
            Gets or sets lock screen block notification view.
            Indicates whether or not to block the user from using the notification view on the lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.LockScreenBlockPassbook">
            <summary>
            Gets or sets lock screen block passbook.
            Indicates whether or not to block the user from using passbook when the device is locked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.LockScreenBlockTodayView">
            <summary>
            Gets or sets lock screen block today view.
            Indicates whether or not to block the user from using the Today View on the lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingAustralia">
            <summary>
            Gets or sets media content rating australia.
            Media content rating settings for Australia
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingCanada">
            <summary>
            Gets or sets media content rating canada.
            Media content rating settings for Canada
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingFrance">
            <summary>
            Gets or sets media content rating france.
            Media content rating settings for France
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingGermany">
            <summary>
            Gets or sets media content rating germany.
            Media content rating settings for Germany
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingIreland">
            <summary>
            Gets or sets media content rating ireland.
            Media content rating settings for Ireland
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingJapan">
            <summary>
            Gets or sets media content rating japan.
            Media content rating settings for Japan
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingNewZealand">
            <summary>
            Gets or sets media content rating new zealand.
            Media content rating settings for New Zealand
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingUnitedKingdom">
            <summary>
            Gets or sets media content rating united kingdom.
            Media content rating settings for United Kingdom
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingUnitedStates">
            <summary>
            Gets or sets media content rating united states.
            Media content rating settings for United States
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.NetworkUsageRules">
            <summary>
            Gets or sets network usage rules.
            List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MediaContentRatingApps">
            <summary>
            Gets or sets media content rating apps.
            Media content rating settings for Apps Possible values are: allAllowed, allBlocked, agesAbove4, agesAbove9, agesAbove12, agesAbove17.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.MessagesBlocked">
            <summary>
            Gets or sets messages blocked.
            Indicates whether or not to block the user from using the Messages app on the supervised device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.NotificationsBlockSettingsModification">
            <summary>
            Gets or sets notifications block settings modification.
            Indicates whether or not to allow notifications settings modification (iOS 9.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeBlockFingerprintUnlock">
            <summary>
            Gets or sets passcode block fingerprint unlock.
            Indicates whether or not to block fingerprint unlock.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeBlockFingerprintModification">
            <summary>
            Gets or sets passcode block fingerprint modification.
            Block modification of registered Touch ID fingerprints when in supervised mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeBlockModification">
            <summary>
            Gets or sets passcode block modification.
            Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeBlockSimple">
            <summary>
            Gets or sets passcode block simple.
            Indicates whether or not to block simple passcodes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeExpirationDays">
            <summary>
            Gets or sets passcode expiration days.
            Number of days before the passcode expires. Valid values 1 to 65535
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeMinimumLength">
            <summary>
            Gets or sets passcode minimum length.
            Minimum length of passcode. Valid values 4 to 14
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets passcode minutes of inactivity before lock.
            Minutes of inactivity before a passcode is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets passcode minutes of inactivity before screen timeout.
            Minutes of inactivity before the screen times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeMinimumCharacterSetCount">
            <summary>
            Gets or sets passcode minimum character set count.
            Number of character sets a passcode must contain. Valid values 0 to 4
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodePreviousPasscodeBlockCount">
            <summary>
            Gets or sets passcode previous passcode block count.
            Number of previous passcodes to block. Valid values 1 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeSignInFailureCountBeforeWipe">
            <summary>
            Gets or sets passcode sign in failure count before wipe.
            Number of sign in failures allowed before wiping the device. Valid values 4 to 11
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeRequiredType">
            <summary>
            Gets or sets passcode required type.
            Type of passcode that is required. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PasscodeRequired">
            <summary>
            Gets or sets passcode required.
            Indicates whether or not to require a passcode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.PodcastsBlocked">
            <summary>
            Gets or sets podcasts blocked.
            Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariBlockAutofill">
            <summary>
            Gets or sets safari block autofill.
            Indicates whether or not to block the user from using Auto fill in Safari.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariBlockJavaScript">
            <summary>
            Gets or sets safari block java script.
            Indicates whether or not to block JavaScript in Safari.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariBlockPopups">
            <summary>
            Gets or sets safari block popups.
            Indicates whether or not to block popups in Safari.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariBlocked">
            <summary>
            Gets or sets safari blocked.
            Indicates whether or not to block the user from using Safari.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariCookieSettings">
            <summary>
            Gets or sets safari cookie settings.
            Cookie settings for Safari. Possible values are: browserDefault, blockAlways, allowCurrentWebSite, allowFromWebsitesVisited, allowAlways.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariManagedDomains">
            <summary>
            Gets or sets safari managed domains.
            URLs matching the patterns listed here will be considered managed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariPasswordAutoFillDomains">
            <summary>
            Gets or sets safari password auto fill domains.
            Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SafariRequireFraudWarning">
            <summary>
            Gets or sets safari require fraud warning.
            Indicates whether or not to require fraud warning in Safari.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.ScreenCaptureBlocked">
            <summary>
            Gets or sets screen capture blocked.
            Indicates whether or not to block the user from taking Screenshots.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SiriBlocked">
            <summary>
            Gets or sets siri blocked.
            Indicates whether or not to block the user from using Siri.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SiriBlockedWhenLocked">
            <summary>
            Gets or sets siri blocked when locked.
            Indicates whether or not to block the user from using Siri when locked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SiriBlockUserGeneratedContent">
            <summary>
            Gets or sets siri block user generated content.
            Indicates whether or not to block Siri from querying user-generated content when used on a supervised device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SiriRequireProfanityFilter">
            <summary>
            Gets or sets siri require profanity filter.
            Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.SpotlightBlockInternetResults">
            <summary>
            Gets or sets spotlight block internet results.
            Indicates whether or not to block Spotlight search from returning internet results on supervised device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.VoiceDialingBlocked">
            <summary>
            Gets or sets voice dialing blocked.
            Indicates whether or not to block voice dialing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.WallpaperBlockModification">
            <summary>
            Gets or sets wallpaper block modification.
            Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) .
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosGeneralDeviceConfiguration.WiFiConnectOnlyToConfiguredNetworks">
            <summary>
            Gets or sets wi fi connect only to configured networks.
            Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosHomeScreenApp">
            <summary>
            The type IosHomeScreenApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenApp.BundleID">
            <summary>
            Gets or sets bundleID.
            BundleID of app
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosHomeScreenFolder">
            <summary>
            The type IosHomeScreenFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenFolder.Pages">
            <summary>
            Gets or sets pages.
            Pages of Home Screen Layout Icons which must be Application Type. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosHomeScreenFolderPage">
            <summary>
            The type IosHomeScreenFolderPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenFolderPage.DisplayName">
            <summary>
            Gets or sets displayName.
            Name of the folder page
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenFolderPage.Apps">
            <summary>
            Gets or sets apps.
            A list of apps to appear on a page within a folder. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenFolderPage.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosHomeScreenItem">
            <summary>
            The type IosHomeScreenItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenItem.DisplayName">
            <summary>
            Gets or sets displayName.
            Name of the app
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosHomeScreenPage">
            <summary>
            The type IosHomeScreenPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenPage.DisplayName">
            <summary>
            Gets or sets displayName.
            Name of the page
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenPage.Icons">
            <summary>
            Gets or sets icons.
            A list of apps and folders to appear on a page. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosHomeScreenPage.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosLobApp">
            <summary>
            The type Ios Lob App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobApp.BundleId">
            <summary>
            Gets or sets bundle id.
            The Identity Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobApp.ApplicableDeviceType">
            <summary>
            Gets or sets applicable device type.
            The iOS architecture for which this app can run on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobApp.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            The expiration time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobApp.VersionNumber">
            <summary>
            Gets or sets version number.
            The version number of iOS Line of Business (LoB) app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobApp.BuildNumber">
            <summary>
            Gets or sets build number.
            The build number of iOS Line of Business (LoB) app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosLobAppAssignmentSettings">
            <summary>
            The type IosLobAppAssignmentSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosLobAppAssignmentSettings.VpnConfigurationId">
            <summary>
            Gets or sets vpnConfigurationId.
            The VPN Configuration Id to apply for this app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtection">
            <summary>
            The type Ios Managed App Protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.AppDataEncryptionType">
            <summary>
            Gets or sets app data encryption type.
            Type of encryption which should be used for data in a managed app. Possible values are: useDeviceSettings, afterDeviceRestart, whenDeviceLockedExceptOpenFiles, whenDeviceLocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.MinimumRequiredSdkVersion">
            <summary>
            Gets or sets minimum required sdk version.
            Versions less than the specified version will block the managed app from accessing company data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.DeployedAppCount">
            <summary>
            Gets or sets deployed app count.
            Count of apps to which the current policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.FaceIdBlocked">
            <summary>
            Gets or sets face id blocked.
            Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.Apps">
            <summary>
            Gets or sets apps.
            List of apps to which the policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtection.DeploymentSummary">
            <summary>
            Gets or sets deployment summary.
            Navigation property to deployment summary of the configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppRegistration">
            <summary>
            The type Ios Managed App Registration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosMinimumOperatingSystem">
            <summary>
            The type IosMinimumOperatingSystem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.V8_0">
            <summary>
            Gets or sets v8_0.
            Version 8.0 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.V9_0">
            <summary>
            Gets or sets v9_0.
            Version 9.0 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.V10_0">
            <summary>
            Gets or sets v10_0.
            Version 10.0 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.V11_0">
            <summary>
            Gets or sets v11_0.
            Version 11.0 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMinimumOperatingSystem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosMobileAppConfiguration">
            <summary>
            The type Ios Mobile App Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMobileAppConfiguration.EncodedSettingXml">
            <summary>
            Gets or sets encoded setting xml.
            mdm app configuration Base64 binary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMobileAppConfiguration.Settings">
            <summary>
            Gets or sets settings.
            app configuration setting items.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosMobileAppIdentifier">
            <summary>
            The type IosMobileAppIdentifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosMobileAppIdentifier.BundleId">
            <summary>
            Gets or sets bundleId.
            The identifier for an app, as specified in the app store.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosNetworkUsageRule">
            <summary>
            The type IosNetworkUsageRule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNetworkUsageRule.ManagedApps">
            <summary>
            Gets or sets managedApps.
            Information about the managed apps that this rule is going to apply to. This collection can contain a maximum of 500 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNetworkUsageRule.CellularDataBlockWhenRoaming">
            <summary>
            Gets or sets cellularDataBlockWhenRoaming.
            If set to true, corresponding managed apps will not be allowed to use cellular data when roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNetworkUsageRule.CellularDataBlocked">
            <summary>
            Gets or sets cellularDataBlocked.
            If set to true, corresponding managed apps will not be allowed to use cellular data at any time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNetworkUsageRule.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosNotificationAlertType">
            <summary>
            The enum IosNotificationAlertType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosNotificationAlertType.DeviceDefault">
            <summary>
            device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosNotificationAlertType.Banner">
            <summary>
            banner
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosNotificationAlertType.Modal">
            <summary>
            modal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosNotificationAlertType.None">
            <summary>
            none
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosNotificationSettings">
            <summary>
            The type IosNotificationSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.BundleID">
            <summary>
            Gets or sets bundleID.
            Bundle id of app to which to apply these notification settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.AppName">
            <summary>
            Gets or sets appName.
            Application name to be associated with the bundleID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.Publisher">
            <summary>
            Gets or sets publisher.
            Publisher to be associated with the bundleID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.Enabled">
            <summary>
            Gets or sets enabled.
            Indicates whether notifications are allowed for this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.ShowInNotificationCenter">
            <summary>
            Gets or sets showInNotificationCenter.
            Indicates whether notifications can be shown in notification center.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.ShowOnLockScreen">
            <summary>
            Gets or sets showOnLockScreen.
            Indicates whether notifications can be shown on the lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.AlertType">
            <summary>
            Gets or sets alertType.
            Indicates the type of alert for notifications for this app. Possible values are: deviceDefault, banner, modal, none.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.BadgesEnabled">
            <summary>
            Gets or sets badgesEnabled.
            Indicates whether badges are allowed for this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.SoundsEnabled">
            <summary>
            Gets or sets soundsEnabled.
            Indicates whether sounds are allowed for this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosNotificationSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosStoreApp">
            <summary>
            The type Ios Store App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosStoreApp.BundleId">
            <summary>
            Gets or sets bundle id.
            The Identity Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosStoreApp.AppStoreUrl">
            <summary>
            Gets or sets app store url.
            The Apple App Store URL
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosStoreApp.ApplicableDeviceType">
            <summary>
            Gets or sets applicable device type.
            The iOS architecture for which this app can run on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosStoreApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosStoreAppAssignmentSettings">
            <summary>
            The type IosStoreAppAssignmentSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosStoreAppAssignmentSettings.VpnConfigurationId">
            <summary>
            Gets or sets vpnConfigurationId.
            The VPN Configuration Id to apply for this app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosUpdateConfiguration">
            <summary>
            The type Ios Update Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateConfiguration.ActiveHoursStart">
            <summary>
            Gets or sets active hours start.
            Active Hours Start (active hours mean the time window when updates install should not happen)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateConfiguration.ActiveHoursEnd">
            <summary>
            Gets or sets active hours end.
            Active Hours End (active hours mean the time window when updates install should not happen)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateConfiguration.ScheduledInstallDays">
            <summary>
            Gets or sets scheduled install days.
            Days in week for which active hours are configured. This collection can contain a maximum of 7 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateConfiguration.UtcTimeOffsetInMinutes">
            <summary>
            Gets or sets utc time offset in minutes.
            UTC Time Offset indicated in minutes
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosUpdateDeviceStatus">
            <summary>
            The type Ios Update Device Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.InstallStatus">
            <summary>
            Gets or sets install status.
            The installation status of the policy report. Possible values are: success, available, idle, downloading, downloadFailed, downloadRequiresComputer, downloadInsufficientSpace, downloadInsufficientPower, downloadInsufficientNetwork, installing, installInsufficientSpace, installInsufficientPower, installPhoneCallInProgress, installFailed, notSupportedOperation, sharedDeviceUserLoggedInError.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.OsVersion">
            <summary>
            Gets or sets os version.
            The device version that is being reported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.DeviceId">
            <summary>
            Gets or sets device id.
            The device id that is being reported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.UserId">
            <summary>
            Gets or sets user id.
            The User id that is being reported.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.DeviceDisplayName">
            <summary>
            Gets or sets device display name.
            Device name of the DevicePolicyStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.UserName">
            <summary>
            Gets or sets user name.
            The User Name that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.DeviceModel">
            <summary>
            Gets or sets device model.
            The device model that is being reported
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.ComplianceGracePeriodExpirationDateTime">
            <summary>
            Gets or sets compliance grace period expiration date time.
            The DateTime when device compliance grace period expires
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.Status">
            <summary>
            Gets or sets status.
            Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            Last modified date time of the policy report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosUpdateDeviceStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosUpdatesInstallStatus">
            <summary>
            The enum IosUpdatesInstallStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.Success">
            <summary>
            success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.Available">
            <summary>
            available
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.Idle">
            <summary>
            idle
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.Downloading">
            <summary>
            downloading
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.DownloadFailed">
            <summary>
            download Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.DownloadRequiresComputer">
            <summary>
            download Requires Computer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.DownloadInsufficientSpace">
            <summary>
            download Insufficient Space
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.DownloadInsufficientPower">
            <summary>
            download Insufficient Power
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.DownloadInsufficientNetwork">
            <summary>
            download Insufficient Network
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.Installing">
            <summary>
            installing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.InstallInsufficientSpace">
            <summary>
            install Insufficient Space
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.InstallInsufficientPower">
            <summary>
            install Insufficient Power
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.InstallPhoneCallInProgress">
            <summary>
            install Phone Call In Progress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.InstallFailed">
            <summary>
            install Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.NotSupportedOperation">
            <summary>
            not Supported Operation
            </summary>
        </member>
        <member name="F:Microsoft.Graph.IosUpdatesInstallStatus.SharedDeviceUserLoggedInError">
            <summary>
            shared Device User Logged In Error
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosVppApp">
            <summary>
            The type Ios Vpp App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.UsedLicenseCount">
            <summary>
            Gets or sets used license count.
            The number of VPP licenses in use.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.TotalLicenseCount">
            <summary>
            Gets or sets total license count.
            The total number of VPP licenses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.ReleaseDateTime">
            <summary>
            Gets or sets release date time.
            The VPP application release date and time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.AppStoreUrl">
            <summary>
            Gets or sets app store url.
            The store URL.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.LicensingType">
            <summary>
            Gets or sets licensing type.
            The supported License Type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.ApplicableDeviceType">
            <summary>
            Gets or sets applicable device type.
            The applicable iOS Device Type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.VppTokenOrganizationName">
            <summary>
            Gets or sets vpp token organization name.
            The organization associated with the Apple Volume Purchase Program Token
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.VppTokenAccountType">
            <summary>
            Gets or sets vpp token account type.
            The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: business, education. Possible values are: business, education.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.VppTokenAppleId">
            <summary>
            Gets or sets vpp token apple id.
            The Apple Id associated with the given Apple Volume Purchase Program Token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppApp.BundleId">
            <summary>
            Gets or sets bundle id.
            The Identity Name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosVppAppAssignmentSettings">
            <summary>
            The type IosVppAppAssignmentSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppAppAssignmentSettings.UseDeviceLicensing">
            <summary>
            Gets or sets useDeviceLicensing.
            Whether or not to use device licensing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppAppAssignmentSettings.VpnConfigurationId">
            <summary>
            Gets or sets vpnConfigurationId.
            The VPN Configuration Id to apply for this app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosVppEBook">
            <summary>
            The type Ios Vpp EBook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.VppTokenId">
            <summary>
            Gets or sets vpp token id.
            The Vpp token ID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.AppleId">
            <summary>
            Gets or sets apple id.
            The Apple ID associated with Vpp token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.VppOrganizationName">
            <summary>
            Gets or sets vpp organization name.
            The Vpp token's organization name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.Genres">
            <summary>
            Gets or sets genres.
            Genres.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.Language">
            <summary>
            Gets or sets language.
            Language.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.Seller">
            <summary>
            Gets or sets seller.
            Seller.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.TotalLicenseCount">
            <summary>
            Gets or sets total license count.
            Total license count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosVppEBook.UsedLicenseCount">
            <summary>
            Gets or sets used license count.
            Used license count.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosVppEBookAssignment">
            <summary>
            The type Ios Vpp EBook Assignment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IpRange">
            <summary>
            The type IpRange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IpRange.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPv4Range">
            <summary>
            The type IPv4Range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPv4Range.LowerAddress">
            <summary>
            Gets or sets lowerAddress.
            Lower IP Address
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPv4Range.UpperAddress">
            <summary>
            Gets or sets upperAddress.
            Upper IP Address
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPv6Range">
            <summary>
            The type IPv6Range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPv6Range.LowerAddress">
            <summary>
            Gets or sets lowerAddress.
            Lower IP Address
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPv6Range.UpperAddress">
            <summary>
            Gets or sets upperAddress.
            Upper IP Address
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemAttachment">
            <summary>
            The type Item Attachment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemAttachment.Item">
            <summary>
            Gets or sets item.
            The attached message or event. Navigation property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemBody">
            <summary>
            The type ItemBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemBody.ContentType">
            <summary>
            Gets or sets contentType.
            The type of the content. Possible values are Text and HTML.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemBody.Content">
            <summary>
            Gets or sets content.
            The content of the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemBody.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ItemReference">
            <summary>
            The type ItemReference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.DriveId">
            <summary>
            Gets or sets driveId.
            Unique identifier of the drive instance that contains the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.DriveType">
            <summary>
            Gets or sets driveType.
            Identifies the type of drive. See [drive][] resource for values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.Id">
            <summary>
            Gets or sets id.
            Unique identifier of the item in the drive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.Name">
            <summary>
            Gets or sets name.
            The name of the item being referenced. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.Path">
            <summary>
            Gets or sets path.
            Path that can be used to navigate to the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.ShareId">
            <summary>
            Gets or sets shareId.
            A unique identifier for a shared resource that can be accessed via the [Shares][] API.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.SharepointIds">
            <summary>
            Gets or sets sharepointIds.
            Returns identifiers useful for SharePoint REST compatibility. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ItemReference.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.KeyValuePair">
            <summary>
            The type KeyValuePair.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyValuePair.Name">
            <summary>
            Gets or sets name.
            Name for this key-value pair
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyValuePair.Value">
            <summary>
            Gets or sets value.
            Value for this key-value pair
            </summary>
        </member>
        <member name="P:Microsoft.Graph.KeyValuePair.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LicenseDetails">
            <summary>
            The type License Details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseDetails.ServicePlans">
            <summary>
            Gets or sets service plans.
            Information about the service plans assigned with the license. Read-only, Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseDetails.SkuId">
            <summary>
            Gets or sets sku id.
            Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related SubscribedSku object. Read-only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseDetails.SkuPartNumber">
            <summary>
            Gets or sets sku part number.
            Unique SKU display name. Equal to the skuPartNumber on the related SubscribedSku object; for example: "AAD_Premium". Read-only
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LicenseUnitsDetail">
            <summary>
            The type LicenseUnitsDetail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseUnitsDetail.Enabled">
            <summary>
            Gets or sets enabled.
            The number of units that are enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseUnitsDetail.Suspended">
            <summary>
            Gets or sets suspended.
            The number of units that are suspended.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseUnitsDetail.Warning">
            <summary>
            Gets or sets warning.
            The number of units that are in warning status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LicenseUnitsDetail.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.List">
            <summary>
            The type List.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.DisplayName">
            <summary>
            Gets or sets display name.
            The displayable title of the list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.ListInfo">
            <summary>
            Gets or sets list.
            Provides additional details about the list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.SharepointIds">
            <summary>
            Gets or sets sharepoint ids.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.System">
            <summary>
            Gets or sets system.
            If present, indicates that this is a system-managed list. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.Columns">
            <summary>
            Gets or sets columns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.ContentTypes">
            <summary>
            Gets or sets content types.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.Drive">
            <summary>
            Gets or sets drive.
            Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
            </summary>
        </member>
        <member name="P:Microsoft.Graph.List.Items">
            <summary>
            Gets or sets items.
            All items contained in the list.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListInfo">
            <summary>
            The type ListInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListInfo.ContentTypesEnabled">
            <summary>
            Gets or sets contentTypesEnabled.
            If true, indicates that content types are enabled for this list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListInfo.Hidden">
            <summary>
            Gets or sets hidden.
            If true, indicates that the list is not normally visible in the SharePoint user experience.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListInfo.Template">
            <summary>
            Gets or sets template.
            An enumerated value that represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItem">
            <summary>
            The type List Item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.ContentType">
            <summary>
            Gets or sets content type.
            The content type of this list item
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.SharepointIds">
            <summary>
            Gets or sets sharepoint ids.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.DriveItem">
            <summary>
            Gets or sets drive item.
            For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.Fields">
            <summary>
            Gets or sets fields.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItem.Versions">
            <summary>
            Gets or sets versions.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersion">
            <summary>
            The type List Item Version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemVersion.Fields">
            <summary>
            Gets or sets fields.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocaleInfo">
            <summary>
            The type LocaleInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocaleInfo.Locale">
            <summary>
            Gets or sets locale.
            A locale representation for the user, which includes the user's preferred language and country/region. For example, "en-us". The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocaleInfo.DisplayName">
            <summary>
            Gets or sets displayName.
            A name representing the user's locale in natural language, for example, "English (United States)".
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocaleInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocalizedNotificationMessage">
            <summary>
            The type Localized Notification Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocalizedNotificationMessage.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            DateTime the object was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocalizedNotificationMessage.Locale">
            <summary>
            Gets or sets locale.
            The Locale for which this message is destined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocalizedNotificationMessage.Subject">
            <summary>
            Gets or sets subject.
            The Message Template Subject.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocalizedNotificationMessage.MessageTemplate">
            <summary>
            Gets or sets message template.
            The Message Template content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocalizedNotificationMessage.IsDefault">
            <summary>
            Gets or sets is default.
            Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocateDeviceActionResult">
            <summary>
            The type LocateDeviceActionResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocateDeviceActionResult.DeviceLocation">
            <summary>
            Gets or sets deviceLocation.
            device location
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Location">
            <summary>
            The type Location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.DisplayName">
            <summary>
            Gets or sets displayName.
            The name associated with the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.LocationEmailAddress">
            <summary>
            Gets or sets locationEmailAddress.
            Optional email address of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.Address">
            <summary>
            Gets or sets address.
            The street address of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.Coordinates">
            <summary>
            Gets or sets coordinates.
            The geographic coordinates and elevation of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.LocationUri">
            <summary>
            Gets or sets locationUri.
            Optional URI representing the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.LocationType">
            <summary>
            Gets or sets locationType.
            The type of location. Possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.UniqueId">
            <summary>
            Gets or sets uniqueId.
            For internal use only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.UniqueIdType">
            <summary>
            Gets or sets uniqueIdType.
            For internal use only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Location.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocationConstraint">
            <summary>
            The type LocationConstraint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocationConstraint.IsRequired">
            <summary>
            Gets or sets isRequired.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocationConstraint.SuggestLocation">
            <summary>
            Gets or sets suggestLocation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocationConstraint.Locations">
            <summary>
            Gets or sets locations.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocationConstraint.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocationConstraintItem">
            <summary>
            The type LocationConstraintItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LocationConstraintItem.ResolveAvailability">
            <summary>
            Gets or sets resolveAvailability.
            If set to true and the specified resource is busy, findMeetingTimes looks for another resource that is free. If set to false and the specified resource is busy, findMeetingTimes returns the resource best ranked in the user's cache without checking if it's free. Default is true.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocationType">
            <summary>
            The enum LocationType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.Default">
            <summary>
            default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.ConferenceRoom">
            <summary>
            conference Room
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.HomeAddress">
            <summary>
            home Address
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.BusinessAddress">
            <summary>
            business Address
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.GeoCoordinates">
            <summary>
            geo Coordinates
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.StreetAddress">
            <summary>
            street Address
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.Hotel">
            <summary>
            hotel
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.Restaurant">
            <summary>
            restaurant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.LocalBusiness">
            <summary>
            local Business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationType.PostalAddress">
            <summary>
            postal Address
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LocationUniqueIdType">
            <summary>
            The enum LocationUniqueIdType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationUniqueIdType.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationUniqueIdType.LocationStore">
            <summary>
            location Store
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationUniqueIdType.Directory">
            <summary>
            directory
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationUniqueIdType.Private">
            <summary>
            private
            </summary>
        </member>
        <member name="F:Microsoft.Graph.LocationUniqueIdType.Bing">
            <summary>
            bing
            </summary>
        </member>
        <member name="T:Microsoft.Graph.LookupColumn">
            <summary>
            The type LookupColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LookupColumn.AllowMultipleValues">
            <summary>
            Gets or sets allowMultipleValues.
            Indicates whether multiple values can be selected from the source.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LookupColumn.AllowUnlimitedLength">
            <summary>
            Gets or sets allowUnlimitedLength.
            Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LookupColumn.ColumnName">
            <summary>
            Gets or sets columnName.
            The name of the lookup source column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LookupColumn.ListId">
            <summary>
            Gets or sets listId.
            The unique identifier of the lookup source list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LookupColumn.PrimaryLookupColumnId">
            <summary>
            Gets or sets primaryLookupColumnId.
            If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.LookupColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSCompliancePolicy">
            <summary>
            The type Mac OSCompliance Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordRequired">
            <summary>
            Gets or sets password required.
            Whether or not to require a password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Indicates whether or not to block simple passwords.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires. Valid values 1 to 65535
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum length of password. Valid values 4 to 14
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block. Valid values 1 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum IOS version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum IOS version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.SystemIntegrityProtectionEnabled">
            <summary>
            Gets or sets system integrity protection enabled.
            Require that devices have enabled system integrity protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.DeviceThreatProtectionEnabled">
            <summary>
            Gets or sets device threat protection enabled.
            Require that devices have enabled device threat protection .
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.DeviceThreatProtectionRequiredSecurityLevel">
            <summary>
            Gets or sets device threat protection required security level.
            Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCompliancePolicy.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Require encryption on Mac OS devices.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSCustomConfiguration">
            <summary>
            The type Mac OSCustom Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCustomConfiguration.PayloadName">
            <summary>
            Gets or sets payload name.
            Name that is displayed to the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCustomConfiguration.PayloadFileName">
            <summary>
            Gets or sets payload file name.
            Payload file name (.mobileconfig
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSCustomConfiguration.Payload">
            <summary>
            Gets or sets payload.
            Payload. (UTF8 encoded byte array)
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSDeviceFeaturesConfiguration">
            <summary>
            The type Mac OSDevice Features Configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSGeneralDeviceConfiguration">
            <summary>
            The type Mac OSGeneral Device Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.CompliantAppsList">
            <summary>
            Gets or sets compliant apps list.
            List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.CompliantAppListType">
            <summary>
            Gets or sets compliant app list type.
            List that is in the CompliantAppsList. Possible values are: none, appsInListCompliant, appsNotInListCompliant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.EmailInDomainSuffixes">
            <summary>
            Gets or sets email in domain suffixes.
            An email address lacking a suffix that matches any of these strings will be considered out-of-domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Block simple passwords.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            Number of character sets a password must contain. Valid values 0 to 4
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum length of passwords.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity required before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets password minutes of inactivity before screen timeout.
            Minutes of inactivity required before the screen times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            Type of password that is required. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MacOSGeneralDeviceConfiguration.PasswordRequired">
            <summary>
            Gets or sets password required.
            Whether or not to require a password.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MacOSOfficeSuiteApp">
            <summary>
            The type Mac OSOffice Suite App.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailboxSettings">
            <summary>
            The type MailboxSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.AutomaticRepliesSetting">
            <summary>
            Gets or sets automaticRepliesSetting.
            Configuration settings to automatically notify the sender of an incoming email with a message from the signed-in user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.ArchiveFolder">
            <summary>
            Gets or sets archiveFolder.
            Folder ID of an archive folder for the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.TimeZone">
            <summary>
            Gets or sets timeZone.
            The default time zone for the user's mailbox.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.Language">
            <summary>
            Gets or sets language.
            The locale information for the user, including the preferred language and country/region.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.WorkingHours">
            <summary>
            Gets or sets workingHours.
            The days of the week and hours in a specific time zone that the user works.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailboxSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolder">
            <summary>
            The type Mail Folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.DisplayName">
            <summary>
            Gets or sets display name.
            The mailFolder's display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.ParentFolderId">
            <summary>
            Gets or sets parent folder id.
            The unique identifier for the mailFolder's parent mailFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.ChildFolderCount">
            <summary>
            Gets or sets child folder count.
            The number of immediate child mailFolders in the current mailFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.UnreadItemCount">
            <summary>
            Gets or sets unread item count.
            The number of items in the mailFolder marked as unread.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.TotalItemCount">
            <summary>
            Gets or sets total item count.
            The number of items in the mailFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.Messages">
            <summary>
            Gets or sets messages.
            The collection of messages in the mailFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.MessageRules">
            <summary>
            Gets or sets message rules.
            The collection of rules that apply to the user's Inbox folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.ChildFolders">
            <summary>
            Gets or sets child folders.
            The collection of child folders in the mailFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolder.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderCopyRequestBody">
            <summary>
            The type MailFolderCopyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderCopyRequestBody.DestinationId">
            <summary>
            Gets or sets DestinationId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMoveRequestBody">
            <summary>
            The type MailFolderMoveRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMoveRequestBody.DestinationId">
            <summary>
            Gets or sets DestinationId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAndroidLobApp">
            <summary>
            The type Managed Android Lob App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidLobApp.PackageId">
            <summary>
            Gets or sets package id.
            The package identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidLobApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidLobApp.VersionName">
            <summary>
            Gets or sets version name.
            The version name of managed Android Line of Business (LoB) app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidLobApp.VersionCode">
            <summary>
            Gets or sets version code.
            The version code of managed Android Line of Business (LoB) app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAndroidStoreApp">
            <summary>
            The type Managed Android Store App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidStoreApp.PackageId">
            <summary>
            Gets or sets package id.
            The app's package ID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidStoreApp.AppStoreUrl">
            <summary>
            Gets or sets app store url.
            The Android AppStoreUrl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAndroidStoreApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum supported operating system.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedApp">
            <summary>
            The type Managed App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedApp.#ctor">
            <summary>
             The internal ManagedApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedApp.AppAvailability">
            <summary>
            Gets or sets app availability.
            The Application's availability. Possible values are: global, lineOfBusiness.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedApp.Version">
            <summary>
            Gets or sets version.
            The Application's version.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppAvailability">
            <summary>
            The enum ManagedAppAvailability.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppAvailability.Global">
            <summary>
            global
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppAvailability.LineOfBusiness">
            <summary>
            line Of Business
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppClipboardSharingLevel">
            <summary>
            The enum ManagedAppClipboardSharingLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppClipboardSharingLevel.AllApps">
            <summary>
            all Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppClipboardSharingLevel.ManagedAppsWithPasteIn">
            <summary>
            managed Apps With Paste In
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppClipboardSharingLevel.ManagedApps">
            <summary>
            managed Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppClipboardSharingLevel.Blocked">
            <summary>
            blocked
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppConfiguration">
            <summary>
            The type Managed App Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfiguration.#ctor">
            <summary>
             The internal ManagedAppConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppConfiguration.CustomSettings">
            <summary>
            Gets or sets custom settings.
            A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppDataEncryptionType">
            <summary>
            The enum ManagedAppDataEncryptionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataEncryptionType.UseDeviceSettings">
            <summary>
            use Device Settings
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataEncryptionType.AfterDeviceRestart">
            <summary>
            after Device Restart
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataEncryptionType.WhenDeviceLockedExceptOpenFiles">
            <summary>
            when Device Locked Except Open Files
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataEncryptionType.WhenDeviceLocked">
            <summary>
            when Device Locked
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppDataStorageLocation">
            <summary>
            The enum ManagedAppDataStorageLocation.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataStorageLocation.OneDriveForBusiness">
            <summary>
            one Drive For Business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataStorageLocation.SharePoint">
            <summary>
            share Point
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataStorageLocation.LocalStorage">
            <summary>
            local Storage
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppDataTransferLevel">
            <summary>
            The enum ManagedAppDataTransferLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataTransferLevel.AllApps">
            <summary>
            all Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataTransferLevel.ManagedApps">
            <summary>
            managed Apps
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppDataTransferLevel.None">
            <summary>
            none
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppDiagnosticStatus">
            <summary>
            The type ManagedAppDiagnosticStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppDiagnosticStatus.ValidationName">
            <summary>
            Gets or sets validationName.
            The validation friendly name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppDiagnosticStatus.State">
            <summary>
            Gets or sets state.
            The state of the operation
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppDiagnosticStatus.MitigationInstruction">
            <summary>
            Gets or sets mitigationInstruction.
            Instruction on how to mitigate a failed validation
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppDiagnosticStatus.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppFlaggedReason">
            <summary>
            The enum ManagedAppFlaggedReason.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppFlaggedReason.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppFlaggedReason.RootedDevice">
            <summary>
            rooted Device
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppOperation">
            <summary>
            The type Managed App Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppOperation.DisplayName">
            <summary>
            Gets or sets display name.
            The operation name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppOperation.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The last time the app operation was modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppOperation.State">
            <summary>
            Gets or sets state.
            The current state of the operation
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppOperation.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPinCharacterSet">
            <summary>
            The enum ManagedAppPinCharacterSet.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppPinCharacterSet.Numeric">
            <summary>
            numeric
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedAppPinCharacterSet.AlphanumericAndSymbol">
            <summary>
            alphanumeric And Symbol
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicy">
            <summary>
            The type Managed App Policy.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicy.#ctor">
            <summary>
             The internal ManagedAppPolicy constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicy.DisplayName">
            <summary>
            Gets or sets display name.
            Policy display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicy.Description">
            <summary>
            Gets or sets description.
            The policy's description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicy.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time the policy was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicy.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Last time the policy was modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicy.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyDeploymentSummary">
            <summary>
            The type Managed App Policy Deployment Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummary.DisplayName">
            <summary>
            Gets or sets display name.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummary.ConfigurationDeployedUserCount">
            <summary>
            Gets or sets configuration deployed user count.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummary.LastRefreshTime">
            <summary>
            Gets or sets last refresh time.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummary.ConfigurationDeploymentSummaryPerApp">
            <summary>
            Gets or sets configuration deployment summary per app.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummary.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryPerApp">
            <summary>
            The type ManagedAppPolicyDeploymentSummaryPerApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryPerApp.MobileAppIdentifier">
            <summary>
            Gets or sets mobileAppIdentifier.
            Deployment of an app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryPerApp.ConfigurationAppliedUserCount">
            <summary>
            Gets or sets configurationAppliedUserCount.
            Number of users the policy is applied.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryPerApp.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyTargetAppsRequestBody">
            <summary>
            The type ManagedAppPolicyTargetAppsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyTargetAppsRequestBody.Apps">
            <summary>
            Gets or sets Apps.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppProtection">
            <summary>
            The type Managed App Protection.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtection.#ctor">
            <summary>
             The internal ManagedAppProtection constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PeriodOfflineBeforeAccessCheck">
            <summary>
            Gets or sets period offline before access check.
            The period after which access is checked when the device is not connected to the internet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PeriodOnlineBeforeAccessCheck">
            <summary>
            Gets or sets period online before access check.
            The period after which access is checked when the device is connected to the internet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.AllowedInboundDataTransferSources">
            <summary>
            Gets or sets allowed inbound data transfer sources.
            Sources from which data is allowed to be transferred. Possible values are: allApps, managedApps, none.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.AllowedOutboundDataTransferDestinations">
            <summary>
            Gets or sets allowed outbound data transfer destinations.
            Destinations to which data is allowed to be transferred. Possible values are: allApps, managedApps, none.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.OrganizationalCredentialsRequired">
            <summary>
            Gets or sets organizational credentials required.
            Indicates whether organizational credentials are required for app use.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.AllowedOutboundClipboardSharingLevel">
            <summary>
            Gets or sets allowed outbound clipboard sharing level.
            The level to which the clipboard may be shared between apps on the managed device. Possible values are: allApps, managedAppsWithPasteIn, managedApps, blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.DataBackupBlocked">
            <summary>
            Gets or sets data backup blocked.
            Indicates whether the backup of a managed app's data is blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.DeviceComplianceRequired">
            <summary>
            Gets or sets device compliance required.
            Indicates whether device compliance is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.ManagedBrowserToOpenLinksRequired">
            <summary>
            Gets or sets managed browser to open links required.
            Indicates whether internet links should be opened in the managed browser app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.SaveAsBlocked">
            <summary>
            Gets or sets save as blocked.
            Indicates whether users may use the "Save As" menu item to save a copy of protected files.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PeriodOfflineBeforeWipeIsEnforced">
            <summary>
            Gets or sets period offline before wipe is enforced.
            The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PinRequired">
            <summary>
            Gets or sets pin required.
            Indicates whether an app-level pin is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.MaximumPinRetries">
            <summary>
            Gets or sets maximum pin retries.
            Maximum number of incorrect pin retry attempts before the managed app is wiped.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.SimplePinBlocked">
            <summary>
            Gets or sets simple pin blocked.
            Indicates whether simplePin is blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.MinimumPinLength">
            <summary>
            Gets or sets minimum pin length.
            Minimum pin length required for an app-level pin if PinRequired is set to True
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PinCharacterSet">
            <summary>
            Gets or sets pin character set.
            Character set which may be used for an app-level pin if PinRequired is set to True. Possible values are: numeric, alphanumericAndSymbol.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PeriodBeforePinReset">
            <summary>
            Gets or sets period before pin reset.
            TimePeriod before the all-level pin must be reset if PinRequired is set to True.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.AllowedDataStorageLocations">
            <summary>
            Gets or sets allowed data storage locations.
            Data storage locations where a user may store managed data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.ContactSyncBlocked">
            <summary>
            Gets or sets contact sync blocked.
            Indicates whether contacts can be synced to the user's device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.PrintBlocked">
            <summary>
            Gets or sets print blocked.
            Indicates whether printing is allowed from managed apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.FingerprintBlocked">
            <summary>
            Gets or sets fingerprint blocked.
            Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.DisableAppPinIfDevicePinIsSet">
            <summary>
            Gets or sets disable app pin if device pin is set.
            Indicates whether use of the app pin is required if the device pin is set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.MinimumRequiredOsVersion">
            <summary>
            Gets or sets minimum required os version.
            Versions less than the specified version will block the managed app from accessing company data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.MinimumWarningOsVersion">
            <summary>
            Gets or sets minimum warning os version.
            Versions less than the specified version will result in warning message on the managed app from accessing company data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.MinimumRequiredAppVersion">
            <summary>
            Gets or sets minimum required app version.
            Versions less than the specified version will block the managed app from accessing company data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtection.MinimumWarningAppVersion">
            <summary>
            Gets or sets minimum warning app version.
            Versions less than the specified version will result in warning message on the managed app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppProtectionTargetAppsRequestBody">
            <summary>
            The type ManagedAppProtectionTargetAppsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtectionTargetAppsRequestBody.Apps">
            <summary>
            Gets or sets Apps.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistration">
            <summary>
            The type Managed App Registration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistration.#ctor">
            <summary>
             The internal ManagedAppRegistration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Date and time of creation
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.LastSyncDateTime">
            <summary>
            Gets or sets last sync date time.
            Date and time of last the app synced with management service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.ApplicationVersion">
            <summary>
            Gets or sets application version.
            App version
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.ManagementSdkVersion">
            <summary>
            Gets or sets management sdk version.
            App management SDK version
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.PlatformVersion">
            <summary>
            Gets or sets platform version.
            Operating System version
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.DeviceType">
            <summary>
            Gets or sets device type.
            Host device type
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.DeviceTag">
            <summary>
            Gets or sets device tag.
            App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.DeviceName">
            <summary>
            Gets or sets device name.
            Host device name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.FlaggedReasons">
            <summary>
            Gets or sets flagged reasons.
            Zero or more reasons an app registration is flagged. E.g. app running on rooted device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.UserId">
            <summary>
            Gets or sets user id.
            The user Id to who this app registration belongs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.AppIdentifier">
            <summary>
            Gets or sets app identifier.
            The app package Identifier
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.AppliedPolicies">
            <summary>
            Gets or sets applied policies.
            Zero or more policys already applied on the registered app when it last synchronized with managment service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.IntendedPolicies">
            <summary>
            Gets or sets intended policies.
            Zero or more policies admin intended for the app as of now.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistration.Operations">
            <summary>
            Gets or sets operations.
            Zero or more long running operations triggered on the app registration.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppStatus">
            <summary>
            The type Managed App Status.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatus.#ctor">
            <summary>
             The internal ManagedAppStatus constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppStatus.DisplayName">
            <summary>
            Gets or sets display name.
            Friendly name of the status report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppStatus.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppStatusRaw">
            <summary>
            The type Managed App Status Raw.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppStatusRaw.Content">
            <summary>
            Gets or sets content.
            Status report content.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDevice">
            <summary>
            The type Managed Device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.UserId">
            <summary>
            Gets or sets user id.
            Unique Identifier for the user associated with the device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceName">
            <summary>
            Gets or sets device name.
            Name of the device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ManagedDeviceOwnerType">
            <summary>
            Gets or sets managed device owner type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceActionResults">
            <summary>
            Gets or sets device action results.
            List of ComplexType deviceActionResult objects.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.EnrolledDateTime">
            <summary>
            Gets or sets enrolled date time.
            Enrollment time of the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.LastSyncDateTime">
            <summary>
            Gets or sets last sync date time.
            The date and time that the device last completed a successful sync with Intune.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.OperatingSystem">
            <summary>
            Gets or sets operating system.
            Operating system of the device. Windows, iOS, etc.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ComplianceState">
            <summary>
            Gets or sets compliance state.
            Compliance state of the device. Possible values are: unknown, compliant, noncompliant, conflict, error, inGracePeriod, configManager.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.JailBroken">
            <summary>
            Gets or sets jail broken.
            whether the device is jail broken or rooted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ManagementAgent">
            <summary>
            Gets or sets management agent.
            Management channel of the device. Intune, EAS, etc. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.OsVersion">
            <summary>
            Gets or sets os version.
            Operating system version of the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.EasActivated">
            <summary>
            Gets or sets eas activated.
            Whether the device is Exchange ActiveSync activated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.EasDeviceId">
            <summary>
            Gets or sets eas device id.
            Exchange ActiveSync Id of the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.EasActivationDateTime">
            <summary>
            Gets or sets eas activation date time.
            Exchange ActivationSync activation time of the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.AzureADRegistered">
            <summary>
            Gets or sets azure adregistered.
            Whether the device is Azure Active Directory registered.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceEnrollmentType">
            <summary>
            Gets or sets device enrollment type.
            Enrollment type of the device. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ActivationLockBypassCode">
            <summary>
            Gets or sets activation lock bypass code.
            Code that allows the Activation Lock on a device to be bypassed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.EmailAddress">
            <summary>
            Gets or sets email address.
            Email(s) for the user associated with the device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.AzureADDeviceId">
            <summary>
            Gets or sets azure addevice id.
            The unique identifier for the Azure Active Directory device. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceRegistrationState">
            <summary>
            Gets or sets device registration state.
            Device registration state. Possible values are: notRegistered, registered, revoked, keyConflict, approvalPending, certificateReset, notRegisteredPendingEnrollment, unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceCategoryDisplayName">
            <summary>
            Gets or sets device category display name.
            Device category display name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.IsSupervised">
            <summary>
            Gets or sets is supervised.
            Device supervised status
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ExchangeLastSuccessfulSyncDateTime">
            <summary>
            Gets or sets exchange last successful sync date time.
            Last time the device contacted Exchange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ExchangeAccessState">
            <summary>
            Gets or sets exchange access state.
            The Access State of the device in Exchange. Possible values are: none, unknown, allowed, blocked, quarantined.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ExchangeAccessStateReason">
            <summary>
            Gets or sets exchange access state reason.
            The reason for the device's access state in Exchange. Possible values are: none, unknown, exchangeGlobalRule, exchangeIndividualRule, exchangeDeviceRule, exchangeUpgrade, exchangeMailboxPolicy, other, compliant, notCompliant, notEnrolled, unknownLocation, mfaRequired, azureADBlockDueToAccessPolicy, compromisedPassword, deviceNotKnownWithManagedApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.RemoteAssistanceSessionUrl">
            <summary>
            Gets or sets remote assistance session url.
            Url that allows a Remote Assistance session to be established with the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.RemoteAssistanceSessionErrorDetails">
            <summary>
            Gets or sets remote assistance session error details.
            An error string that identifies issues when creating Remote Assistance session objects.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.IsEncrypted">
            <summary>
            Gets or sets is encrypted.
            Device encryption status
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            Device user principal name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.Model">
            <summary>
            Gets or sets model.
            Model of the device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.Manufacturer">
            <summary>
            Gets or sets manufacturer.
            Manufacturer of the device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.Imei">
            <summary>
            Gets or sets imei.
            IMEI
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ComplianceGracePeriodExpirationDateTime">
            <summary>
            Gets or sets compliance grace period expiration date time.
            The DateTime when device compliance grace period expires
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.SerialNumber">
            <summary>
            Gets or sets serial number.
            SerialNumber
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.PhoneNumber">
            <summary>
            Gets or sets phone number.
            Phone number of the device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.AndroidSecurityPatchLevel">
            <summary>
            Gets or sets android security patch level.
            Android security patch level
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.UserDisplayName">
            <summary>
            Gets or sets user display name.
            User display name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ConfigurationManagerClientEnabledFeatures">
            <summary>
            Gets or sets configuration manager client enabled features.
            ConfigrMgr client enabled features
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.WiFiMacAddress">
            <summary>
            Gets or sets wi fi mac address.
            Wi-Fi MAC
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceHealthAttestationState">
            <summary>
            Gets or sets device health attestation state.
            The device health attestation state.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.SubscriberCarrier">
            <summary>
            Gets or sets subscriber carrier.
            Subscriber Carrier
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.Meid">
            <summary>
            Gets or sets meid.
            MEID
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.TotalStorageSpaceInBytes">
            <summary>
            Gets or sets total storage space in bytes.
            Total Storage in Bytes
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.FreeStorageSpaceInBytes">
            <summary>
            Gets or sets free storage space in bytes.
            Free Storage in Bytes
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.ManagedDeviceName">
            <summary>
            Gets or sets managed device name.
            Automatically generated name to identify a device. Can be overwritten to a user friendly name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.PartnerReportedThreatState">
            <summary>
            Gets or sets partner reported threat state.
            Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only. Possible values are: unknown, activated, deactivated, secured, lowSeverity, mediumSeverity, highSeverity, unresponsive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceConfigurationStates">
            <summary>
            Gets or sets device configuration states.
            Device configuration states for this device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceCategory">
            <summary>
            Gets or sets device category.
            Device category
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDevice.DeviceCompliancePolicyStates">
            <summary>
            Gets or sets device compliance policy states.
            Device compliance policy states for this device.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequestBody">
            <summary>
            The type ManagedDeviceCleanWindowsDeviceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequestBody.KeepUserData">
            <summary>
            Gets or sets KeepUserData.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBody">
            <summary>
            The type ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBody.UserPrincipalName">
            <summary>
            Gets or sets UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfiguration">
            <summary>
            The type Managed Device Mobile App Configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.#ctor">
            <summary>
             The internal ManagedDeviceMobileAppConfiguration constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.TargetedMobileApps">
            <summary>
            Gets or sets targeted mobile apps.
            the associated app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            DateTime the object was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.Description">
            <summary>
            Gets or sets description.
            Admin provided description of the Device Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            DateTime the object was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.DisplayName">
            <summary>
            Gets or sets display name.
            Admin provided name of the device configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.Version">
            <summary>
            Gets or sets version.
            Version of the device configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.Assignments">
            <summary>
            Gets or sets assignments.
            The list of group assignemenets for app configration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.DeviceStatuses">
            <summary>
            Gets or sets device statuses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.UserStatuses">
            <summary>
            Gets or sets user statuses.
            List of ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.DeviceStatusSummary">
            <summary>
            Gets or sets device status summary.
            App configuration device status summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfiguration.UserStatusSummary">
            <summary>
            Gets or sets user status summary.
            App configuration user status summary.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment">
            <summary>
            The type Managed Device Mobile App Configuration Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment.Target">
            <summary>
            Gets or sets target.
            Assignment target that the T&amp;C policy is assigned to.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus">
            <summary>
            The type Managed Device Mobile App Configuration Device Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.DeviceDisplayName">
            <summary>
            Gets or sets device display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.UserName">
            <summary>
            Gets or sets user name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.DeviceModel">
            <summary>
            Gets or sets device model.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.ComplianceGracePeriodExpirationDateTime">
            <summary>
            Gets or sets compliance grace period expiration date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.Status">
            <summary>
            Gets or sets status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary">
            <summary>
            The type Managed Device Mobile App Configuration Device Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.PendingCount">
            <summary>
            Gets or sets pending count.
            Number of pending devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.NotApplicableCount">
            <summary>
            Gets or sets not applicable count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.SuccessCount">
            <summary>
            Gets or sets success count.
            Number of succeeded devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.ErrorCount">
            <summary>
            Gets or sets error count.
            Number of error devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.FailedCount">
            <summary>
            Gets or sets failed count.
            Number of failed devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Last update time
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary.ConfigurationVersion">
            <summary>
            Gets or sets configuration version.
            Version of the policy for that overview
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus">
            <summary>
            The type Managed Device Mobile App Configuration User Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus.UserDisplayName">
            <summary>
            Gets or sets user display name.
            User name of the DevicePolicyStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus.DevicesCount">
            <summary>
            Gets or sets devices count.
            Devices count for that user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus.Status">
            <summary>
            Gets or sets status.
            Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus.LastReportedDateTime">
            <summary>
            Gets or sets last reported date time.
            Last modified date time of the policy report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            UserPrincipalName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary">
            <summary>
            The type Managed Device Mobile App Configuration User Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.PendingCount">
            <summary>
            Gets or sets pending count.
            Number of pending Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.NotApplicableCount">
            <summary>
            Gets or sets not applicable count.
            Number of not applicable devices
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.SuccessCount">
            <summary>
            Gets or sets success count.
            Number of succeeded Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.ErrorCount">
            <summary>
            Gets or sets error count.
            Number of error Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.FailedCount">
            <summary>
            Gets or sets failed count.
            Number of failed Users
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.LastUpdateDateTime">
            <summary>
            Gets or sets last update date time.
            Last update time
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary.ConfigurationVersion">
            <summary>
            Gets or sets configuration version.
            Version of the policy for that overview
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverview">
            <summary>
            The type Managed Device Overview.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceOverview.EnrolledDeviceCount">
            <summary>
            Gets or sets enrolled device count.
            Total enrolled device count. Does not include PC devices managed via Intune PC Agent
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceOverview.MdmEnrolledCount">
            <summary>
            Gets or sets mdm enrolled count.
            The number of devices enrolled in MDM
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceOverview.DualEnrolledDeviceCount">
            <summary>
            Gets or sets dual enrolled device count.
            The number of devices enrolled in both MDM and EAS
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceOverview.DeviceOperatingSystemSummary">
            <summary>
            Gets or sets device operating system summary.
            Device operating system summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceOverview.DeviceExchangeAccessStateSummary">
            <summary>
            Gets or sets device exchange access state summary.
            Distribution of Exchange Access State in Intune
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOwnerType">
            <summary>
            The enum ManagedDeviceOwnerType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDeviceOwnerType.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDeviceOwnerType.Company">
            <summary>
            company
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDeviceOwnerType.Personal">
            <summary>
            personal
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDevicePartnerReportedHealthState">
            <summary>
            The enum ManagedDevicePartnerReportedHealthState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.Activated">
            <summary>
            activated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.Deactivated">
            <summary>
            deactivated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.Secured">
            <summary>
            secured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.LowSeverity">
            <summary>
            low Severity
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.MediumSeverity">
            <summary>
            medium Severity
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.HighSeverity">
            <summary>
            high Severity
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagedDevicePartnerReportedHealthState.Unresponsive">
            <summary>
            unresponsive
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequestBody">
            <summary>
            The type ManagedDeviceUpdateWindowsDeviceAccountRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequestBody.UpdateWindowsDeviceAccountActionParameter">
            <summary>
            Gets or sets UpdateWindowsDeviceAccountActionParameter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequestBody">
            <summary>
            The type ManagedDeviceWindowsDefenderScanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequestBody.QuickScan">
            <summary>
            Gets or sets QuickScan.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWipeRequestBody">
            <summary>
            The type ManagedDeviceWipeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWipeRequestBody.KeepEnrollmentData">
            <summary>
            Gets or sets KeepEnrollmentData.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWipeRequestBody.KeepUserData">
            <summary>
            Gets or sets KeepUserData.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWipeRequestBody.MacOsUnlockCode">
            <summary>
            Gets or sets MacOsUnlockCode.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBook">
            <summary>
            The type Managed EBook.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBook.#ctor">
            <summary>
             The internal ManagedEBook constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.DisplayName">
            <summary>
            Gets or sets display name.
            Name of the eBook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.Description">
            <summary>
            Gets or sets description.
            Description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.Publisher">
            <summary>
            Gets or sets publisher.
            Publisher.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.PublishedDateTime">
            <summary>
            Gets or sets published date time.
            The date and time when the eBook was published.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.LargeCover">
            <summary>
            Gets or sets large cover.
            Book cover.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time when the eBook file was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The date and time when the eBook was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.InformationUrl">
            <summary>
            Gets or sets information url.
            The more information Url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.PrivacyInformationUrl">
            <summary>
            Gets or sets privacy information url.
            The privacy statement Url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.Assignments">
            <summary>
            Gets or sets assignments.
            The list of assignments for this eBook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.InstallSummary">
            <summary>
            Gets or sets install summary.
            Mobile App Install Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.DeviceStates">
            <summary>
            Gets or sets device states.
            The list of installation states for this eBook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBook.UserStateSummary">
            <summary>
            Gets or sets user state summary.
            The list of installation states for this eBook.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignment">
            <summary>
            The type Managed EBook Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignment.Target">
            <summary>
            Gets or sets target.
            The assignment target for eBook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignment.InstallIntent">
            <summary>
            Gets or sets install intent.
            The install intent for eBook. Possible values are: available, required, uninstall, availableWithoutEnrollment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignRequestBody">
            <summary>
            The type ManagedEBookAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignRequestBody.ManagedEBookAssignments">
            <summary>
            Gets or sets ManagedEBookAssignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedIOSLobApp">
            <summary>
            The type Managed IOSLob App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSLobApp.BundleId">
            <summary>
            Gets or sets bundle id.
            The Identity Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSLobApp.ApplicableDeviceType">
            <summary>
            Gets or sets applicable device type.
            The iOS architecture for which this app can run on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSLobApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSLobApp.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            The expiration time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSLobApp.VersionNumber">
            <summary>
            Gets or sets version number.
            The version number of managed iOS Line of Business (LoB) app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSLobApp.BuildNumber">
            <summary>
            Gets or sets build number.
            The build number of managed iOS Line of Business (LoB) app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedIOSStoreApp">
            <summary>
            The type Managed IOSStore App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSStoreApp.BundleId">
            <summary>
            Gets or sets bundle id.
            The app's Bundle ID.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSStoreApp.AppStoreUrl">
            <summary>
            Gets or sets app store url.
            The Apple AppStoreUrl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSStoreApp.ApplicableDeviceType">
            <summary>
            Gets or sets applicable device type.
            The iOS architecture for which this app can run on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedIOSStoreApp.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum supported operating system.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileApp">
            <summary>
            The type Managed Mobile App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileApp.MobileAppIdentifier">
            <summary>
            Gets or sets mobile app identifier.
            The identifier for an app with it's operating system type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileApp.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobApp">
            <summary>
            The type Managed Mobile Lob App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobApp.#ctor">
            <summary>
             The internal ManagedMobileLobApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobApp.CommittedContentVersion">
            <summary>
            Gets or sets committed content version.
            The internal committed content version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobApp.FileName">
            <summary>
            Gets or sets file name.
            The name of the main Lob application file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobApp.Size">
            <summary>
            Gets or sets size.
            The total size, including all uploaded files.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobApp.ContentVersions">
            <summary>
            Gets or sets content versions.
            The list of content versions for this app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagementAgentType">
            <summary>
            The enum ManagementAgentType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.Eas">
            <summary>
            eas
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.Mdm">
            <summary>
            mdm
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.EasMdm">
            <summary>
            eas Mdm
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.IntuneClient">
            <summary>
            intune Client
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.EasIntuneClient">
            <summary>
            eas Intune Client
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.ConfigurationManagerClient">
            <summary>
            configuration Manager Client
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.ConfigurationManagerClientMdm">
            <summary>
            configuration Manager Client Mdm
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.ConfigurationManagerClientMdmEas">
            <summary>
            configuration Manager Client Mdm Eas
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.Jamf">
            <summary>
            jamf
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ManagementAgentType.GoogleCloudDevicePolicyController">
            <summary>
            google Cloud Device Policy Controller
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MdmAppConfigKeyType">
            <summary>
            The enum MdmAppConfigKeyType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAppConfigKeyType.StringType">
            <summary>
            string Type
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAppConfigKeyType.IntegerType">
            <summary>
            integer Type
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAppConfigKeyType.RealType">
            <summary>
            real Type
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAppConfigKeyType.BooleanType">
            <summary>
            boolean Type
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAppConfigKeyType.TokenType">
            <summary>
            token Type
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MdmAuthority">
            <summary>
            The enum MdmAuthority.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAuthority.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAuthority.Intune">
            <summary>
            intune
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAuthority.Sccm">
            <summary>
            sccm
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MdmAuthority.Office365">
            <summary>
            office365
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MdmWindowsInformationProtectionPolicy">
            <summary>
            The type Mdm Windows Information Protection Policy.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingAustralia">
            <summary>
            The type MediaContentRatingAustralia.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingAustralia.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for Australia Possible values are: allAllowed, allBlocked, general, parentalGuidance, mature, agesAbove15, agesAbove18.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingAustralia.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for Australia Possible values are: allAllowed, allBlocked, preschoolers, children, general, parentalGuidance, mature, agesAbove15, agesAbove15AdultViolence.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingAustralia.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingCanada">
            <summary>
            The type MediaContentRatingCanada.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingCanada.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for Canada Possible values are: allAllowed, allBlocked, general, parentalGuidance, agesAbove14, agesAbove18, restricted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingCanada.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for Canada Possible values are: allAllowed, allBlocked, children, childrenAbove8, general, parentalGuidance, agesAbove14, agesAbove18.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingCanada.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingFrance">
            <summary>
            The type MediaContentRatingFrance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingFrance.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for France Possible values are: allAllowed, allBlocked, agesAbove10, agesAbove12, agesAbove16, agesAbove18.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingFrance.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for France Possible values are: allAllowed, allBlocked, agesAbove10, agesAbove12, agesAbove16, agesAbove18.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingFrance.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingGermany">
            <summary>
            The type MediaContentRatingGermany.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingGermany.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for Germany Possible values are: allAllowed, allBlocked, general, agesAbove6, agesAbove12, agesAbove16, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingGermany.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for Germany Possible values are: allAllowed, allBlocked, general, agesAbove6, agesAbove12, agesAbove16, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingGermany.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingIreland">
            <summary>
            The type MediaContentRatingIreland.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingIreland.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for Ireland Possible values are: allAllowed, allBlocked, general, parentalGuidance, agesAbove12, agesAbove15, agesAbove16, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingIreland.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for Ireland Possible values are: allAllowed, allBlocked, general, children, youngAdults, parentalSupervision, mature.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingIreland.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingJapan">
            <summary>
            The type MediaContentRatingJapan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingJapan.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for Japan Possible values are: allAllowed, allBlocked, general, parentalGuidance, agesAbove15, agesAbove18.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingJapan.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for Japan Possible values are: allAllowed, allBlocked, explicitAllowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingJapan.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingNewZealand">
            <summary>
            The type MediaContentRatingNewZealand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingNewZealand.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for New Zealand Possible values are: allAllowed, allBlocked, general, parentalGuidance, mature, agesAbove13, agesAbove15, agesAbove16, agesAbove18, restricted, agesAbove16Restricted.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingNewZealand.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for New Zealand Possible values are: allAllowed, allBlocked, general, parentalGuidance, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingNewZealand.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingUnitedKingdom">
            <summary>
            The type MediaContentRatingUnitedKingdom.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedKingdom.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for United Kingdom Possible values are: allAllowed, allBlocked, general, universalChildren, parentalGuidance, agesAbove12Video, agesAbove12Cinema, agesAbove15, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedKingdom.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for United Kingdom Possible values are: allAllowed, allBlocked, caution.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedKingdom.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MediaContentRatingUnitedStates">
            <summary>
            The type MediaContentRatingUnitedStates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedStates.MovieRating">
            <summary>
            Gets or sets movieRating.
            Movies rating selected for United States Possible values are: allAllowed, allBlocked, general, parentalGuidance, parentalGuidance13, restricted, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedStates.TvRating">
            <summary>
            Gets or sets tvRating.
            TV rating selected for United States Possible values are: allAllowed, allBlocked, childrenAll, childrenAbove7, general, parentalGuidance, childrenAbove14, adults.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MediaContentRatingUnitedStates.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingMessageType">
            <summary>
            The enum MeetingMessageType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingMessageType.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingMessageType.MeetingRequest">
            <summary>
            meeting Request
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingMessageType.MeetingCancelled">
            <summary>
            meeting Cancelled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingMessageType.MeetingAccepted">
            <summary>
            meeting Accepted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingMessageType.MeetingTenativelyAccepted">
            <summary>
            meeting Tenatively Accepted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MeetingMessageType.MeetingDeclined">
            <summary>
            meeting Declined
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingTimeSuggestion">
            <summary>
            The type MeetingTimeSuggestion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.MeetingTimeSlot">
            <summary>
            Gets or sets meetingTimeSlot.
            A time period suggested for the meeting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.Confidence">
            <summary>
            Gets or sets confidence.
            A percentage that represents the likelhood of all the attendees attending.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.OrganizerAvailability">
            <summary>
            Gets or sets organizerAvailability.
            Availability of the meeting organizer for this meeting suggestion. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.AttendeeAvailability">
            <summary>
            Gets or sets attendeeAvailability.
            An array that shows the availability status of each attendee for this meeting suggestion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.Locations">
            <summary>
            Gets or sets locations.
            An array that specifies the name and geographic location of each meeting location for this meeting suggestion.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.SuggestionReason">
            <summary>
            Gets or sets suggestionReason.
            Reason for suggesting the meeting time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestion.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MeetingTimeSuggestionsResult">
            <summary>
            The type MeetingTimeSuggestionsResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestionsResult.MeetingTimeSuggestions">
            <summary>
            Gets or sets meetingTimeSuggestions.
            An array of meeting suggestions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestionsResult.EmptySuggestionsReason">
            <summary>
            Gets or sets emptySuggestionsReason.
            A reason for not returning any meeting suggestions. Possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MeetingTimeSuggestionsResult.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Message">
            <summary>
            The type Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.ReceivedDateTime">
            <summary>
            Gets or sets received date time.
            The date and time the message was received.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.SentDateTime">
            <summary>
            Gets or sets sent date time.
            The date and time the message was sent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.HasAttachments">
            <summary>
            Gets or sets has attachments.
            Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as &amp;lt;IMG src="cid:image001.jpg@01D26CD8.6C05F070"&amp;gt;.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.InternetMessageId">
            <summary>
            Gets or sets internet message id.
            The message ID in the format specified by RFC2822.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.InternetMessageHeaders">
            <summary>
            Gets or sets internet message headers.
            The collection of message headers, defined by RFC5322, that provide details of the network path taken by a message from the sender to the recipient. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Subject">
            <summary>
            Gets or sets subject.
            The subject of the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Body">
            <summary>
            Gets or sets body.
            The body of the message. It can be in HTML or text format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.BodyPreview">
            <summary>
            Gets or sets body preview.
            The first 255 characters of the message body. It is in text format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Importance">
            <summary>
            Gets or sets importance.
            The importance of the message: Low, Normal, High.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.ParentFolderId">
            <summary>
            Gets or sets parent folder id.
            The unique identifier for the message's parent mailFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Sender">
            <summary>
            Gets or sets sender.
            The account that is actually used to generate the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.From">
            <summary>
            Gets or sets from.
            The mailbox owner and sender of the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.ToRecipients">
            <summary>
            Gets or sets to recipients.
            The To: recipients for the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.CcRecipients">
            <summary>
            Gets or sets cc recipients.
            The Cc: recipients for the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.BccRecipients">
            <summary>
            Gets or sets bcc recipients.
            The Bcc: recipients for the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.ReplyTo">
            <summary>
            Gets or sets reply to.
            The email addresses to use when replying.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.ConversationId">
            <summary>
            Gets or sets conversation id.
            The ID of the conversation the email belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.UniqueBody">
            <summary>
            Gets or sets unique body.
            The part of the body of the message that is unique to the current message. uniqueBody is not returned by default but can be retrieved for a given message by use of the ?$select=uniqueBody query. It can be in HTML or text format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.IsDeliveryReceiptRequested">
            <summary>
            Gets or sets is delivery receipt requested.
            Indicates whether a read receipt is requested for the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.IsReadReceiptRequested">
            <summary>
            Gets or sets is read receipt requested.
            Indicates whether a read receipt is requested for the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.IsRead">
            <summary>
            Gets or sets is read.
            Indicates whether the message has been read.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.IsDraft">
            <summary>
            Gets or sets is draft.
            Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.WebLink">
            <summary>
            Gets or sets web link.
            The URL to open the message in Outlook Web App.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, then the browser will show the message in the Outlook Web App review pane.The message will open in the browser if you are logged in to your mailbox via Outlook Web App. You will be prompted to login if you are not already logged in with the browser.This URL can be accessed from within an iFrame.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.InferenceClassification">
            <summary>
            Gets or sets inference classification.
            The classification of the message for the user, based on inferred relevance or importance, or on an explicit override. Possible values are: focused or other.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Flag">
            <summary>
            Gets or sets flag.
            The flag value that indicates the status, start date, due date, or completion date for the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Attachments">
            <summary>
            Gets or sets attachments.
            The fileAttachment and itemAttachment attachments for the message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the message. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the message. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Message.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the message. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageActionFlag">
            <summary>
            The enum MessageActionFlag.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Any">
            <summary>
            any
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Call">
            <summary>
            call
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.DoNotForward">
            <summary>
            do Not Forward
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.FollowUp">
            <summary>
            follow Up
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Fyi">
            <summary>
            fyi
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Forward">
            <summary>
            forward
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.NoResponseNecessary">
            <summary>
            no Response Necessary
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Read">
            <summary>
            read
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Reply">
            <summary>
            reply
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.ReplyToAll">
            <summary>
            reply To All
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MessageActionFlag.Review">
            <summary>
            review
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageCopyRequestBody">
            <summary>
            The type MessageCopyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCopyRequestBody.DestinationId">
            <summary>
            Gets or sets DestinationId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageForwardRequestBody">
            <summary>
            The type MessageForwardRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageForwardRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageForwardRequestBody.ToRecipients">
            <summary>
            Gets or sets ToRecipients.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageMoveRequestBody">
            <summary>
            The type MessageMoveRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageMoveRequestBody.DestinationId">
            <summary>
            Gets or sets DestinationId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageReplyAllRequestBody">
            <summary>
            The type MessageReplyAllRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageReplyAllRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageReplyRequestBody">
            <summary>
            The type MessageReplyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageReplyRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageRule">
            <summary>
            The type Message Rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.DisplayName">
            <summary>
            Gets or sets display name.
            The display name of the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.Sequence">
            <summary>
            Gets or sets sequence.
            Indicates the order in which the rule is executed, among other rules.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.Conditions">
            <summary>
            Gets or sets conditions.
            Conditions that when fulfilled, will trigger the corresponding actions for that rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.Actions">
            <summary>
            Gets or sets actions.
            Actions to be taken on a message when the corresponding conditions are fulfilled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.Exceptions">
            <summary>
            Gets or sets exceptions.
            Exception conditions for the rule.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.IsEnabled">
            <summary>
            Gets or sets is enabled.
            Indicates whether the rule is enabled to be applied to messages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.HasError">
            <summary>
            Gets or sets has error.
            Indicates whether the rule is in an error condition. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRule.IsReadOnly">
            <summary>
            Gets or sets is read only.
            Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageRuleActions">
            <summary>
            The type MessageRuleActions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.MoveToFolder">
            <summary>
            Gets or sets moveToFolder.
            The ID of the folder that a message will be moved to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.CopyToFolder">
            <summary>
            Gets or sets copyToFolder.
            The ID of a folder that a message is to be copied to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.Delete">
            <summary>
            Gets or sets delete.
            Indicates whether a message should be moved to the Deleted Items folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.PermanentDelete">
            <summary>
            Gets or sets permanentDelete.
            Indicates whether a message should be permanently deleted and not saved to the Deleted Items folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.MarkAsRead">
            <summary>
            Gets or sets markAsRead.
            Indicates whether a message should be marked as read.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.MarkImportance">
            <summary>
            Gets or sets markImportance.
            Sets the importance of the message, which can be: low, normal, high.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.ForwardTo">
            <summary>
            Gets or sets forwardTo.
            The email addresses of the recipients to which a message should be forwarded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.ForwardAsAttachmentTo">
            <summary>
            Gets or sets forwardAsAttachmentTo.
            The email addresses of the recipients to which a message should be forwarded as an attachment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.RedirectTo">
            <summary>
            Gets or sets redirectTo.
            The email address to which a message should be redirected.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.AssignCategories">
            <summary>
            Gets or sets assignCategories.
            A list of categories to be assigned to a message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.StopProcessingRules">
            <summary>
            Gets or sets stopProcessingRules.
            Indicates whether subsequent rules should be evaluated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRuleActions.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageRulePredicates">
            <summary>
            The type MessageRulePredicates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.Categories">
            <summary>
            Gets or sets categories.
            Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SubjectContains">
            <summary>
            Gets or sets subjectContains.
            Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.BodyContains">
            <summary>
            Gets or sets bodyContains.
            Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.BodyOrSubjectContains">
            <summary>
            Gets or sets bodyOrSubjectContains.
            Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SenderContains">
            <summary>
            Gets or sets senderContains.
            Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.RecipientContains">
            <summary>
            Gets or sets recipientContains.
            Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.HeaderContains">
            <summary>
            Gets or sets headerContains.
            Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.MessageActionFlag">
            <summary>
            Gets or sets messageActionFlag.
            Represents the flag-for-action value that appears on an incoming message in order for the condition or exception to apply. Possible values are: any, call, doNotForward, followUp, fyi, forward, noResponseNecessary, read, reply, replyToAll, review.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.Importance">
            <summary>
            Gets or sets importance.
            The importance that is stamped on an incoming message in order for the condition or exception to apply: low, normal, high.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.Sensitivity">
            <summary>
            Gets or sets sensitivity.
            Represents the sensitivity level that must be stamped on an incoming message in order for the condition or exception to apply. Possible values are: normal, personal, private, confidential.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.FromAddresses">
            <summary>
            Gets or sets fromAddresses.
            Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SentToAddresses">
            <summary>
            Gets or sets sentToAddresses.
            Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SentToMe">
            <summary>
            Gets or sets sentToMe.
            Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SentOnlyToMe">
            <summary>
            Gets or sets sentOnlyToMe.
            Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SentCcMe">
            <summary>
            Gets or sets sentCcMe.
            Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.SentToOrCcMe">
            <summary>
            Gets or sets sentToOrCcMe.
            Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.NotSentToMe">
            <summary>
            Gets or sets notSentToMe.
            Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.HasAttachments">
            <summary>
            Gets or sets hasAttachments.
            Indicates whether an incoming message must have attachments in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsApprovalRequest">
            <summary>
            Gets or sets isApprovalRequest.
            Indicates whether an incoming message must be an approval request in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsAutomaticForward">
            <summary>
            Gets or sets isAutomaticForward.
            Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsAutomaticReply">
            <summary>
            Gets or sets isAutomaticReply.
            Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsEncrypted">
            <summary>
            Gets or sets isEncrypted.
            Indicates whether an incoming message must be encrypted in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsMeetingRequest">
            <summary>
            Gets or sets isMeetingRequest.
            Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsMeetingResponse">
            <summary>
            Gets or sets isMeetingResponse.
            Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsNonDeliveryReport">
            <summary>
            Gets or sets isNonDeliveryReport.
            Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsPermissionControlled">
            <summary>
            Gets or sets isPermissionControlled.
            Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsReadReceipt">
            <summary>
            Gets or sets isReadReceipt.
            Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsSigned">
            <summary>
            Gets or sets isSigned.
            Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.IsVoicemail">
            <summary>
            Gets or sets isVoicemail.
            Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.WithinSizeRange">
            <summary>
            Gets or sets withinSizeRange.
            Represents the minimum and maximum sizes (in kilobytes) that an incoming message must fall in between in order for the condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageRulePredicates.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftStoreForBusinessApp">
            <summary>
            The type Microsoft Store For Business App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftStoreForBusinessApp.UsedLicenseCount">
            <summary>
            Gets or sets used license count.
            The number of Microsoft Store for Business licenses in use.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftStoreForBusinessApp.TotalLicenseCount">
            <summary>
            Gets or sets total license count.
            The total number of Microsoft Store for Business licenses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftStoreForBusinessApp.ProductKey">
            <summary>
            Gets or sets product key.
            The app product key
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftStoreForBusinessApp.LicenseType">
            <summary>
            Gets or sets license type.
            The app license type Possible values are: offline, online.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftStoreForBusinessApp.PackageIdentityName">
            <summary>
            Gets or sets package identity name.
            The app package identifier
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftStoreForBusinessAppAssignmentSettings">
            <summary>
            The type MicrosoftStoreForBusinessAppAssignmentSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MicrosoftStoreForBusinessAppAssignmentSettings.UseDeviceContext">
            <summary>
            Gets or sets useDeviceContext.
            Whether or not to use device execution context for Microsoft Store for Business mobile app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftStoreForBusinessLicenseType">
            <summary>
            The enum MicrosoftStoreForBusinessLicenseType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MicrosoftStoreForBusinessLicenseType.Offline">
            <summary>
            offline
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MicrosoftStoreForBusinessLicenseType.Online">
            <summary>
            online
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MimeContent">
            <summary>
            The type MimeContent.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MimeContent.Type">
            <summary>
            Gets or sets type.
            Indicates the content mime type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MimeContent.Value">
            <summary>
            Gets or sets value.
            The byte array that contains the actual content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MimeContent.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MiracastChannel">
            <summary>
            The enum MiracastChannel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.One">
            <summary>
            one
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Two">
            <summary>
            two
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Three">
            <summary>
            three
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Four">
            <summary>
            four
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Five">
            <summary>
            five
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Six">
            <summary>
            six
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Seven">
            <summary>
            seven
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Eight">
            <summary>
            eight
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Nine">
            <summary>
            nine
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Ten">
            <summary>
            ten
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Eleven">
            <summary>
            eleven
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.ThirtySix">
            <summary>
            thirty Six
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.Forty">
            <summary>
            forty
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.FortyFour">
            <summary>
            forty Four
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.FortyEight">
            <summary>
            forty Eight
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.OneHundredFortyNine">
            <summary>
            one Hundred Forty Nine
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.OneHundredFiftyThree">
            <summary>
            one Hundred Fifty Three
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.OneHundredFiftySeven">
            <summary>
            one Hundred Fifty Seven
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.OneHundredSixtyOne">
            <summary>
            one Hundred Sixty One
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MiracastChannel.OneHundredSixtyFive">
            <summary>
            one Hundred Sixty Five
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileApp">
            <summary>
            The type Mobile App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileApp.#ctor">
            <summary>
             The internal MobileApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.DisplayName">
            <summary>
            Gets or sets display name.
            The admin provided or imported title of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Description">
            <summary>
            Gets or sets description.
            The description of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Publisher">
            <summary>
            Gets or sets publisher.
            The publisher of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.LargeIcon">
            <summary>
            Gets or sets large icon.
            The large icon, to be displayed in the app details and used for upload of the icon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The date and time the app was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The date and time the app was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.IsFeatured">
            <summary>
            Gets or sets is featured.
            The value indicating whether the app is marked as featured by the admin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.PrivacyInformationUrl">
            <summary>
            Gets or sets privacy information url.
            The privacy statement Url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.InformationUrl">
            <summary>
            Gets or sets information url.
            The more information Url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Owner">
            <summary>
            Gets or sets owner.
            The owner of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Developer">
            <summary>
            Gets or sets developer.
            The developer of the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Notes">
            <summary>
            Gets or sets notes.
            Notes for the app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.PublishingState">
            <summary>
            Gets or sets publishing state.
            The publishing state for the app. The app cannot be assigned unless the app is published. Possible values are: notPublished, processing, published.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Categories">
            <summary>
            Gets or sets categories.
            The list of categories for this app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileApp.Assignments">
            <summary>
            Gets or sets assignments.
            The list of group assignments for this mobile app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignment">
            <summary>
            The type Mobile App Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignment.Intent">
            <summary>
            Gets or sets intent.
            The install intent defined by the admin. Possible values are: available, required, uninstall, availableWithoutEnrollment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignment.Target">
            <summary>
            Gets or sets target.
            The target group assignment defined by the admin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignment.Settings">
            <summary>
            Gets or sets settings.
            The settings for target assignment defined by the admin.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentSettings">
            <summary>
            The type MobileAppAssignmentSettings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignmentSettings.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignRequestBody">
            <summary>
            The type MobileAppAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignRequestBody.MobileAppAssignments">
            <summary>
            Gets or sets MobileAppAssignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategory">
            <summary>
            The type Mobile App Category.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategory.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the app category.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategory.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The date and time the mobileAppCategory was last modified.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContent">
            <summary>
            The type Mobile App Content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContent.Files">
            <summary>
            Gets or sets files.
            The list of files for this app content version.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFile">
            <summary>
            The type Mobile App Content File.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.AzureStorageUri">
            <summary>
            Gets or sets azure storage uri.
            The Azure Storage URI.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.IsCommitted">
            <summary>
            Gets or sets is committed.
            A value indicating whether the file is committed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            The time the file was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.Name">
            <summary>
            Gets or sets name.
            the file name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.Size">
            <summary>
            Gets or sets size.
            The size of the file prior to encryption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.SizeEncrypted">
            <summary>
            Gets or sets size encrypted.
            The size of the file after encryption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.AzureStorageUriExpirationDateTime">
            <summary>
            Gets or sets azure storage uri expiration date time.
            The time the Azure storage Uri expires.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.Manifest">
            <summary>
            Gets or sets manifest.
            The manifest information.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFile.UploadState">
            <summary>
            Gets or sets upload state.
            The state of the current upload request. Possible values are: success, transientError, error, unknown, azureStorageUriRequestSuccess, azureStorageUriRequestPending, azureStorageUriRequestFailed, azureStorageUriRequestTimedOut, azureStorageUriRenewalSuccess, azureStorageUriRenewalPending, azureStorageUriRenewalFailed, azureStorageUriRenewalTimedOut, commitFileSuccess, commitFilePending, commitFileFailed, commitFileTimedOut.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileCommitRequestBody">
            <summary>
            The type MobileAppContentFileCommitRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFileCommitRequestBody.FileEncryptionInfo">
            <summary>
            Gets or sets FileEncryptionInfo.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileUploadState">
            <summary>
            The enum MobileAppContentFileUploadState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.Success">
            <summary>
            success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.TransientError">
            <summary>
            transient Error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.Error">
            <summary>
            error
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRequestSuccess">
            <summary>
            azure Storage Uri Request Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRequestPending">
            <summary>
            azure Storage Uri Request Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRequestFailed">
            <summary>
            azure Storage Uri Request Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRequestTimedOut">
            <summary>
            azure Storage Uri Request Timed Out
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRenewalSuccess">
            <summary>
            azure Storage Uri Renewal Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRenewalPending">
            <summary>
            azure Storage Uri Renewal Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRenewalFailed">
            <summary>
            azure Storage Uri Renewal Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.AzureStorageUriRenewalTimedOut">
            <summary>
            azure Storage Uri Renewal Timed Out
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.CommitFileSuccess">
            <summary>
            commit File Success
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.CommitFilePending">
            <summary>
            commit File Pending
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.CommitFileFailed">
            <summary>
            commit File Failed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppContentFileUploadState.CommitFileTimedOut">
            <summary>
            commit File Timed Out
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppIdentifier">
            <summary>
            The type MobileAppIdentifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppIdentifier.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppPublishingState">
            <summary>
            The enum MobileAppPublishingState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppPublishingState.NotPublished">
            <summary>
            not Published
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppPublishingState.Processing">
            <summary>
            processing
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileAppPublishingState.Published">
            <summary>
            published
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileLobApp">
            <summary>
            The type Mobile Lob App.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileLobApp.#ctor">
            <summary>
             The internal MobileLobApp constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobApp.CommittedContentVersion">
            <summary>
            Gets or sets committed content version.
            The internal committed content version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobApp.FileName">
            <summary>
            Gets or sets file name.
            The name of the main Lob application file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobApp.Size">
            <summary>
            Gets or sets size.
            The total size, including all uploaded files.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobApp.ContentVersions">
            <summary>
            Gets or sets content versions.
            The list of content versions for this app.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileThreatDefenseConnector">
            <summary>
            The type Mobile Threat Defense Connector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.LastHeartbeatDateTime">
            <summary>
            Gets or sets last heartbeat date time.
            DateTime of last Heartbeat recieved from the Data Sync Partner
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.PartnerState">
            <summary>
            Gets or sets partner state.
            Data Sync Partner state for this account Possible values are: unavailable, available, enabled, unresponsive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.AndroidEnabled">
            <summary>
            Gets or sets android enabled.
            For Android, set whether data from the data sync partner should be used during compliance evaluations
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.IosEnabled">
            <summary>
            Gets or sets ios enabled.
            For IOS, get or set whether data from the data sync partner should be used during compliance evaluations
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.AndroidDeviceBlockedOnMissingPartnerData">
            <summary>
            Gets or sets android device blocked on missing partner data.
            For Android, set whether Intune must receive data from the data sync partner prior to marking a device compliant
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.IosDeviceBlockedOnMissingPartnerData">
            <summary>
            Gets or sets ios device blocked on missing partner data.
            For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.PartnerUnsupportedOsVersionBlocked">
            <summary>
            Gets or sets partner unsupported os version blocked.
            Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Data Sync Partner
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileThreatDefenseConnector.PartnerUnresponsivenessThresholdInDays">
            <summary>
            Gets or sets partner unresponsiveness threshold in days.
            Get or Set days the per tenant tolerance to unresponsiveness for this partner integration
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileThreatPartnerTenantState">
            <summary>
            The enum MobileThreatPartnerTenantState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileThreatPartnerTenantState.Unavailable">
            <summary>
            unavailable
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileThreatPartnerTenantState.Available">
            <summary>
            available
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileThreatPartnerTenantState.Enabled">
            <summary>
            enabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.MobileThreatPartnerTenantState.Unresponsive">
            <summary>
            unresponsive
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MultiValueLegacyExtendedProperty">
            <summary>
            The type Multi Value Legacy Extended Property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MultiValueLegacyExtendedProperty.Value">
            <summary>
            Gets or sets value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Notebook">
            <summary>
            The type Notebook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.IsDefault">
            <summary>
            Gets or sets is default.
            Indicates whether this is the user's default notebook. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.UserRole">
            <summary>
            Gets or sets user role.
            Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.IsShared">
            <summary>
            Gets or sets is shared.
            Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.SectionsUrl">
            <summary>
            Gets or sets sections url.
            The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.SectionGroupsUrl">
            <summary>
            Gets or sets section groups url.
            The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.Links">
            <summary>
            Gets or sets links.
            Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote Online.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.Sections">
            <summary>
            Gets or sets sections.
            The sections in the notebook. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Notebook.SectionGroups">
            <summary>
            Gets or sets section groups.
            The section groups in the notebook. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookCopyNotebookRequestBody">
            <summary>
            The type NotebookCopyNotebookRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookCopyNotebookRequestBody.GroupId">
            <summary>
            Gets or sets GroupId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookCopyNotebookRequestBody.RenameAs">
            <summary>
            Gets or sets RenameAs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookCopyNotebookRequestBody.NotebookFolder">
            <summary>
            Gets or sets NotebookFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookCopyNotebookRequestBody.SiteCollectionId">
            <summary>
            Gets or sets SiteCollectionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookCopyNotebookRequestBody.SiteId">
            <summary>
            Gets or sets SiteId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookLinks">
            <summary>
            The type NotebookLinks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookLinks.OneNoteClientUrl">
            <summary>
            Gets or sets oneNoteClientUrl.
            Opens the notebook in the OneNote native client if it's installed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookLinks.OneNoteWebUrl">
            <summary>
            Gets or sets oneNoteWebUrl.
            Opens the notebook in OneNote Online.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookLinks.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplate">
            <summary>
            The type Notification Message Template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplate.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            DateTime the object was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplate.DisplayName">
            <summary>
            Gets or sets display name.
            Display name for the Notification Message Template.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplate.DefaultLocale">
            <summary>
            Gets or sets default locale.
            The default locale to fallback onto when the requested locale is not available.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplate.BrandingOptions">
            <summary>
            Gets or sets branding options.
            The Message Template Branding Options. Branding is defined in the Intune Admin Console. Possible values are: none, includeCompanyLogo, includeCompanyName, includeContactInformation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplate.LocalizedNotificationMessages">
            <summary>
            Gets or sets localized notification messages.
            The list of localized messages for this Notification Message Template.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotificationTemplateBrandingOptions">
            <summary>
            The enum NotificationTemplateBrandingOptions.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.NotificationTemplateBrandingOptions.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.NotificationTemplateBrandingOptions.IncludeCompanyLogo">
            <summary>
            include Company Logo
            </summary>
        </member>
        <member name="F:Microsoft.Graph.NotificationTemplateBrandingOptions.IncludeCompanyName">
            <summary>
            include Company Name
            </summary>
        </member>
        <member name="F:Microsoft.Graph.NotificationTemplateBrandingOptions.IncludeContactInformation">
            <summary>
            include Contact Information
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NumberColumn">
            <summary>
            The type NumberColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NumberColumn.DecimalPlaces">
            <summary>
            Gets or sets decimalPlaces.
            How many decimal places to display. See below for information about the possible values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NumberColumn.DisplayAs">
            <summary>
            Gets or sets displayAs.
            How the value should be presented in the UX. Must be one of number or percentage. If unspecified, treated as number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NumberColumn.Maximum">
            <summary>
            Gets or sets maximum.
            The maximum permitted value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NumberColumn.Minimum">
            <summary>
            Gets or sets minimum.
            The minimum permitted value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NumberColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSetting">
            <summary>
            The type OmaSetting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSetting.DisplayName">
            <summary>
            Gets or sets displayName.
            Display Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSetting.Description">
            <summary>
            Gets or sets description.
            Description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSetting.OmaUri">
            <summary>
            Gets or sets omaUri.
            OMA.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSetting.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingBase64">
            <summary>
            The type OmaSettingBase64.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingBase64.FileName">
            <summary>
            Gets or sets fileName.
            File name associated with the Value property (.cer
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingBase64.Value">
            <summary>
            Gets or sets value.
            Value. (Base64 encoded string)
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingBoolean">
            <summary>
            The type OmaSettingBoolean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingBoolean.Value">
            <summary>
            Gets or sets value.
            Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingDateTime">
            <summary>
            The type OmaSettingDateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingDateTime.Value">
            <summary>
            Gets or sets value.
            Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingFloatingPoint">
            <summary>
            The type OmaSettingFloatingPoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingFloatingPoint.Value">
            <summary>
            Gets or sets value.
            Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingInteger">
            <summary>
            The type OmaSettingInteger.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingInteger.Value">
            <summary>
            Gets or sets value.
            Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingString">
            <summary>
            The type OmaSettingString.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingString.Value">
            <summary>
            Gets or sets value.
            Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OmaSettingStringXml">
            <summary>
            The type OmaSettingStringXml.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingStringXml.FileName">
            <summary>
            Gets or sets fileName.
            File name associated with the Value property (.xml).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OmaSettingStringXml.Value">
            <summary>
            Gets or sets value.
            Value. (UTF8 encoded byte array)
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Onenote">
            <summary>
            The type Onenote.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.Notebooks">
            <summary>
            Gets or sets notebooks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.Sections">
            <summary>
            Gets or sets sections.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.SectionGroups">
            <summary>
            Gets or sets section groups.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.Pages">
            <summary>
            Gets or sets pages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.Resources">
            <summary>
            Gets or sets resources.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Onenote.Operations">
            <summary>
            Gets or sets operations.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntityBaseModel">
            <summary>
            The type Onenote Entity Base Model.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModel.#ctor">
            <summary>
             The internal OnenoteEntityBaseModel constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteEntityBaseModel.Self">
            <summary>
            Gets or sets self.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntityHierarchyModel">
            <summary>
            The type Onenote Entity Hierarchy Model.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModel.#ctor">
            <summary>
             The internal OnenoteEntityHierarchyModel constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteEntityHierarchyModel.DisplayName">
            <summary>
            Gets or sets display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteEntityHierarchyModel.CreatedBy">
            <summary>
            Gets or sets created by.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteEntityHierarchyModel.LastModifiedBy">
            <summary>
            Gets or sets last modified by.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteEntityHierarchyModel.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntitySchemaObjectModel">
            <summary>
            The type Onenote Entity Schema Object Model.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModel.#ctor">
            <summary>
             The internal OnenoteEntitySchemaObjectModel constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteEntitySchemaObjectModel.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperation">
            <summary>
            The type Onenote Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperation.ResourceLocation">
            <summary>
            Gets or sets resource location.
            The resource URI for the object. For example, the resource URI for a copied page or section.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperation.ResourceId">
            <summary>
            Gets or sets resource id.
            The resource id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperation.Error">
            <summary>
            Gets or sets error.
            The error returned by the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperation.PercentComplete">
            <summary>
            Gets or sets percent complete.
            The operation percent complete if the operation is still in running status
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationError">
            <summary>
            The type OnenoteOperationError.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationError.Code">
            <summary>
            Gets or sets code.
            The error code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationError.Message">
            <summary>
            Gets or sets message.
            The error message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationError.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePage">
            <summary>
            The type Onenote Page.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.Title">
            <summary>
            Gets or sets title.
            The title of the page.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.CreatedByAppId">
            <summary>
            Gets or sets created by app id.
            The unique identifier of the application that created the page. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.Links">
            <summary>
            Gets or sets links.
            Links for opening the page. The oneNoteClientURL link opens the page in the OneNote native client if it 's installed. The oneNoteWebUrl link opens the page in OneNote Online. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.ContentUrl">
            <summary>
            Gets or sets content url.
            The URL for the page's HTML content. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.Content">
            <summary>
            Gets or sets content.
            The page's HTML content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.Level">
            <summary>
            Gets or sets level.
            The indentation level of the page. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.Order">
            <summary>
            Gets or sets order.
            The order of the page within its parent section. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.UserTags">
            <summary>
            Gets or sets user tags.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.ParentSection">
            <summary>
            Gets or sets parent section.
            The section that contains the page. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePage.ParentNotebook">
            <summary>
            Gets or sets parent notebook.
            The notebook that contains the page. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageCopyToSectionRequestBody">
            <summary>
            The type OnenotePageCopyToSectionRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageCopyToSectionRequestBody.Id">
            <summary>
            Gets or sets Id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageCopyToSectionRequestBody.GroupId">
            <summary>
            Gets or sets GroupId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageCopyToSectionRequestBody.SiteCollectionId">
            <summary>
            Gets or sets SiteCollectionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageCopyToSectionRequestBody.SiteId">
            <summary>
            Gets or sets SiteId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageOnenotePatchContentRequestBody">
            <summary>
            The type OnenotePageOnenotePatchContentRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageOnenotePatchContentRequestBody.Commands">
            <summary>
            Gets or sets Commands.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagePreview">
            <summary>
            The type OnenotePagePreview.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagePreview.PreviewText">
            <summary>
            Gets or sets previewText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagePreview.Links">
            <summary>
            Gets or sets links.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagePreview.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagePreviewLinks">
            <summary>
            The type OnenotePagePreviewLinks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagePreviewLinks.PreviewImageUrl">
            <summary>
            Gets or sets previewImageUrl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagePreviewLinks.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePatchActionType">
            <summary>
            The enum OnenotePatchActionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchActionType.Replace">
            <summary>
            Replace
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchActionType.Append">
            <summary>
            Append
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchActionType.Delete">
            <summary>
            Delete
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchActionType.Insert">
            <summary>
            Insert
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchActionType.Prepend">
            <summary>
            Prepend
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePatchContentCommand">
            <summary>
            The type OnenotePatchContentCommand.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePatchContentCommand.Action">
            <summary>
            Gets or sets action.
            The action to perform on the target element. Possible values are: replace, append, delete, insert, or prepend.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePatchContentCommand.Target">
            <summary>
            Gets or sets target.
            The element to update. Must be the #&amp;lt;data-id&amp;gt; or the generated &amp;lt;id&amp;gt; of the element, or the body or title keyword.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePatchContentCommand.Content">
            <summary>
            Gets or sets content.
            A string of well-formed HTML to add to the page, and any image or file binary data. If the content contains binary data, the request must be sent using the multipart/form-data content type with a "Commands" part.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePatchContentCommand.Position">
            <summary>
            Gets or sets position.
            The location to add the supplied content, relative to the target element. Possible values are: after (default) or before.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePatchContentCommand.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePatchInsertPosition">
            <summary>
            The enum OnenotePatchInsertPosition.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchInsertPosition.After">
            <summary>
            After
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenotePatchInsertPosition.Before">
            <summary>
            Before
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResource">
            <summary>
            The type Onenote Resource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResource.Content">
            <summary>
            Gets or sets content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResource.ContentUrl">
            <summary>
            Gets or sets content url.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSection">
            <summary>
            The type Onenote Section.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSection.IsDefault">
            <summary>
            Gets or sets is default.
            Indicates whether this is the user's default section. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSection.Links">
            <summary>
            Gets or sets links.
            Links for opening the section. The oneNoteClientURL link opens the section in the OneNote native client if it's installed. The oneNoteWebURL link opens the section in OneNote Online.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSection.PagesUrl">
            <summary>
            Gets or sets pages url.
            The pages endpoint where you can get details for all the pages in the section. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSection.ParentNotebook">
            <summary>
            Gets or sets parent notebook.
            The notebook that contains the section. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSection.ParentSectionGroup">
            <summary>
            Gets or sets parent section group.
            The section group that contains the section. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSection.Pages">
            <summary>
            Gets or sets pages.
            The collection of pages in the section. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBody">
            <summary>
            The type OnenoteSectionCopyToNotebookRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBody.Id">
            <summary>
            Gets or sets Id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBody.GroupId">
            <summary>
            Gets or sets GroupId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBody.RenameAs">
            <summary>
            Gets or sets RenameAs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBody.SiteCollectionId">
            <summary>
            Gets or sets SiteCollectionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBody.SiteId">
            <summary>
            Gets or sets SiteId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBody">
            <summary>
            The type OnenoteSectionCopyToSectionGroupRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBody.Id">
            <summary>
            Gets or sets Id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBody.GroupId">
            <summary>
            Gets or sets GroupId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBody.RenameAs">
            <summary>
            Gets or sets RenameAs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBody.SiteCollectionId">
            <summary>
            Gets or sets SiteCollectionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBody.SiteId">
            <summary>
            Gets or sets SiteId.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSourceService">
            <summary>
            The enum OnenoteSourceService.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteSourceService.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteSourceService.OneDrive">
            <summary>
            One Drive
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteSourceService.OneDriveForBusiness">
            <summary>
            One Drive For Business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteSourceService.OnPremOneDriveForBusiness">
            <summary>
            On Prem One Drive For Business
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteUserRole">
            <summary>
            The enum OnenoteUserRole.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteUserRole.Owner">
            <summary>
            Owner
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteUserRole.Contributor">
            <summary>
            Contributor
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteUserRole.Reader">
            <summary>
            Reader
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OnenoteUserRole.None">
            <summary>
            None
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnPremisesConditionalAccessSettings">
            <summary>
            The type On Premises Conditional Access Settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesConditionalAccessSettings.Enabled">
            <summary>
            Gets or sets enabled.
            Indicates if on premises conditional access is enabled for this organization
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesConditionalAccessSettings.IncludedGroups">
            <summary>
            Gets or sets included groups.
            User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesConditionalAccessSettings.ExcludedGroups">
            <summary>
            Gets or sets excluded groups.
            User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnPremisesConditionalAccessSettings.OverrideDefaultRule">
            <summary>
            Gets or sets override default rule.
            Override the default access rule when allowing a device to ensure access is granted.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OpenTypeExtension">
            <summary>
            The type Open Type Extension.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OpenTypeExtension.ExtensionName">
            <summary>
            Gets or sets extension name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Operation">
            <summary>
            The type Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Operation.Status">
            <summary>
            Gets or sets status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Operation.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Operation.LastActionDateTime">
            <summary>
            Gets or sets last action date time.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OperationStatus">
            <summary>
            The enum OperationStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OperationStatus.NotStarted">
            <summary>
            Not Started
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OperationStatus.Running">
            <summary>
            Running
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OperationStatus.Completed">
            <summary>
            Completed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.OperationStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Organization">
            <summary>
            The type Organization.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.AssignedPlans">
            <summary>
            Gets or sets assigned plans.
            The collection of service plans associated with the tenant. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.BusinessPhones">
            <summary>
            Gets or sets business phones.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.City">
            <summary>
            Gets or sets city.
            City name of the address for the organization
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.Country">
            <summary>
            Gets or sets country.
            Country/region name of the address for the organization
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.CountryLetterCode">
            <summary>
            Gets or sets country letter code.
            Country/region abbreviation for the organization
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.DisplayName">
            <summary>
            Gets or sets display name.
            The display name for the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.MarketingNotificationEmails">
            <summary>
            Gets or sets marketing notification emails.
            Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.OnPremisesLastSyncDateTime">
            <summary>
            Gets or sets on premises last sync date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.OnPremisesSyncEnabled">
            <summary>
            Gets or sets on premises sync enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.PostalCode">
            <summary>
            Gets or sets postal code.
            Postal code of the address for the organization
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.PreferredLanguage">
            <summary>
            Gets or sets preferred language.
            The preferred language for the organization. Should follow ISO 639-1 Code; for example "en".
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.ProvisionedPlans">
            <summary>
            Gets or sets provisioned plans.
            Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.SecurityComplianceNotificationMails">
            <summary>
            Gets or sets security compliance notification mails.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.SecurityComplianceNotificationPhones">
            <summary>
            Gets or sets security compliance notification phones.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.State">
            <summary>
            Gets or sets state.
            State name of the address for the organization
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.Street">
            <summary>
            Gets or sets street.
            Street name of the address for organization
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.TechnicalNotificationMails">
            <summary>
            Gets or sets technical notification mails.
            Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.VerifiedDomains">
            <summary>
            Gets or sets verified domains.
            The collection of domains associated with this tenant. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.MobileDeviceManagementAuthority">
            <summary>
            Gets or sets mobile device management authority.
            Mobile device management authority. Possible values are: unknown, intune, sccm, office365.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Organization.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the organization. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookCategory">
            <summary>
            The type Outlook Category.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookCategory.DisplayName">
            <summary>
            Gets or sets display name.
            A unique name that identifies a category in the user's mailbox. After a category is created, the name cannot be changed. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookCategory.Color">
            <summary>
            Gets or sets color.
            A pre-set color constant that characterizes a category, and that is mapped to one of 25 predefined colors. See the note below.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookGeoCoordinates">
            <summary>
            The type OutlookGeoCoordinates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookGeoCoordinates.Altitude">
            <summary>
            Gets or sets altitude.
            The altitude of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookGeoCoordinates.Latitude">
            <summary>
            Gets or sets latitude.
            The latitude of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookGeoCoordinates.Longitude">
            <summary>
            Gets or sets longitude.
            The longitude of the location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookGeoCoordinates.Accuracy">
            <summary>
            Gets or sets accuracy.
            The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookGeoCoordinates.AltitudeAccuracy">
            <summary>
            Gets or sets altitudeAccuracy.
            The accuracy of the altitude.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookGeoCoordinates.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookItem">
            <summary>
            The type Outlook Item.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookItem.#ctor">
            <summary>
             The internal OutlookItem constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookItem.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookItem.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookItem.ChangeKey">
            <summary>
            Gets or sets change key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookItem.Categories">
            <summary>
            Gets or sets categories.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUser">
            <summary>
            The type Outlook User.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUser.MasterCategories">
            <summary>
            Gets or sets master categories.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Package">
            <summary>
            The type Package.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Package.Type">
            <summary>
            Gets or sets type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Package.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PageLinks">
            <summary>
            The type PageLinks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PageLinks.OneNoteClientUrl">
            <summary>
            Gets or sets oneNoteClientUrl.
            Opens the page in the OneNote native client if it's installed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PageLinks.OneNoteWebUrl">
            <summary>
            Gets or sets oneNoteWebUrl.
            Opens the page in OneNote Online.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PageLinks.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PasswordProfile">
            <summary>
            The type PasswordProfile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordProfile.Password">
            <summary>
            Gets or sets password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordProfile.ForceChangePasswordNextSignIn">
            <summary>
            Gets or sets forceChangePasswordNextSignIn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PasswordProfile.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PatternedRecurrence">
            <summary>
            The type PatternedRecurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PatternedRecurrence.Pattern">
            <summary>
            Gets or sets pattern.
            The frequency of an event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PatternedRecurrence.Range">
            <summary>
            Gets or sets range.
            The duration of an event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PatternedRecurrence.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Permission">
            <summary>
            The type Permission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.GrantedTo">
            <summary>
            Gets or sets granted to.
            For user type permissions, the details of the users &amp; applications for this permission. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.InheritedFrom">
            <summary>
            Gets or sets inherited from.
            Provides a reference to the ancestor of the current permission, if it is inherited from an ancestor. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.Invitation">
            <summary>
            Gets or sets invitation.
            Details of any associated sharing invitation for this permission. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.Link">
            <summary>
            Gets or sets link.
            Provides the link details of the current permission, if it is a link type permissions. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.Roles">
            <summary>
            Gets or sets roles.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Permission.ShareId">
            <summary>
            Gets or sets share id.
            A unique token that can be used to access this shared item via the **shares** API. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Person">
            <summary>
            The type Person.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.DisplayName">
            <summary>
            Gets or sets display name.
            The person's display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.GivenName">
            <summary>
            Gets or sets given name.
            The person's given name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.Surname">
            <summary>
            Gets or sets surname.
            The person's surname.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.Birthday">
            <summary>
            Gets or sets birthday.
            The person's birthday.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.PersonNotes">
            <summary>
            Gets or sets person notes.
            Free-form notes that the user has taken about this person.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.IsFavorite">
            <summary>
            Gets or sets is favorite.
            true if the user has flagged this person as a favorite.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.ScoredEmailAddresses">
            <summary>
            Gets or sets scored email addresses.
            The person's email addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.Phones">
            <summary>
            Gets or sets phones.
            The person's phone numbers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.PostalAddresses">
            <summary>
            Gets or sets postal addresses.
            The person's addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.Websites">
            <summary>
            Gets or sets websites.
            The person's websites.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.JobTitle">
            <summary>
            Gets or sets job title.
            The person's job title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.CompanyName">
            <summary>
            Gets or sets company name.
            The name of the person's company.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.YomiCompany">
            <summary>
            Gets or sets yomi company.
            The phonetic Japanese name of the person's company.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.Department">
            <summary>
            Gets or sets department.
            The person's department.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.OfficeLocation">
            <summary>
            Gets or sets office location.
            The location of the person's office.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.Profession">
            <summary>
            Gets or sets profession.
            The person's profession.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.PersonType">
            <summary>
            Gets or sets person type.
            The type of person.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard RFC 822. By convention, this should map to the person's email name. The general format is alias@domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Person.ImAddress">
            <summary>
            Gets or sets im address.
            The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PersonOrGroupColumn">
            <summary>
            The type PersonOrGroupColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonOrGroupColumn.AllowMultipleSelection">
            <summary>
            Gets or sets allowMultipleSelection.
            Indicates whether multiple values can be selected from the source.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonOrGroupColumn.ChooseFromType">
            <summary>
            Gets or sets chooseFromType.
            Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonOrGroupColumn.DisplayAs">
            <summary>
            Gets or sets displayAs.
            How to display the information about the person or group chosen. See below.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonOrGroupColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PersonType">
            <summary>
            The type PersonType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonType.Class">
            <summary>
            Gets or sets class.
            The type of data source, such as Person.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonType.Subclass">
            <summary>
            Gets or sets subclass.
            The secondary type of data source, such as OrganizationUser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PersonType.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Phone">
            <summary>
            The type Phone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Phone.Type">
            <summary>
            Gets or sets type.
            The type of phone number. Possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Phone.Number">
            <summary>
            Gets or sets number.
            The phone number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Phone.Region">
            <summary>
            Gets or sets region.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Phone.Language">
            <summary>
            Gets or sets language.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Phone.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PhoneType">
            <summary>
            The enum PhoneType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Home">
            <summary>
            home
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Business">
            <summary>
            business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Mobile">
            <summary>
            mobile
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Other">
            <summary>
            other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Assistant">
            <summary>
            assistant
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.HomeFax">
            <summary>
            home Fax
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.BusinessFax">
            <summary>
            business Fax
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.OtherFax">
            <summary>
            other Fax
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Pager">
            <summary>
            pager
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PhoneType.Radio">
            <summary>
            radio
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Photo">
            <summary>
            The type Photo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.CameraMake">
            <summary>
            Gets or sets cameraMake.
            Camera manufacturer. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.CameraModel">
            <summary>
            Gets or sets cameraModel.
            Camera model. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.ExposureDenominator">
            <summary>
            Gets or sets exposureDenominator.
            The denominator for the exposure time fraction from the camera. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.ExposureNumerator">
            <summary>
            Gets or sets exposureNumerator.
            The numerator for the exposure time fraction from the camera. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.FNumber">
            <summary>
            Gets or sets fNumber.
            The F-stop value from the camera. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.FocalLength">
            <summary>
            Gets or sets focalLength.
            The focal length from the camera. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.Iso">
            <summary>
            Gets or sets iso.
            The ISO value from the camera. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.TakenDateTime">
            <summary>
            Gets or sets takenDateTime.
            Represents the date and time the photo was taken. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Photo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PhysicalAddress">
            <summary>
            The type PhysicalAddress.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalAddress.Street">
            <summary>
            Gets or sets street.
            The street.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalAddress.City">
            <summary>
            Gets or sets city.
            The city.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalAddress.State">
            <summary>
            Gets or sets state.
            The state.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalAddress.CountryOrRegion">
            <summary>
            Gets or sets countryOrRegion.
            The country or region. It's a free-format string value, for example, "United States".
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalAddress.PostalCode">
            <summary>
            Gets or sets postalCode.
            The postal code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PhysicalAddress.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Planner">
            <summary>
            The type Planner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Planner.Tasks">
            <summary>
            Gets or sets tasks.
            Read-only. Nullable. Returns a collection of the specified tasks
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Planner.Plans">
            <summary>
            Gets or sets plans.
            Read-only. Nullable. Returns a collection of the specified plans
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Planner.Buckets">
            <summary>
            Gets or sets buckets.
            Read-only. Nullable. Returns a collection of the specified buckets
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucket">
            <summary>
            The type Planner Bucket.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucket.Name">
            <summary>
            Gets or sets name.
            Name of the bucket.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucket.PlanId">
            <summary>
            Gets or sets plan id.
            Plan ID to which the bucket belongs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucket.OrderHint">
            <summary>
            Gets or sets order hint.
            Hint used to order items of this type in a list view. The format is defined as outlined here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucket.Tasks">
            <summary>
            Gets or sets tasks.
            Read-only. Nullable. The collection of tasks in the bucket.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTaskBoardTaskFormat">
            <summary>
            The type Planner Bucket Task Board Task Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketTaskBoardTaskFormat.OrderHint">
            <summary>
            Gets or sets order hint.
            Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerCategoryDescriptions">
            <summary>
            The type PlannerCategoryDescriptions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category1">
            <summary>
            Gets or sets category1.
            The label associated with Category 1
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category2">
            <summary>
            Gets or sets category2.
            The label associated with Category 2
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category3">
            <summary>
            Gets or sets category3.
            The label associated with Category 3
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category4">
            <summary>
            Gets or sets category4.
            The label associated with Category 4
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category5">
            <summary>
            Gets or sets category5.
            The label associated with Category 5
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.Category6">
            <summary>
            Gets or sets category6.
            The label associated with Category 6
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerCategoryDescriptions.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroup">
            <summary>
            The type Planner Group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroup.Plans">
            <summary>
            Gets or sets plans.
            Read-only. Nullable. Returns the plannerPlans owned by the group.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlan">
            <summary>
            The type Planner Plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.CreatedBy">
            <summary>
            Gets or sets created by.
            Read-only. The user who created the plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.Owner">
            <summary>
            Gets or sets owner.
            ID of the Group that owns the plan. A valid group must exist before this field can be set. Once set, this can only be updated by the owner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.Title">
            <summary>
            Gets or sets title.
            Required. Title of the plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.Tasks">
            <summary>
            Gets or sets tasks.
            Read-only. Nullable. Collection of tasks in the plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.Buckets">
            <summary>
            Gets or sets buckets.
            Read-only. Nullable. Collection of buckets in the plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlan.Details">
            <summary>
            Gets or sets details.
            Read-only. Nullable. Additional details about the plan.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanDetails">
            <summary>
            The type Planner Plan Details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanDetails.SharedWith">
            <summary>
            Gets or sets shared with.
            Set of user ids that this plan is shared with. If you are leveraging Office 365 Groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection though it is not required for them to access the plan owned by the group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanDetails.CategoryDescriptions">
            <summary>
            Gets or sets category descriptions.
            An object that specifies the descriptions of the six categories that can be associated with tasks in the plan
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPreviewType">
            <summary>
            The enum PlannerPreviewType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerPreviewType.Automatic">
            <summary>
            automatic
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerPreviewType.NoPreview">
            <summary>
            no Preview
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerPreviewType.Checklist">
            <summary>
            checklist
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerPreviewType.Description">
            <summary>
            description
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PlannerPreviewType.Reference">
            <summary>
            reference
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerProgressTaskBoardTaskFormat">
            <summary>
            The type Planner Progress Task Board Task Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerProgressTaskBoardTaskFormat.OrderHint">
            <summary>
            Gets or sets order hint.
            Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerTask">
            <summary>
            The type Planner Task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.CreatedBy">
            <summary>
            Gets or sets created by.
            Identity of the user that created the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.PlanId">
            <summary>
            Gets or sets plan id.
            Plan ID to which the task belongs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.BucketId">
            <summary>
            Gets or sets bucket id.
            Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case sensitive. Format validation is done on the service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.Title">
            <summary>
            Gets or sets title.
            Title of the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.OrderHint">
            <summary>
            Gets or sets order hint.
            Hint used to order items of this type in a list view. The format is defined as outlined here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.AssigneePriority">
            <summary>
            Gets or sets assignee priority.
            Hint used to order items of this type in a list view. The format is defined as outlined here.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.PercentComplete">
            <summary>
            Gets or sets percent complete.
            Percentage of task completion. When set to 100, the task is considered completed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.StartDateTime">
            <summary>
            Gets or sets start date time.
            Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.DueDateTime">
            <summary>
            Gets or sets due date time.
            Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.HasDescription">
            <summary>
            Gets or sets has description.
            Read-only. Value is true if the details object of the task has a non-empty description and false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.PreviewType">
            <summary>
            Gets or sets preview type.
            This sets the type of preview that shows up on the task. Possible values are: automatic, noPreview, checklist, description, reference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.CompletedDateTime">
            <summary>
            Gets or sets completed date time.
            Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.CompletedBy">
            <summary>
            Gets or sets completed by.
            Identity of the user that completed the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.ReferenceCount">
            <summary>
            Gets or sets reference count.
            Number of external references that exist on the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.ChecklistItemCount">
            <summary>
            Gets or sets checklist item count.
            Number of checklist items that are present on the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.ActiveChecklistItemCount">
            <summary>
            Gets or sets active checklist item count.
            Number of checklist items with value set to 'false', representing incomplete items.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.AppliedCategories">
            <summary>
            Gets or sets applied categories.
            The categories to which the task has been applied. See applied Categories for possible values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.Assignments">
            <summary>
            Gets or sets assignments.
            The set of assignees the task is assigned to.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.ConversationThreadId">
            <summary>
            Gets or sets conversation thread id.
            Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.Details">
            <summary>
            Gets or sets details.
            Read-only. Nullable. Additional details about the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.AssignedToTaskBoardFormat">
            <summary>
            Gets or sets assigned to task board format.
            Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.ProgressTaskBoardFormat">
            <summary>
            Gets or sets progress task board format.
            Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTask.BucketTaskBoardFormat">
            <summary>
            Gets or sets bucket task board format.
            Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerTaskDetails">
            <summary>
            The type Planner Task Details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskDetails.Description">
            <summary>
            Gets or sets description.
            Description of the task
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskDetails.PreviewType">
            <summary>
            Gets or sets preview type.
            This sets the type of preview that shows up on the task. Possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskDetails.References">
            <summary>
            Gets or sets references.
            The collection of references on the task.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskDetails.Checklist">
            <summary>
            Gets or sets checklist.
            The collection of checklist items on the task.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerUser">
            <summary>
            The type Planner User.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUser.Tasks">
            <summary>
            Gets or sets tasks.
            Read-only. Nullable. Returns the plannerPlans shared with the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUser.Plans">
            <summary>
            Gets or sets plans.
            Read-only. Nullable. Returns the plannerTasks assigned to the user.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PolicyPlatformType">
            <summary>
            The enum PolicyPlatformType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.Android">
            <summary>
            android
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.IOS">
            <summary>
            i OS
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.MacOS">
            <summary>
            mac OS
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.WindowsPhone81">
            <summary>
            windows Phone81
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.Windows81AndLater">
            <summary>
            windows81And Later
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.Windows10AndLater">
            <summary>
            windows10And Later
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.AndroidWorkProfile">
            <summary>
            android Work Profile
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PolicyPlatformType.All">
            <summary>
            all
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Post">
            <summary>
            The type Post.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.Body">
            <summary>
            Gets or sets body.
            The contents of the post. This is a default property. This property can be null.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.ReceivedDateTime">
            <summary>
            Gets or sets received date time.
            Specifies when the post was received. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.HasAttachments">
            <summary>
            Gets or sets has attachments.
            Indicates whether the post has at least one attachment. This is a default property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.From">
            <summary>
            Gets or sets from.
            Used in delegate access scenarios. Indicates who posted the message on behalf of another user. This is a default property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.Sender">
            <summary>
            Gets or sets sender.
            Contains the address of the sender. The value of Sender is assumed to be the address of the authenticated user in the case when Sender is not specified. This is a default property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.ConversationThreadId">
            <summary>
            Gets or sets conversation thread id.
            Unique ID of the conversation thread. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.NewParticipants">
            <summary>
            Gets or sets new participants.
            Conversation participants that were added to the thread as part of this post.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.ConversationId">
            <summary>
            Gets or sets conversation id.
            Unique ID of the conversation. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the post. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.InReplyTo">
            <summary>
            Gets or sets in reply to.
            Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.Attachments">
            <summary>
            Gets or sets attachments.
            Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.SingleValueExtendedProperties">
            <summary>
            Gets or sets single value extended properties.
            The collection of single-value extended properties defined for the post. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Post.MultiValueExtendedProperties">
            <summary>
            Gets or sets multi value extended properties.
            The collection of multi-value extended properties defined for the post. Read-only. Nullable.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostForwardRequestBody">
            <summary>
            The type PostForwardRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostForwardRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostForwardRequestBody.ToRecipients">
            <summary>
            Gets or sets ToRecipients.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostReplyRequestBody">
            <summary>
            The type PostReplyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostReplyRequestBody.Post">
            <summary>
            Gets or sets Post.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PrereleaseFeatures">
            <summary>
            The enum PrereleaseFeatures.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrereleaseFeatures.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrereleaseFeatures.SettingsOnly">
            <summary>
            settings Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrereleaseFeatures.SettingsAndExperimentations">
            <summary>
            settings And Experimentations
            </summary>
        </member>
        <member name="F:Microsoft.Graph.PrereleaseFeatures.NotAllowed">
            <summary>
            not Allowed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProfilePhoto">
            <summary>
            The type Profile Photo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProfilePhoto.Height">
            <summary>
            Gets or sets height.
            The height of the photo. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProfilePhoto.Width">
            <summary>
            Gets or sets width.
            The width of the photo. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProvisionedPlan">
            <summary>
            The type ProvisionedPlan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionedPlan.CapabilityStatus">
            <summary>
            Gets or sets capabilityStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionedPlan.ProvisioningStatus">
            <summary>
            Gets or sets provisioningStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionedPlan.Service">
            <summary>
            Gets or sets service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProvisionedPlan.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProxiedDomain">
            <summary>
            The type ProxiedDomain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProxiedDomain.IpAddressOrFQDN">
            <summary>
            Gets or sets ipAddressOrFQDN.
            The IP address or FQDN
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProxiedDomain.Proxy">
            <summary>
            Gets or sets proxy.
            Proxy IP
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ProxiedDomain.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PublicationFacet">
            <summary>
            The type PublicationFacet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicationFacet.Level">
            <summary>
            Gets or sets level.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicationFacet.VersionId">
            <summary>
            Gets or sets versionId.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PublicationFacet.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Quota">
            <summary>
            The type Quota.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.Deleted">
            <summary>
            Gets or sets deleted.
            Total space consumed by files in the recycle bin, in bytes. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.Remaining">
            <summary>
            Gets or sets remaining.
            Total space remaining before reaching the quota limit, in bytes. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.State">
            <summary>
            Gets or sets state.
            Enumeration value that indicates the state of the storage space. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.Total">
            <summary>
            Gets or sets total.
            Total allowed storage space, in bytes. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.Used">
            <summary>
            Gets or sets used.
            Total space used, in bytes. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Quota.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingAppsType">
            <summary>
            The enum RatingAppsType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAppsType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAppsType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAppsType.AgesAbove4">
            <summary>
            ages Above4
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAppsType.AgesAbove9">
            <summary>
            ages Above9
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAppsType.AgesAbove12">
            <summary>
            ages Above12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAppsType.AgesAbove17">
            <summary>
            ages Above17
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingAustraliaMoviesType">
            <summary>
            The enum RatingAustraliaMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.ParentalGuidance">
            <summary>
            parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.Mature">
            <summary>
            mature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.AgesAbove15">
            <summary>
            ages Above15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaMoviesType.AgesAbove18">
            <summary>
            ages Above18
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingAustraliaTelevisionType">
            <summary>
            The enum RatingAustraliaTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.Preschoolers">
            <summary>
            preschoolers
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.Children">
            <summary>
            children
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.ParentalGuidance">
            <summary>
            parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.Mature">
            <summary>
            mature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.AgesAbove15">
            <summary>
            ages Above15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingAustraliaTelevisionType.AgesAbove15AdultViolence">
            <summary>
            ages Above15Adult Violence
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingCanadaMoviesType">
            <summary>
            The enum RatingCanadaMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.ParentalGuidance">
            <summary>
            parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.AgesAbove14">
            <summary>
            ages Above14
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.AgesAbove18">
            <summary>
            ages Above18
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaMoviesType.Restricted">
            <summary>
            restricted
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingCanadaTelevisionType">
            <summary>
            The enum RatingCanadaTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.Children">
            <summary>
            children
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.ChildrenAbove8">
            <summary>
            children Above8
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.ParentalGuidance">
            <summary>
            parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.AgesAbove14">
            <summary>
            ages Above14
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingCanadaTelevisionType.AgesAbove18">
            <summary>
            ages Above18
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingFranceMoviesType">
            <summary>
            The enum RatingFranceMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceMoviesType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceMoviesType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceMoviesType.AgesAbove10">
            <summary>
            ages Above10
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceMoviesType.AgesAbove12">
            <summary>
            ages Above12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceMoviesType.AgesAbove16">
            <summary>
            ages Above16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceMoviesType.AgesAbove18">
            <summary>
            ages Above18
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingFranceTelevisionType">
            <summary>
            The enum RatingFranceTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceTelevisionType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceTelevisionType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceTelevisionType.AgesAbove10">
            <summary>
            ages Above10
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceTelevisionType.AgesAbove12">
            <summary>
            ages Above12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceTelevisionType.AgesAbove16">
            <summary>
            ages Above16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingFranceTelevisionType.AgesAbove18">
            <summary>
            ages Above18
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingGermanyMoviesType">
            <summary>
            The enum RatingGermanyMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.AgesAbove6">
            <summary>
            ages Above6
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.AgesAbove12">
            <summary>
            ages Above12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.AgesAbove16">
            <summary>
            ages Above16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyMoviesType.Adults">
            <summary>
            adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingGermanyTelevisionType">
            <summary>
            The enum RatingGermanyTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.AgesAbove6">
            <summary>
            ages Above6
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.AgesAbove12">
            <summary>
            ages Above12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.AgesAbove16">
            <summary>
            ages Above16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingGermanyTelevisionType.Adults">
            <summary>
            adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingIrelandMoviesType">
            <summary>
            The enum RatingIrelandMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.ParentalGuidance">
            <summary>
            parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.AgesAbove12">
            <summary>
            ages Above12
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.AgesAbove15">
            <summary>
            ages Above15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.AgesAbove16">
            <summary>
            ages Above16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandMoviesType.Adults">
            <summary>
            adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingIrelandTelevisionType">
            <summary>
            The enum RatingIrelandTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.Children">
            <summary>
            children
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.YoungAdults">
            <summary>
            young Adults
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.ParentalSupervision">
            <summary>
            parental Supervision
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingIrelandTelevisionType.Mature">
            <summary>
            mature
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingJapanMoviesType">
            <summary>
            The enum RatingJapanMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanMoviesType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanMoviesType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanMoviesType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanMoviesType.ParentalGuidance">
            <summary>
            parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanMoviesType.AgesAbove15">
            <summary>
            ages Above15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanMoviesType.AgesAbove18">
            <summary>
            ages Above18
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingJapanTelevisionType">
            <summary>
            The enum RatingJapanTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanTelevisionType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanTelevisionType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingJapanTelevisionType.ExplicitAllowed">
            <summary>
            explicit Allowed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingNewZealandMoviesType">
            <summary>
            The enum RatingNewZealandMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.ParentalGuidance">
            <summary>
            parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.Mature">
            <summary>
            mature
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AgesAbove13">
            <summary>
            ages Above13
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AgesAbove15">
            <summary>
            ages Above15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AgesAbove16">
            <summary>
            ages Above16
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AgesAbove18">
            <summary>
            ages Above18
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.Restricted">
            <summary>
            restricted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandMoviesType.AgesAbove16Restricted">
            <summary>
            ages Above16Restricted
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingNewZealandTelevisionType">
            <summary>
            The enum RatingNewZealandTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandTelevisionType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandTelevisionType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandTelevisionType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandTelevisionType.ParentalGuidance">
            <summary>
            parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingNewZealandTelevisionType.Adults">
            <summary>
            adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingUnitedKingdomMoviesType">
            <summary>
            The enum RatingUnitedKingdomMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.UniversalChildren">
            <summary>
            universal Children
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.ParentalGuidance">
            <summary>
            parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.AgesAbove12Video">
            <summary>
            ages Above12Video
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.AgesAbove12Cinema">
            <summary>
            ages Above12Cinema
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.AgesAbove15">
            <summary>
            ages Above15
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomMoviesType.Adults">
            <summary>
            adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingUnitedKingdomTelevisionType">
            <summary>
            The enum RatingUnitedKingdomTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomTelevisionType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomTelevisionType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedKingdomTelevisionType.Caution">
            <summary>
            caution
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingUnitedStatesMoviesType">
            <summary>
            The enum RatingUnitedStatesMoviesType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.ParentalGuidance">
            <summary>
            parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.ParentalGuidance13">
            <summary>
            parental Guidance13
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.Restricted">
            <summary>
            restricted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesMoviesType.Adults">
            <summary>
            adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RatingUnitedStatesTelevisionType">
            <summary>
            The enum RatingUnitedStatesTelevisionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.AllAllowed">
            <summary>
            all Allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.AllBlocked">
            <summary>
            all Blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.ChildrenAll">
            <summary>
            children All
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.ChildrenAbove7">
            <summary>
            children Above7
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.General">
            <summary>
            general
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.ParentalGuidance">
            <summary>
            parental Guidance
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.ChildrenAbove14">
            <summary>
            children Above14
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RatingUnitedStatesTelevisionType.Adults">
            <summary>
            adults
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecentNotebook">
            <summary>
            The type RecentNotebook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebook.DisplayName">
            <summary>
            Gets or sets displayName.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebook.LastAccessedTime">
            <summary>
            Gets or sets lastAccessedTime.
            The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebook.Links">
            <summary>
            Gets or sets links.
            Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote client, if it's installed. The oneNoteWebURL link opens the notebook in OneNote Online.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebook.SourceService">
            <summary>
            Gets or sets sourceService.
            The backend store where the Notebook resides, either OneDriveForBusiness or OneDrive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebook.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecentNotebookLinks">
            <summary>
            The type RecentNotebookLinks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebookLinks.OneNoteClientUrl">
            <summary>
            Gets or sets oneNoteClientUrl.
            Opens the notebook in the OneNote native client if it's installed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebookLinks.OneNoteWebUrl">
            <summary>
            Gets or sets oneNoteWebUrl.
            Opens the notebook in OneNote Online.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecentNotebookLinks.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Recipient">
            <summary>
            The type Recipient.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Recipient.EmailAddress">
            <summary>
            Gets or sets emailAddress.
            The recipient's email address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Recipient.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecurrencePattern">
            <summary>
            The type RecurrencePattern.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.Type">
            <summary>
            Gets or sets type.
            The recurrence pattern type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.Interval">
            <summary>
            Gets or sets interval.
            The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.Month">
            <summary>
            Gets or sets month.
            The month in which the event occurs. This is a number from 1 to 12.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.DayOfMonth">
            <summary>
            Gets or sets dayOfMonth.
            The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.DaysOfWeek">
            <summary>
            Gets or sets daysOfWeek.
            A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.FirstDayOfWeek">
            <summary>
            Gets or sets firstDayOfWeek.
            The first day of the week. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. Default is sunday. Required if type is weekly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.Index">
            <summary>
            Gets or sets index.
            Specifies on which instance of the allowed days specified in daysOfsWeek the event occurs, counted from the first instance in the month. Possible values are: first, second, third, fourth, last. Default is first. Optional and used if type is relativeMonthly or relativeYearly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrencePattern.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecurrencePatternType">
            <summary>
            The enum RecurrencePatternType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrencePatternType.Daily">
            <summary>
            daily
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrencePatternType.Weekly">
            <summary>
            weekly
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrencePatternType.AbsoluteMonthly">
            <summary>
            absolute Monthly
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrencePatternType.RelativeMonthly">
            <summary>
            relative Monthly
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrencePatternType.AbsoluteYearly">
            <summary>
            absolute Yearly
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrencePatternType.RelativeYearly">
            <summary>
            relative Yearly
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecurrenceRange">
            <summary>
            The type RecurrenceRange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrenceRange.Type">
            <summary>
            Gets or sets type.
            The recurrence range. Possible values are: endDate, noEnd, numbered. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrenceRange.StartDate">
            <summary>
            Gets or sets startDate.
            The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrenceRange.EndDate">
            <summary>
            Gets or sets endDate.
            The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrenceRange.RecurrenceTimeZone">
            <summary>
            Gets or sets recurrenceTimeZone.
            Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrenceRange.NumberOfOccurrences">
            <summary>
            Gets or sets numberOfOccurrences.
            The number of times to repeat the event. Required and must be positive if type is numbered.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RecurrenceRange.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RecurrenceRangeType">
            <summary>
            The enum RecurrenceRangeType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrenceRangeType.EndDate">
            <summary>
            end Date
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrenceRangeType.NoEnd">
            <summary>
            no End
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RecurrenceRangeType.Numbered">
            <summary>
            numbered
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReferenceAttachment">
            <summary>
            The type Reference Attachment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Reminder">
            <summary>
            The type Reminder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.EventId">
            <summary>
            Gets or sets eventId.
            The unique ID of the event. Read only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.EventStartTime">
            <summary>
            Gets or sets eventStartTime.
            The date, time, and time zone that the event starts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.EventEndTime">
            <summary>
            Gets or sets eventEndTime.
            The date, time and time zone that the event ends.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.ChangeKey">
            <summary>
            Gets or sets changeKey.
            Identifies the version of the reminder. Every time the reminder is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.EventSubject">
            <summary>
            Gets or sets eventSubject.
            The text of the event's subject line.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.EventLocation">
            <summary>
            Gets or sets eventLocation.
            The location of the event.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.EventWebLink">
            <summary>
            Gets or sets eventWebLink.
            The URL to open the event in Outlook on the web.The event will open in the browser if you are logged in to your mailbox via Outlook on the web. You will be prompted to login if you are not already logged in with the browser.This URL can be accessed from within an iFrame.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.ReminderFireTime">
            <summary>
            Gets or sets reminderFireTime.
            The date, time, and time zone that the reminder is set to occur.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Reminder.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistanceOnboardingStatus">
            <summary>
            The enum RemoteAssistanceOnboardingStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RemoteAssistanceOnboardingStatus.NotOnboarded">
            <summary>
            not Onboarded
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RemoteAssistanceOnboardingStatus.Onboarding">
            <summary>
            onboarding
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RemoteAssistanceOnboardingStatus.Onboarded">
            <summary>
            onboarded
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartner">
            <summary>
            The type Remote Assistance Partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteAssistancePartner.DisplayName">
            <summary>
            Gets or sets display name.
            Display name of the partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteAssistancePartner.OnboardingUrl">
            <summary>
            Gets or sets onboarding url.
            URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteAssistancePartner.OnboardingStatus">
            <summary>
            Gets or sets onboarding status.
            TBD Possible values are: notOnboarded, onboarding, onboarded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteAssistancePartner.LastConnectionDateTime">
            <summary>
            Gets or sets last connection date time.
            Timestamp of the last request sent to Intune by the TEM partner.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RemoteItem">
            <summary>
            The type RemoteItem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.CreatedBy">
            <summary>
            Gets or sets createdBy.
            Identity of the user, device, and application which created the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.CreatedDateTime">
            <summary>
            Gets or sets createdDateTime.
            Date and time of item creation. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.File">
            <summary>
            Gets or sets file.
            Indicates that the remote item is a file. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.FileSystemInfo">
            <summary>
            Gets or sets fileSystemInfo.
            Information about the remote item from the local file system. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Folder">
            <summary>
            Gets or sets folder.
            Indicates that the remote item is a folder. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Id">
            <summary>
            Gets or sets id.
            Unique identifier for the remote item in its drive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.LastModifiedBy">
            <summary>
            Gets or sets lastModifiedBy.
            Identity of the user, device, and application which last modified the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.LastModifiedDateTime">
            <summary>
            Gets or sets lastModifiedDateTime.
            Date and time the item was last modified. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Name">
            <summary>
            Gets or sets name.
            Optional. Filename of the remote item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Package">
            <summary>
            Gets or sets package.
            If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.ParentReference">
            <summary>
            Gets or sets parentReference.
            Properties of the parent of the remote item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Shared">
            <summary>
            Gets or sets shared.
            Indicates that the item has been shared with others and provides information about the shared state of the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.SharepointIds">
            <summary>
            Gets or sets sharepointIds.
            Provides interop between items in OneDrive for Business and SharePoint with the full set of item identifiers. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.Size">
            <summary>
            Gets or sets size.
            Size of the remote item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.SpecialFolder">
            <summary>
            Gets or sets specialFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.WebDavUrl">
            <summary>
            Gets or sets webDavUrl.
            DAV compatible URL for the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.WebUrl">
            <summary>
            Gets or sets webUrl.
            URL that displays the resource in the browser. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteItem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RemoteLockActionResult">
            <summary>
            The type RemoteLockActionResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RemoteLockActionResult.UnlockPin">
            <summary>
            Gets or sets unlockPin.
            Pin to unlock the client
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Report">
            <summary>
            The type Report.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Report.Content">
            <summary>
            Gets or sets content.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Report.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ReportRoot">
            <summary>
            The type Report Root.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RequiredPasswordType">
            <summary>
            The enum RequiredPasswordType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RequiredPasswordType.DeviceDefault">
            <summary>
            device Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RequiredPasswordType.Alphanumeric">
            <summary>
            alphanumeric
            </summary>
        </member>
        <member name="F:Microsoft.Graph.RequiredPasswordType.Numeric">
            <summary>
            numeric
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResetPasscodeActionResult">
            <summary>
            The type ResetPasscodeActionResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResetPasscodeActionResult.Passcode">
            <summary>
            Gets or sets passcode.
            Newly generated passcode for the device
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResourceAction">
            <summary>
            The type ResourceAction.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceAction.AllowedResourceActions">
            <summary>
            Gets or sets allowedResourceActions.
            Allowed Actions
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceAction.NotAllowedResourceActions">
            <summary>
            Gets or sets notAllowedResourceActions.
            Not Allowed Actions
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceAction.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResourceOperation">
            <summary>
            The type Resource Operation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceOperation.ResourceName">
            <summary>
            Gets or sets resource name.
            Name of the Resource this operation is performed on.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceOperation.ActionName">
            <summary>
            Gets or sets action name.
            Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResourceOperation.Description">
            <summary>
            Gets or sets description.
            Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResponseStatus">
            <summary>
            The type ResponseStatus.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResponseStatus.Response">
            <summary>
            Gets or sets response.
            The response type. Possible values are: None, Organizer, TentativelyAccepted, Accepted, Declined, NotResponded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResponseStatus.Time">
            <summary>
            Gets or sets time.
            The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ResponseStatus.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ResponseType">
            <summary>
            The enum ResponseType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ResponseType.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ResponseType.Organizer">
            <summary>
            organizer
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ResponseType.TentativelyAccepted">
            <summary>
            tentatively Accepted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ResponseType.Accepted">
            <summary>
            accepted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ResponseType.Declined">
            <summary>
            declined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.ResponseType.NotResponded">
            <summary>
            not Responded
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RgbColor">
            <summary>
            The type RgbColor.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RgbColor.R">
            <summary>
            Gets or sets r.
            Red value
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RgbColor.G">
            <summary>
            Gets or sets g.
            Green value
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RgbColor.B">
            <summary>
            Gets or sets b.
            Blue value
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RgbColor.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleAssignment">
            <summary>
            The type Role Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleAssignment.DisplayName">
            <summary>
            Gets or sets display name.
            The display or friendly name of the role Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleAssignment.Description">
            <summary>
            Gets or sets description.
            Description of the Role Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleAssignment.ResourceScopes">
            <summary>
            Gets or sets resource scopes.
            List of ids of role scope member security groups. These are IDs from Azure Active Directory.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleAssignment.RoleDefinition">
            <summary>
            Gets or sets role definition.
            Role definition this assignment is part of.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinition">
            <summary>
            The type Role Definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinition.DisplayName">
            <summary>
            Gets or sets display name.
            Display Name of the Role definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinition.Description">
            <summary>
            Gets or sets description.
            Description of the Role definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinition.RolePermissions">
            <summary>
            Gets or sets role permissions.
            List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinition.IsBuiltIn">
            <summary>
            Gets or sets is built in.
            Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinition.RoleAssignments">
            <summary>
            Gets or sets role assignments.
            List of Role assignments for this role definition.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RolePermission">
            <summary>
            The type RolePermission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RolePermission.ResourceActions">
            <summary>
            Gets or sets resourceActions.
            Actions
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RolePermission.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Root">
            <summary>
            The type Root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Root.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SafeSearchFilterType">
            <summary>
            The enum SafeSearchFilterType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SafeSearchFilterType.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SafeSearchFilterType.Strict">
            <summary>
            strict
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SafeSearchFilterType.Moderate">
            <summary>
            moderate
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SchemaExtension">
            <summary>
            The type Schema Extension.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SchemaExtension.Description">
            <summary>
            Gets or sets description.
            Description for the schema extension.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SchemaExtension.TargetTypes">
            <summary>
            Gets or sets target types.
            Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from contact, device, event, group, message, organization, post, or user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SchemaExtension.Properties">
            <summary>
            Gets or sets properties.
            The collection of property names and types that make up the schema extension definition.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SchemaExtension.Status">
            <summary>
            Gets or sets status.
            The lifecycle state of the schema extension. Possible states are InDevelopment, Available, and Deprecated. Automatically set to InDevelopment on creation. Schema extensions provides more information on the possible state transitions and behaviors.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SchemaExtension.Owner">
            <summary>
            Gets or sets owner.
            The appId of the application that is the owner of the schema extension. This property can be supplied on creation, to set the owner. If not supplied, then the calling application's appId will be set as the owner. In either case, the signed-in user must be the owner of the application. Once set, this property is read-only and cannot be changed.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ScoredEmailAddress">
            <summary>
            The type ScoredEmailAddress.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScoredEmailAddress.Address">
            <summary>
            Gets or sets address.
            The email address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScoredEmailAddress.RelevanceScore">
            <summary>
            Gets or sets relevanceScore.
            The relevance score of the email address. A relevance score is used as a sort key, in relation to the other returned results. A higher relevance score value corresponds to a more relevant result. Relevance is determined by the user's communication and collaboration patterns and business relationships.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScoredEmailAddress.SelectionLikelihood">
            <summary>
            Gets or sets selectionLikelihood.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ScoredEmailAddress.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SearchResult">
            <summary>
            The type SearchResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchResult.OnClickTelemetryUrl">
            <summary>
            Gets or sets onClickTelemetryUrl.
            A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SearchResult.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SectionGroup">
            <summary>
            The type Section Group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.SectionsUrl">
            <summary>
            Gets or sets sections url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.SectionGroupsUrl">
            <summary>
            Gets or sets section groups url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.ParentNotebook">
            <summary>
            Gets or sets parent notebook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.ParentSectionGroup">
            <summary>
            Gets or sets parent section group.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.Sections">
            <summary>
            Gets or sets sections.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroup.SectionGroups">
            <summary>
            Gets or sets section groups.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SectionLinks">
            <summary>
            The type SectionLinks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionLinks.OneNoteClientUrl">
            <summary>
            Gets or sets oneNoteClientUrl.
            Opens the section in the OneNote native client if it's installed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionLinks.OneNoteWebUrl">
            <summary>
            Gets or sets oneNoteWebUrl.
            Opens the section in OneNote Online.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionLinks.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SelectionLikelihoodInfo">
            <summary>
            The enum SelectionLikelihoodInfo.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SelectionLikelihoodInfo.NotSpecified">
            <summary>
            not Specified
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SelectionLikelihoodInfo.High">
            <summary>
            high
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Sensitivity">
            <summary>
            The enum Sensitivity.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Sensitivity.Normal">
            <summary>
            normal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Sensitivity.Personal">
            <summary>
            personal
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Sensitivity.Private">
            <summary>
            private
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Sensitivity.Confidential">
            <summary>
            confidential
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ServicePlanInfo">
            <summary>
            The type ServicePlanInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePlanInfo.ServicePlanId">
            <summary>
            Gets or sets servicePlanId.
            The unique identifier of the service plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePlanInfo.ServicePlanName">
            <summary>
            Gets or sets servicePlanName.
            The name of the service plan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePlanInfo.ProvisioningStatus">
            <summary>
            Gets or sets provisioningStatus.
            The provisioning status of the service plan. Possible values:"Success" - Service is fully provisioned."Disabled" - Service has been disabled."PendingInput" - Service is not yet provisioned; awaiting service confirmation."PendingActivation" - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)"PendingProvisioning" - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePlanInfo.AppliesTo">
            <summary>
            Gets or sets appliesTo.
            The object the service plan can be assigned to. Possible values:"User" - service plan can be assigned to individual users."Company" - service plan can be assigned to the entire tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ServicePlanInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SettingSource">
            <summary>
            The type SettingSource.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingSource.Id">
            <summary>
            Gets or sets id.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingSource.DisplayName">
            <summary>
            Gets or sets displayName.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingSource.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SettingStateDeviceSummary">
            <summary>
            The type Setting State Device Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.SettingName">
            <summary>
            Gets or sets setting name.
            Name of the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.InstancePath">
            <summary>
            Gets or sets instance path.
            Name of the InstancePath for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.UnknownDeviceCount">
            <summary>
            Gets or sets unknown device count.
            Device Unkown count for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.NotApplicableDeviceCount">
            <summary>
            Gets or sets not applicable device count.
            Device Not Applicable count for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.CompliantDeviceCount">
            <summary>
            Gets or sets compliant device count.
            Device Compliant count for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.RemediatedDeviceCount">
            <summary>
            Gets or sets remediated device count.
            Device Compliant count for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.NonCompliantDeviceCount">
            <summary>
            Gets or sets non compliant device count.
            Device NonCompliant count for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.ErrorDeviceCount">
            <summary>
            Gets or sets error device count.
            Device error count for the setting
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingStateDeviceSummary.ConflictDeviceCount">
            <summary>
            Gets or sets conflict device count.
            Device conflict error count for the setting
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SettingTemplateValue">
            <summary>
            The type SettingTemplateValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingTemplateValue.Name">
            <summary>
            Gets or sets name.
            Name of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingTemplateValue.Type">
            <summary>
            Gets or sets type.
            Type of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingTemplateValue.DefaultValue">
            <summary>
            Gets or sets defaultValue.
            Default value for the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingTemplateValue.Description">
            <summary>
            Gets or sets description.
            Description of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingTemplateValue.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SettingValue">
            <summary>
            The type SettingValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingValue.Name">
            <summary>
            Gets or sets name.
            Name of the setting (as defined by the groupSettingTemplate).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingValue.Value">
            <summary>
            Gets or sets value.
            Value of the setting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SettingValue.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Shared">
            <summary>
            The type Shared.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shared.Owner">
            <summary>
            Gets or sets owner.
            The identity of the owner of the shared item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shared.Scope">
            <summary>
            Gets or sets scope.
            Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shared.SharedBy">
            <summary>
            Gets or sets sharedBy.
            The identity of the user who shared the item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shared.SharedDateTime">
            <summary>
            Gets or sets sharedDateTime.
            The UTC date and time when the item was shared. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Shared.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItem">
            <summary>
            The type Shared Drive Item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.Owner">
            <summary>
            Gets or sets owner.
            Information about the owner of the shared item being referenced.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.DriveItem">
            <summary>
            Gets or sets drive item.
            Used to access the underlying driveItem
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.Items">
            <summary>
            Gets or sets items.
            All driveItems contained in the sharing root. This collection cannot be enumerated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.List">
            <summary>
            Gets or sets list.
            Used to access the underlying list
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.ListItem">
            <summary>
            Gets or sets list item.
            Used to access the underlying listItem
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.Root">
            <summary>
            Gets or sets root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItem.Site">
            <summary>
            Gets or sets site.
            Used to access the underlying site
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedPCAccountDeletionPolicyType">
            <summary>
            The enum SharedPCAccountDeletionPolicyType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SharedPCAccountDeletionPolicyType.Immediate">
            <summary>
            immediate
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SharedPCAccountDeletionPolicyType.DiskSpaceThreshold">
            <summary>
            disk Space Threshold
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SharedPCAccountDeletionPolicyType.DiskSpaceThresholdOrInactiveThreshold">
            <summary>
            disk Space Threshold Or Inactive Threshold
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedPCAccountManagerPolicy">
            <summary>
            The type SharedPCAccountManagerPolicy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCAccountManagerPolicy.AccountDeletionPolicy">
            <summary>
            Gets or sets accountDeletionPolicy.
            Configures when accounts are deleted. Possible values are: immediate, diskSpaceThreshold, diskSpaceThresholdOrInactiveThreshold.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCAccountManagerPolicy.CacheAccountsAboveDiskFreePercentage">
            <summary>
            Gets or sets cacheAccountsAboveDiskFreePercentage.
            Sets the percentage of available disk space a PC should have before it stops deleting cached shared PC accounts. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCAccountManagerPolicy.InactiveThresholdDays">
            <summary>
            Gets or sets inactiveThresholdDays.
            Specifies when the accounts will start being deleted when they have not been logged on during the specified period, given as number of days. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCAccountManagerPolicy.RemoveAccountsBelowDiskFreePercentage">
            <summary>
            Gets or sets removeAccountsBelowDiskFreePercentage.
            Sets the percentage of disk space remaining on a PC before cached accounts will be deleted to free disk space. Accounts that have been inactive the longest will be deleted first. Only applies when AccountDeletionPolicy is DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCAccountManagerPolicy.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedPCAllowedAccountType">
            <summary>
            The enum SharedPCAllowedAccountType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SharedPCAllowedAccountType.Guest">
            <summary>
            guest
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SharedPCAllowedAccountType.Domain">
            <summary>
            domain
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedPCConfiguration">
            <summary>
            The type Shared PCConfiguration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.AccountManagerPolicy">
            <summary>
            Gets or sets account manager policy.
            Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.AllowedAccounts">
            <summary>
            Gets or sets allowed accounts.
            Indicates which type of accounts are allowed to use on a shared PC. Possible values are: guest, domain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.AllowLocalStorage">
            <summary>
            Gets or sets allow local storage.
            Specifies whether local storage is allowed on a shared PC.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.DisableAccountManager">
            <summary>
            Gets or sets disable account manager.
            Disables the account manager for shared PC mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.DisableEduPolicies">
            <summary>
            Gets or sets disable edu policies.
            Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.DisablePowerPolicies">
            <summary>
            Gets or sets disable power policies.
            Specifies whether the default shared PC power policies should be disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.DisableSignInOnResume">
            <summary>
            Gets or sets disable sign in on resume.
            Disables the requirement to sign in whenever the device wakes up from sleep mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.Enabled">
            <summary>
            Gets or sets enabled.
            Enables shared PC mode and applies the shared pc policies.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.IdleTimeBeforeSleepInSeconds">
            <summary>
            Gets or sets idle time before sleep in seconds.
            Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.KioskAppDisplayName">
            <summary>
            Gets or sets kiosk app display name.
            Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.KioskAppUserModelId">
            <summary>
            Gets or sets kiosk app user model id.
            Specifies the application user model ID of the app to use with assigned access.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedPCConfiguration.MaintenanceStartTime">
            <summary>
            Gets or sets maintenance start time.
            Specifies the daily start time of maintenance hour.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharepointIds">
            <summary>
            The type SharepointIds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.ListId">
            <summary>
            Gets or sets listId.
            The unique identifier (guid) for the item's list in SharePoint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.ListItemId">
            <summary>
            Gets or sets listItemId.
            An integer identifier for the item within the containing list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.ListItemUniqueId">
            <summary>
            Gets or sets listItemUniqueId.
            The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.SiteId">
            <summary>
            Gets or sets siteId.
            The unique identifier (guid) for the item's site collection (SPSite).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.SiteUrl">
            <summary>
            Gets or sets siteUrl.
            The SharePoint URL for the site that contains the item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.WebId">
            <summary>
            Gets or sets webId.
            The unique identifier (guid) for the item's site (SPWeb).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharepointIds.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharingInvitation">
            <summary>
            The type SharingInvitation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingInvitation.Email">
            <summary>
            Gets or sets email.
            The email address provided for the recipient of the sharing invitation. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingInvitation.InvitedBy">
            <summary>
            Gets or sets invitedBy.
            Provides information about who sent the invitation that created this permission, if that information is available. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingInvitation.RedeemedBy">
            <summary>
            Gets or sets redeemedBy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingInvitation.SignInRequired">
            <summary>
            Gets or sets signInRequired.
            If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingInvitation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharingLink">
            <summary>
            The type SharingLink.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingLink.Application">
            <summary>
            Gets or sets application.
            The app the link is associated with.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingLink.Scope">
            <summary>
            Gets or sets scope.
            The scope of the link represented by this permission. Value anonymous indicates the link is usable by anyone, organization indicates the link is only usable for users signed into the same tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingLink.Type">
            <summary>
            Gets or sets type.
            The type of the link created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingLink.WebUrl">
            <summary>
            Gets or sets webUrl.
            A URL that opens the item in the browser on the OneDrive website.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharingLink.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SingleValueLegacyExtendedProperty">
            <summary>
            The type Single Value Legacy Extended Property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SingleValueLegacyExtendedProperty.Value">
            <summary>
            Gets or sets value.
            A property value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Site">
            <summary>
            The type Site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.DisplayName">
            <summary>
            Gets or sets display name.
            The full title for the site. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Root">
            <summary>
            Gets or sets root.
            If present, indicates that this is the root site in the site collection. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.SharepointIds">
            <summary>
            Gets or sets sharepoint ids.
            Returns identifiers useful for SharePoint REST compatibility. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.SiteCollection">
            <summary>
            Gets or sets site collection.
            Provides details about the site's site collection. Available only on the root site. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Columns">
            <summary>
            Gets or sets columns.
            The collection of column definitions reusable across lists under this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.ContentTypes">
            <summary>
            Gets or sets content types.
            The collection of content types defined for this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Drive">
            <summary>
            Gets or sets drive.
            The default drive (document library) for this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Drives">
            <summary>
            Gets or sets drives.
            The collection of drives (document libraries) under this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Items">
            <summary>
            Gets or sets items.
            Used to address any item contained in this site. This collection cannot be enumerated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Lists">
            <summary>
            Gets or sets lists.
            The collection of lists under this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Sites">
            <summary>
            Gets or sets sites.
            The collection of the sub-sites under this site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Site.Onenote">
            <summary>
            Gets or sets onenote.
            Calls the OneNote service for notebook related operations.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteCollection">
            <summary>
            The type SiteCollection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteCollection.Hostname">
            <summary>
            Gets or sets hostname.
            The hostname for the site collection. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteCollection.Root">
            <summary>
            Gets or sets root.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteCollection.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteSecurityLevel">
            <summary>
            The enum SiteSecurityLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SiteSecurityLevel.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SiteSecurityLevel.Low">
            <summary>
            low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SiteSecurityLevel.MediumLow">
            <summary>
            medium Low
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SiteSecurityLevel.Medium">
            <summary>
            medium
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SiteSecurityLevel.MediumHigh">
            <summary>
            medium High
            </summary>
        </member>
        <member name="F:Microsoft.Graph.SiteSecurityLevel.High">
            <summary>
            high
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SizeRange">
            <summary>
            The type SizeRange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SizeRange.MinimumSize">
            <summary>
            Gets or sets minimumSize.
            The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SizeRange.MaximumSize">
            <summary>
            Gets or sets maximumSize.
            The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SizeRange.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummary">
            <summary>
            The type Software Update Status Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.DisplayName">
            <summary>
            Gets or sets display name.
            The name of the policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.CompliantDeviceCount">
            <summary>
            Gets or sets compliant device count.
            Number of compliant devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.NonCompliantDeviceCount">
            <summary>
            Gets or sets non compliant device count.
            Number of non compliant devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.RemediatedDeviceCount">
            <summary>
            Gets or sets remediated device count.
            Number of remediated devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.ErrorDeviceCount">
            <summary>
            Gets or sets error device count.
            Number of devices had error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.UnknownDeviceCount">
            <summary>
            Gets or sets unknown device count.
            Number of unknown devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.ConflictDeviceCount">
            <summary>
            Gets or sets conflict device count.
            Number of conflict devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.NotApplicableDeviceCount">
            <summary>
            Gets or sets not applicable device count.
            Number of not applicable devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.CompliantUserCount">
            <summary>
            Gets or sets compliant user count.
            Number of compliant users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.NonCompliantUserCount">
            <summary>
            Gets or sets non compliant user count.
            Number of non compliant users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.RemediatedUserCount">
            <summary>
            Gets or sets remediated user count.
            Number of remediated users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.ErrorUserCount">
            <summary>
            Gets or sets error user count.
            Number of users had error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.UnknownUserCount">
            <summary>
            Gets or sets unknown user count.
            Number of unknown users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.ConflictUserCount">
            <summary>
            Gets or sets conflict user count.
            Number of conflict users.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummary.NotApplicableUserCount">
            <summary>
            Gets or sets not applicable user count.
            Number of not applicable users.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SpecialFolder">
            <summary>
            The type SpecialFolder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SpecialFolder.Name">
            <summary>
            Gets or sets name.
            The unique identifier for this item in the /drive/special collection
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SpecialFolder.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.StandardTimeZoneOffset">
            <summary>
            The type StandardTimeZoneOffset.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StandardTimeZoneOffset.Time">
            <summary>
            Gets or sets time.
            Represents the time of day when the transition from daylight saving time to standard time occurs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StandardTimeZoneOffset.DayOccurrence">
            <summary>
            Gets or sets dayOccurrence.
            Represents the nth occurrence of the day of week that the transition from daylight saving time to standard time occurs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StandardTimeZoneOffset.DayOfWeek">
            <summary>
            Gets or sets dayOfWeek.
            Represents the day of the week when the transition from daylight saving time to standard time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StandardTimeZoneOffset.Month">
            <summary>
            Gets or sets month.
            Represents the month of the year when the transition from daylight saving time to standard time occurs.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StandardTimeZoneOffset.Year">
            <summary>
            Gets or sets year.
            Represents how frequently in terms of years the change from daylight saving time to standard time occurs. For example, a value of 0 means every year.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.StandardTimeZoneOffset.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.StateManagementSetting">
            <summary>
            The enum StateManagementSetting.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.StateManagementSetting.NotConfigured">
            <summary>
            not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.StateManagementSetting.Blocked">
            <summary>
            blocked
            </summary>
        </member>
        <member name="F:Microsoft.Graph.StateManagementSetting.Allowed">
            <summary>
            allowed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Status">
            <summary>
            The enum Status.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Status.Active">
            <summary>
            active
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Status.Updated">
            <summary>
            updated
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Status.Deleted">
            <summary>
            deleted
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Status.Ignored">
            <summary>
            ignored
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Status.UnknownFutureValue">
            <summary>
            unknown Future Value
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SubscribedSku">
            <summary>
            The type Subscribed Sku.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.CapabilityStatus">
            <summary>
            Gets or sets capability status.
            For example, "Enabled".
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.ConsumedUnits">
            <summary>
            Gets or sets consumed units.
            The number of licenses that have been assigned.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.PrepaidUnits">
            <summary>
            Gets or sets prepaid units.
            Information about the number and status of prepaid licenses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.ServicePlans">
            <summary>
            Gets or sets service plans.
            Information about the service plans that are available with the SKU. Not nullable
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.SkuId">
            <summary>
            Gets or sets sku id.
            The unique identifier (GUID) for the service SKU.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.SkuPartNumber">
            <summary>
            Gets or sets sku part number.
            The SKU part number; for example: "AAD_PREMIUM" or "RMSBASIC".
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SubscribedSku.AppliesTo">
            <summary>
            Gets or sets applies to.
            For example, "User" or "Company".
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Subscription">
            <summary>
            The type Subscription.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.Resource">
            <summary>
            Gets or sets resource.
            Specifies the resource that will be monitored for changes. Do not include the base URL ("https://graph.microsoft.com/v1.0/").
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.ChangeType">
            <summary>
            Gets or sets change type.
            Indicates the type of change in the subscribed resource that will raise a notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.ClientState">
            <summary>
            Gets or sets client state.
            Specifies the value of the clientState property sent by the service in each notification. The maximum length is 128 characters. The client can check that the notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each notification.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.NotificationUrl">
            <summary>
            Gets or sets notification url.
            The URL of the endpoint that will receive the notifications. This URL has to make use of the HTTPS protocol.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Subscription.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SystemFacet">
            <summary>
            The type SystemFacet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SystemFacet.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfiguration">
            <summary>
            The type Targeted Managed App Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfiguration.DeployedAppCount">
            <summary>
            Gets or sets deployed app count.
            Count of apps to which the current policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfiguration.IsAssigned">
            <summary>
            Gets or sets is assigned.
            Indicates if the policy is deployed to any inclusion groups or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfiguration.Apps">
            <summary>
            Gets or sets apps.
            List of apps to which the policy is deployed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfiguration.DeploymentSummary">
            <summary>
            Gets or sets deployment summary.
            Navigation property to deployment summary of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfiguration.Assignments">
            <summary>
            Gets or sets assignments.
            Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequestBody">
            <summary>
            The type TargetedManagedAppConfigurationAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequestBody.Assignments">
            <summary>
            Gets or sets Assignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequestBody">
            <summary>
            The type TargetedManagedAppConfigurationTargetAppsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequestBody.Apps">
            <summary>
            Gets or sets Apps.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppPolicyAssignment">
            <summary>
            The type Targeted Managed App Policy Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppPolicyAssignment.Target">
            <summary>
            Gets or sets target.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtection">
            <summary>
            The type Targeted Managed App Protection.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtection.#ctor">
            <summary>
             The internal TargetedManagedAppProtection constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtection.IsAssigned">
            <summary>
            Gets or sets is assigned.
            Indicates if the policy is deployed to any inclusion groups or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtection.Assignments">
            <summary>
            Gets or sets assignments.
            Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignRequestBody">
            <summary>
            The type TargetedManagedAppProtectionAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionAssignRequestBody.Assignments">
            <summary>
            Gets or sets Assignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TelecomExpenseManagementPartner">
            <summary>
            The type Telecom Expense Management Partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TelecomExpenseManagementPartner.DisplayName">
            <summary>
            Gets or sets display name.
            Display name of the TEM partner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TelecomExpenseManagementPartner.Url">
            <summary>
            Gets or sets url.
            URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TelecomExpenseManagementPartner.AppAuthorized">
            <summary>
            Gets or sets app authorized.
            Whether the partner's AAD app has been authorized to access Intune.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TelecomExpenseManagementPartner.Enabled">
            <summary>
            Gets or sets enabled.
            Whether Intune's connection to the TEM service is currently enabled or disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TelecomExpenseManagementPartner.LastConnectionDateTime">
            <summary>
            Gets or sets last connection date time.
            Timestamp of the last request sent to Intune by the TEM partner.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditions">
            <summary>
            The type Terms And Conditions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            DateTime the object was created.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            DateTime the object was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.DisplayName">
            <summary>
            Gets or sets display name.
            Administrator-supplied name for the T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.Description">
            <summary>
            Gets or sets description.
            Administrator-supplied description of the T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.Title">
            <summary>
            Gets or sets title.
            Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.BodyText">
            <summary>
            Gets or sets body text.
            Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.AcceptanceStatement">
            <summary>
            Gets or sets acceptance statement.
            Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&amp;C policy. This is shown to the user on prompts to accept the T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.Version">
            <summary>
            Gets or sets version.
            Integer indicating the current version of the terms. Incremented when an administrator makes a change to the terms and wishes to require users to re-accept the modified T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.Assignments">
            <summary>
            Gets or sets assignments.
            The list of assignments for this T&amp;C policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditions.AcceptanceStatuses">
            <summary>
            Gets or sets acceptance statuses.
            The list of acceptance statuses for this T&amp;C policy.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatus">
            <summary>
            The type Terms And Conditions Acceptance Status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatus.UserDisplayName">
            <summary>
            Gets or sets user display name.
            Display name of the user whose acceptance the entity represents.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatus.AcceptedVersion">
            <summary>
            Gets or sets accepted version.
            Most recent version number of the T&amp;C accepted by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatus.AcceptedDateTime">
            <summary>
            Gets or sets accepted date time.
            DateTime when the terms were last accepted by the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatus.TermsAndConditions">
            <summary>
            Gets or sets terms and conditions.
            Navigation link to the terms and conditions that are assigned.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignment">
            <summary>
            The type Terms And Conditions Assignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAssignment.Target">
            <summary>
            Gets or sets target.
            Assignment target that the T&amp;C policy is assigned to.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TextColumn">
            <summary>
            The type TextColumn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TextColumn.AllowMultipleLines">
            <summary>
            Gets or sets allowMultipleLines.
            Whether to allow multiple lines of text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TextColumn.AppendChangesToExistingText">
            <summary>
            Gets or sets appendChangesToExistingText.
            Whether updates to this column should replace existing text, or append to it.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TextColumn.LinesForEditing">
            <summary>
            Gets or sets linesForEditing.
            The size of the text box.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TextColumn.MaxLength">
            <summary>
            Gets or sets maxLength.
            The maximum number of characters for the value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TextColumn.TextType">
            <summary>
            Gets or sets textType.
            The type of text being stored. Must be one of plain or richText
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TextColumn.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Thumbnail">
            <summary>
            The type Thumbnail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Thumbnail.Content">
            <summary>
            Gets or sets content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Thumbnail.Height">
            <summary>
            Gets or sets height.
            The height of the thumbnail, in pixels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Thumbnail.SourceItemId">
            <summary>
            Gets or sets sourceItemId.
            The unique identifier of the item that provided the thumbnail. This is only available when a folder thumbnail is requested.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Thumbnail.Url">
            <summary>
            Gets or sets url.
            The URL used to fetch the thumbnail content.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Thumbnail.Width">
            <summary>
            Gets or sets width.
            The width of the thumbnail, in pixels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Thumbnail.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailSet">
            <summary>
            The type Thumbnail Set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailSet.Large">
            <summary>
            Gets or sets large.
            A 1920x1920 scaled thumbnail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailSet.Medium">
            <summary>
            Gets or sets medium.
            A 176x176 scaled thumbnail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailSet.Small">
            <summary>
            Gets or sets small.
            A 48x48 cropped thumbnail.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailSet.Source">
            <summary>
            Gets or sets source.
            A custom thumbnail image or the original image used to generate other thumbnails.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailSet.Item(System.String)">
            <summary>
            Allows for the lookup of custom thumbnails from this thumbnail set.
            </summary>
            <param name="customThumbnailName">The name of the custom thumbnail.</param>
            <returns>The custom thumbnail.</returns>
        </member>
        <member name="T:Microsoft.Graph.TimeConstraint">
            <summary>
            The type TimeConstraint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeConstraint.ActivityDomain">
            <summary>
            Gets or sets activityDomain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeConstraint.Timeslots">
            <summary>
            Gets or sets timeslots.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeConstraint.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeSlot">
            <summary>
            The type TimeSlot.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeSlot.Start">
            <summary>
            Gets or sets start.
            The time the period ends.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeSlot.End">
            <summary>
            Gets or sets end.
            The time a period begins.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeSlot.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeZoneBase">
            <summary>
            The type TimeZoneBase.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeZoneBase.Name">
            <summary>
            Gets or sets name.
            The name of a time zone. It can be a standard time zone name such as "Hawaii-Aleutian Standard Time", or "Customized Time Zone" for a custom time zone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeZoneBase.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeZoneInformation">
            <summary>
            The type TimeZoneInformation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeZoneInformation.Alias">
            <summary>
            Gets or sets alias.
            An identifier for the time zone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeZoneInformation.DisplayName">
            <summary>
            Gets or sets displayName.
            A display string that represents the time zone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TimeZoneInformation.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TimeZoneStandard">
            <summary>
            The enum TimeZoneStandard.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeZoneStandard.Windows">
            <summary>
            windows
            </summary>
        </member>
        <member name="F:Microsoft.Graph.TimeZoneStandard.Iana">
            <summary>
            iana
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter">
            <summary>
            The type UpdateWindowsDeviceAccountActionParameter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.DeviceAccount">
            <summary>
            Gets or sets deviceAccount.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.PasswordRotationEnabled">
            <summary>
            Gets or sets passwordRotationEnabled.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.CalendarSyncEnabled">
            <summary>
            Gets or sets calendarSyncEnabled.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.DeviceAccountEmail">
            <summary>
            Gets or sets deviceAccountEmail.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.ExchangeServer">
            <summary>
            Gets or sets exchangeServer.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.SessionInitiationProtocalAddress">
            <summary>
            Gets or sets sessionInitiationProtocalAddress.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UploadSession">
            <summary>
            The type UploadSession.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadSession.ExpirationDateTime">
            <summary>
            Gets or sets expirationDateTime.
            The date and time in UTC that the upload session will expire. The complete file must be uploaded before this expiration time is reached.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadSession.NextExpectedRanges">
            <summary>
            Gets or sets nextExpectedRanges.
            A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format "start-end" (e.g. "0-26" to indicate the first 27 bytes of the file).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadSession.UploadUrl">
            <summary>
            Gets or sets uploadUrl.
            The URL endpoint that accepts PUT requests for byte ranges of the file.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadSession.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.User">
            <summary>
            The type User.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AccountEnabled">
            <summary>
            Gets or sets account enabled.
            true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AssignedLicenses">
            <summary>
            Gets or sets assigned licenses.
            The licenses that are assigned to the user. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AssignedPlans">
            <summary>
            Gets or sets assigned plans.
            The plans that are assigned to the user. Read-only. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.BusinessPhones">
            <summary>
            Gets or sets business phones.
            The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.City">
            <summary>
            Gets or sets city.
            The city in which the user is located. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CompanyName">
            <summary>
            Gets or sets company name.
            The company name which the user is associated. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Country">
            <summary>
            Gets or sets country.
            The country/region in which the user is located; for example, "US" or "UK". Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Department">
            <summary>
            Gets or sets department.
            The name for the department in which the user works. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.DisplayName">
            <summary>
            Gets or sets display name.
            The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.GivenName">
            <summary>
            Gets or sets given name.
            The given name (first name) of the user. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ImAddresses">
            <summary>
            Gets or sets im addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.JobTitle">
            <summary>
            Gets or sets job title.
            The user's job title. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Mail">
            <summary>
            Gets or sets mail.
            The SMTP address for the user, for example, "jeff@contoso.onmicrosoft.com". Read-Only. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MailNickname">
            <summary>
            Gets or sets mail nickname.
            The mail alias for the user. This property must be specified when a user is created. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MobilePhone">
            <summary>
            Gets or sets mobile phone.
            The primary cellular telephone number for the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesImmutableId">
            <summary>
            Gets or sets on premises immutable id.
            This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user's userPrincipalName (UPN) property. Important: The $ and characters cannot be used when specifying this property. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesLastSyncDateTime">
            <summary>
            Gets or sets on premises last sync date time.
            Indicates the last time at which the object was synced with the on-premises directory; for example: "2013-02-16T03:04:54Z". The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesSecurityIdentifier">
            <summary>
            Gets or sets on premises security identifier.
            Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OnPremisesSyncEnabled">
            <summary>
            Gets or sets on premises sync enabled.
            true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PasswordPolicies">
            <summary>
            Gets or sets password policies.
            Specifies password policies for the user. This value is an enumeration with one possible value being "DisableStrongPassword", which allows weaker passwords than the default policy to be specified. "DisablePasswordExpiration" can also be specified. The two may be specified together; for example: "DisablePasswordExpiration, DisableStrongPassword".
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PasswordProfile">
            <summary>
            Gets or sets password profile.
            Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OfficeLocation">
            <summary>
            Gets or sets office location.
            The office location in the user's place of business.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PostalCode">
            <summary>
            Gets or sets postal code.
            The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PreferredLanguage">
            <summary>
            Gets or sets preferred language.
            The preferred language for the user. Should follow ISO 639-1 Code; for example "en-US".
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ProvisionedPlans">
            <summary>
            Gets or sets provisioned plans.
            The plans that are provisioned for the user. Read-only. Not nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ProxyAddresses">
            <summary>
            Gets or sets proxy addresses.
            For example: ["SMTP: bob@contoso.com", "smtp: bob@sales.contoso.com"] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.State">
            <summary>
            Gets or sets state.
            The state or province in the user's address. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.StreetAddress">
            <summary>
            Gets or sets street address.
            The street address of the user's place of business.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Surname">
            <summary>
            Gets or sets surname.
            The user's surname (family name or last name). Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.UsageLocation">
            <summary>
            Gets or sets usage location.
            A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: "US", "JP", and "GB". Not nullable. Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.UserPrincipalName">
            <summary>
            Gets or sets user principal name.
            The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.UserType">
            <summary>
            Gets or sets user type.
            A string value that can be used to classify user types in your directory, such as "Member" and "Guest". Supports $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MailboxSettings">
            <summary>
            Gets or sets mailbox settings.
            Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.AboutMe">
            <summary>
            Gets or sets about me.
            A freeform text entry field for the user to describe themselves.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Birthday">
            <summary>
            Gets or sets birthday.
            The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.HireDate">
            <summary>
            Gets or sets hire date.
            The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Interests">
            <summary>
            Gets or sets interests.
            A list for the user to describe their interests.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MySite">
            <summary>
            Gets or sets my site.
            The URL for the user's personal site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PastProjects">
            <summary>
            Gets or sets past projects.
            A list for the user to enumerate their past projects.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.PreferredName">
            <summary>
            Gets or sets preferred name.
            The preferred name for the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Responsibilities">
            <summary>
            Gets or sets responsibilities.
            A list for the user to enumerate their responsibilities.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Schools">
            <summary>
            Gets or sets schools.
            A list for the user to enumerate the schools they have attended.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Skills">
            <summary>
            Gets or sets skills.
            A list for the user to enumerate their skills.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.DeviceEnrollmentLimit">
            <summary>
            Gets or sets device enrollment limit.
            The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OwnedDevices">
            <summary>
            Gets or sets owned devices.
            Devices that are owned by the user. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.RegisteredDevices">
            <summary>
            Gets or sets registered devices.
            Devices that are registered for the user. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Manager">
            <summary>
            Gets or sets manager.
            The user or contact that is this user's manager. Read-only. (HTTP Methods: GET, PUT, DELETE.)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.DirectReports">
            <summary>
            Gets or sets direct reports.
            The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MemberOf">
            <summary>
            Gets or sets member of.
            The groups and directory roles that the user is a member of. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CreatedObjects">
            <summary>
            Gets or sets created objects.
            Directory objects that were created by the user. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.OwnedObjects">
            <summary>
            Gets or sets owned objects.
            Directory objects that are owned by the user. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.LicenseDetails">
            <summary>
            Gets or sets license details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Extensions">
            <summary>
            Gets or sets extensions.
            The collection of open extensions defined for the user. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Outlook">
            <summary>
            Gets or sets outlook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Messages">
            <summary>
            Gets or sets messages.
            The messages in a mailbox or folder. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.MailFolders">
            <summary>
            Gets or sets mail folders.
            The user's mail folders. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Calendar">
            <summary>
            Gets or sets calendar.
            The user's primary calendar. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Calendars">
            <summary>
            Gets or sets calendars.
            The user's calendars. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CalendarGroups">
            <summary>
            Gets or sets calendar groups.
            The user's calendar groups. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.CalendarView">
            <summary>
            Gets or sets calendar view.
            The calendar view for the calendar. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Events">
            <summary>
            Gets or sets events.
            The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.People">
            <summary>
            Gets or sets people.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Contacts">
            <summary>
            Gets or sets contacts.
            The user's contacts. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ContactFolders">
            <summary>
            Gets or sets contact folders.
            The user's contacts folders. Read-only. Nullable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.InferenceClassification">
            <summary>
            Gets or sets inference classification.
            Relevance classification of the user's messages based on explicit designations which override inferred relevance or importance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Photo">
            <summary>
            Gets or sets photo.
            The user's profile photo. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Photos">
            <summary>
            Gets or sets photos.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Drive">
            <summary>
            Gets or sets drive.
            The user's OneDrive. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Drives">
            <summary>
            Gets or sets drives.
            A collection of drives available for this user. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Planner">
            <summary>
            Gets or sets planner.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Onenote">
            <summary>
            Gets or sets onenote.
            Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ManagedDevices">
            <summary>
            Gets or sets managed devices.
            The managed devices associated with the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.ManagedAppRegistrations">
            <summary>
            Gets or sets managed app registrations.
            Zero or more managed app registrations that belong to the user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.DeviceManagementTroubleshootingEvents">
            <summary>
            Gets or sets device management troubleshooting events.
            The list of troubleshooting events for this user.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.User.Activities">
            <summary>
            Gets or sets activities.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivity">
            <summary>
            The type User Activity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.VisualElements">
            <summary>
            Gets or sets visual elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.ActivitySourceHost">
            <summary>
            Gets or sets activity source host.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.ActivationUrl">
            <summary>
            Gets or sets activation url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.AppActivityId">
            <summary>
            Gets or sets app activity id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.AppDisplayName">
            <summary>
            Gets or sets app display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.ContentUrl">
            <summary>
            Gets or sets content url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.CreatedDateTime">
            <summary>
            Gets or sets created date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.FallbackUrl">
            <summary>
            Gets or sets fallback url.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.UserTimezone">
            <summary>
            Gets or sets user timezone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.ContentInfo">
            <summary>
            Gets or sets content info.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.Status">
            <summary>
            Gets or sets status.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivity.HistoryItems">
            <summary>
            Gets or sets history items.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserAssignLicenseRequestBody">
            <summary>
            The type UserAssignLicenseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAssignLicenseRequestBody.AddLicenses">
            <summary>
            Gets or sets AddLicenses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAssignLicenseRequestBody.RemoveLicenses">
            <summary>
            Gets or sets RemoveLicenses.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserChangePasswordRequestBody">
            <summary>
            The type UserChangePasswordRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserChangePasswordRequestBody.CurrentPassword">
            <summary>
            Gets or sets CurrentPassword.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserChangePasswordRequestBody.NewPassword">
            <summary>
            Gets or sets NewPassword.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserFindMeetingTimesRequestBody">
            <summary>
            The type UserFindMeetingTimesRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.Attendees">
            <summary>
            Gets or sets Attendees.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.LocationConstraint">
            <summary>
            Gets or sets LocationConstraint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.TimeConstraint">
            <summary>
            Gets or sets TimeConstraint.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.MeetingDuration">
            <summary>
            Gets or sets MeetingDuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.MaxCandidates">
            <summary>
            Gets or sets MaxCandidates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.IsOrganizerOptional">
            <summary>
            Gets or sets IsOrganizerOptional.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.ReturnSuggestionReasons">
            <summary>
            Gets or sets ReturnSuggestionReasons.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequestBody.MinimumAttendeePercentage">
            <summary>
            Gets or sets MinimumAttendeePercentage.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummary">
            <summary>
            The type User Install State Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummary.UserName">
            <summary>
            Gets or sets user name.
            User name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummary.InstalledDeviceCount">
            <summary>
            Gets or sets installed device count.
            Installed Device Count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummary.FailedDeviceCount">
            <summary>
            Gets or sets failed device count.
            Failed Device Count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummary.NotInstalledDeviceCount">
            <summary>
            Gets or sets not installed device count.
            Not installed device count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummary.DeviceStates">
            <summary>
            Gets or sets device states.
            The install state of the eBook.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserSendMailRequestBody">
            <summary>
            The type UserSendMailRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSendMailRequestBody.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSendMailRequestBody.SaveToSentItems">
            <summary>
            Gets or sets SaveToSentItems.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequestBody">
            <summary>
            The type UserWipeManagedAppRegistrationsByDeviceTagRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequestBody.DeviceTag">
            <summary>
            Gets or sets DeviceTag.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VerifiedDomain">
            <summary>
            The type VerifiedDomain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedDomain.Capabilities">
            <summary>
            Gets or sets capabilities.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedDomain.IsDefault">
            <summary>
            Gets or sets isDefault.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedDomain.IsInitial">
            <summary>
            Gets or sets isInitial.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedDomain.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedDomain.Type">
            <summary>
            Gets or sets type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VerifiedDomain.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Video">
            <summary>
            The type Video.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.AudioBitsPerSample">
            <summary>
            Gets or sets audioBitsPerSample.
            Number of audio bits per sample.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.AudioChannels">
            <summary>
            Gets or sets audioChannels.
            Number of audio channels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.AudioFormat">
            <summary>
            Gets or sets audioFormat.
            Name of the audio format (AAC, MP3, etc.).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.AudioSamplesPerSecond">
            <summary>
            Gets or sets audioSamplesPerSecond.
            Number of audio samples per second.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.Bitrate">
            <summary>
            Gets or sets bitrate.
            Bit rate of the video in bits per second.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.Duration">
            <summary>
            Gets or sets duration.
            Duration of the file in milliseconds.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.FourCC">
            <summary>
            Gets or sets fourCC.
            "Four character code" name of the video format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.FrameRate">
            <summary>
            Gets or sets frameRate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.Height">
            <summary>
            Gets or sets height.
            Height of the video, in pixels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.Width">
            <summary>
            Gets or sets width.
            Width of the video, in pixels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Video.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VisibilitySetting">
            <summary>
            The enum VisibilitySetting.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VisibilitySetting.NotConfigured">
            <summary>
            not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VisibilitySetting.Hide">
            <summary>
            hide
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VisibilitySetting.Show">
            <summary>
            show
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VisualInfo">
            <summary>
            The type VisualInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VisualInfo.Attribution">
            <summary>
            Gets or sets attribution.
            Optional. JSON object used to represent an icon which represents the application used to generate the activity
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VisualInfo.BackgroundColor">
            <summary>
            Gets or sets backgroundColor.
            Optional. Background color used to render the activity in the UI - brand color for the application source of the activity
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VisualInfo.Description">
            <summary>
            Gets or sets description.
            Optional. Longer text description of the user's unique activity (example: document name, first sentence, and/or metadata)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VisualInfo.DisplayText">
            <summary>
            Gets or sets displayText.
            Rquired. Short text description of the user's unique activity (for example, document name in cases where an activity refers to document creation)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VisualInfo.Content">
            <summary>
            Gets or sets content.
            Optional. Custom piece of data - JSON object used to provide custom content to render the activity in the Windows Shell UI
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VisualInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VppLicensingType">
            <summary>
            The type VppLicensingType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppLicensingType.SupportsUserLicensing">
            <summary>
            Gets or sets supportsUserLicensing.
            Whether the program supports the user licensing type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppLicensingType.SupportsDeviceLicensing">
            <summary>
            Gets or sets supportsDeviceLicensing.
            Whether the program supports the device licensing type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppLicensingType.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VppToken">
            <summary>
            The type Vpp Token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.OrganizationName">
            <summary>
            Gets or sets organization name.
            The organization associated with the Apple Volume Purchase Program Token
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.VppTokenAccountType">
            <summary>
            Gets or sets vpp token account type.
            The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: business, education. Possible values are: business, education.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.AppleId">
            <summary>
            Gets or sets apple id.
            The apple Id associated with the given Apple Volume Purchase Program Token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.ExpirationDateTime">
            <summary>
            Gets or sets expiration date time.
            The expiration date time of the Apple Volume Purchase Program Token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.LastSyncDateTime">
            <summary>
            Gets or sets last sync date time.
            The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.Token">
            <summary>
            Gets or sets token.
            The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.LastModifiedDateTime">
            <summary>
            Gets or sets last modified date time.
            Last modification date time associated with the Apple Volume Purchase Program Token.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.State">
            <summary>
            Gets or sets state.
            Current state of the Apple Volume Purchase Program Token. Possible values are: unknown, valid, expired, invalid. Possible values are: unknown, valid, expired, invalid.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.LastSyncStatus">
            <summary>
            Gets or sets last sync status.
            Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program Token. Possible values are: none, inProgress, completed, failed. Possible values are: none, inProgress, completed, failed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.AutomaticallyUpdateApps">
            <summary>
            Gets or sets automatically update apps.
            Whether or not apps for the VPP token will be automatically updated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.VppToken.CountryOrRegion">
            <summary>
            Gets or sets country or region.
            Whether or not apps for the VPP token will be automatically updated.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VppTokenAccountType">
            <summary>
            The enum VppTokenAccountType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenAccountType.Business">
            <summary>
            business
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenAccountType.Education">
            <summary>
            education
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VppTokenState">
            <summary>
            The enum VppTokenState.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenState.Unknown">
            <summary>
            unknown
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenState.Valid">
            <summary>
            valid
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenState.Expired">
            <summary>
            expired
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenState.Invalid">
            <summary>
            invalid
            </summary>
        </member>
        <member name="T:Microsoft.Graph.VppTokenSyncStatus">
            <summary>
            The enum VppTokenSyncStatus.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenSyncStatus.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenSyncStatus.InProgress">
            <summary>
            in Progress
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenSyncStatus.Completed">
            <summary>
            completed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.VppTokenSyncStatus.Failed">
            <summary>
            failed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WebApp">
            <summary>
            The type Web App.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WebApp.AppUrl">
            <summary>
            Gets or sets app url.
            The web app URL.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WebApp.UseManagedBrowser">
            <summary>
            Gets or sets use managed browser.
            Whether or not to use managed browser. This property is only applicable for Android and IOS.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WebBrowserCookieSettings">
            <summary>
            The enum WebBrowserCookieSettings.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebBrowserCookieSettings.BrowserDefault">
            <summary>
            browser Default
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebBrowserCookieSettings.BlockAlways">
            <summary>
            block Always
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebBrowserCookieSettings.AllowCurrentWebSite">
            <summary>
            allow Current Web Site
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebBrowserCookieSettings.AllowFromWebsitesVisited">
            <summary>
            allow From Websites Visited
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebBrowserCookieSettings.AllowAlways">
            <summary>
            allow Always
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Website">
            <summary>
            The type Website.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Website.Type">
            <summary>
            Gets or sets type.
            Possible values are: other, home, work, blog, profile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Website.Address">
            <summary>
            Gets or sets address.
            The URL of the website.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Website.DisplayName">
            <summary>
            Gets or sets displayName.
            The display name of the web site.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Website.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WebsiteType">
            <summary>
            The enum WebsiteType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebsiteType.Other">
            <summary>
            other
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebsiteType.Home">
            <summary>
            home
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebsiteType.Work">
            <summary>
            work
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebsiteType.Blog">
            <summary>
            blog
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WebsiteType.Profile">
            <summary>
            profile
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WeekIndex">
            <summary>
            The enum WeekIndex.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeekIndex.First">
            <summary>
            first
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeekIndex.Second">
            <summary>
            second
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeekIndex.Third">
            <summary>
            third
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeekIndex.Fourth">
            <summary>
            fourth
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeekIndex.Last">
            <summary>
            last
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WeeklySchedule">
            <summary>
            The enum WeeklySchedule.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Everyday">
            <summary>
            everyday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Sunday">
            <summary>
            sunday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Monday">
            <summary>
            monday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Tuesday">
            <summary>
            tuesday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Wednesday">
            <summary>
            wednesday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Thursday">
            <summary>
            thursday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Friday">
            <summary>
            friday
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WeeklySchedule.Saturday">
            <summary>
            saturday
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WelcomeScreenMeetingInformation">
            <summary>
            The enum WelcomeScreenMeetingInformation.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WelcomeScreenMeetingInformation.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WelcomeScreenMeetingInformation.ShowOrganizerAndTimeOnly">
            <summary>
            show Organizer And Time Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WelcomeScreenMeetingInformation.ShowOrganizerAndTimeAndSubject">
            <summary>
            show Organizer And Time And Subject
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10CompliancePolicy">
            <summary>
            The type Windows10Compliance Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordRequired">
            <summary>
            Gets or sets password required.
            Require a password to unlock Windows device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Indicates whether or not to block simple password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordRequiredToUnlockFromIdle">
            <summary>
            Gets or sets password required to unlock from idle.
            Require a password to unlock an idle device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            The password expiration in days.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            The minimum password length.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            The number of previous passwords to prevent re-use of.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.RequireHealthyDeviceReport">
            <summary>
            Gets or sets require healthy device report.
            Require devices to be reported as healthy by Windows Device Health Attestation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum Windows 10 version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum Windows 10 version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.MobileOsMinimumVersion">
            <summary>
            Gets or sets mobile os minimum version.
            Minimum Windows Phone version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.MobileOsMaximumVersion">
            <summary>
            Gets or sets mobile os maximum version.
            Maximum Windows Phone version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.EarlyLaunchAntiMalwareDriverEnabled">
            <summary>
            Gets or sets early launch anti malware driver enabled.
            Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.BitLockerEnabled">
            <summary>
            Gets or sets bit locker enabled.
            Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.SecureBootEnabled">
            <summary>
            Gets or sets secure boot enabled.
            Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.CodeIntegrityEnabled">
            <summary>
            Gets or sets code integrity enabled.
            Require devices to be reported as healthy by Windows Device Health Attestation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CompliancePolicy.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Require encryption on windows devices.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10CustomConfiguration">
            <summary>
            The type Windows10Custom Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10CustomConfiguration.OmaSettings">
            <summary>
            Gets or sets oma settings.
            OMA settings. This collection can contain a maximum of 1000 elements.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10EditionType">
            <summary>
            The enum Windows10EditionType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10Enterprise">
            <summary>
            windows10Enterprise
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10EnterpriseN">
            <summary>
            windows10Enterprise N
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10Education">
            <summary>
            windows10Education
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10EducationN">
            <summary>
            windows10Education N
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10MobileEnterprise">
            <summary>
            windows10Mobile Enterprise
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10HolographicEnterprise">
            <summary>
            windows10Holographic Enterprise
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10Professional">
            <summary>
            windows10Professional
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10ProfessionalN">
            <summary>
            windows10Professional N
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10ProfessionalEducation">
            <summary>
            windows10Professional Education
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10ProfessionalEducationN">
            <summary>
            windows10Professional Education N
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10ProfessionalWorkstation">
            <summary>
            windows10Professional Workstation
            </summary>
        </member>
        <member name="F:Microsoft.Graph.Windows10EditionType.Windows10ProfessionalWorkstationN">
            <summary>
            windows10Professional Workstation N
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10EndpointProtectionConfiguration">
            <summary>
            The type Windows10Endpoint Protection Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallBlockStatefulFTP">
            <summary>
            Gets or sets firewall block stateful ftp.
            Blocks stateful FTP connections to the device
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallIdleTimeoutForSecurityAssociationInSeconds">
            <summary>
            Gets or sets firewall idle timeout for security association in seconds.
            Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallPreSharedKeyEncodingMethod">
            <summary>
            Gets or sets firewall pre shared key encoding method.
            Select the preshared key encoding to be used Possible values are: deviceDefault, none, utF8.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallIPSecExemptionsAllowNeighborDiscovery">
            <summary>
            Gets or sets firewall ipsec exemptions allow neighbor discovery.
            Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallIPSecExemptionsAllowICMP">
            <summary>
            Gets or sets firewall ipsec exemptions allow icmp.
            Configures IPSec exemptions to allow ICMP
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallIPSecExemptionsAllowRouterDiscovery">
            <summary>
            Gets or sets firewall ipsec exemptions allow router discovery.
            Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallIPSecExemptionsAllowDHCP">
            <summary>
            Gets or sets firewall ipsec exemptions allow dhcp.
            Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallCertificateRevocationListCheckMethod">
            <summary>
            Gets or sets firewall certificate revocation list check method.
            Specify how the certificate revocation list is to be enforced Possible values are: deviceDefault, none, attempt, require.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallMergeKeyingModuleSettings">
            <summary>
            Gets or sets firewall merge keying module settings.
            If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallPacketQueueingMethod">
            <summary>
            Gets or sets firewall packet queueing method.
            Configures how packet queueing should be applied in the tunnel gateway scenario Possible values are: deviceDefault, disabled, queueInbound, queueOutbound, queueBoth.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallProfileDomain">
            <summary>
            Gets or sets firewall profile domain.
            Configures the firewall profile settings for domain networks
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallProfilePublic">
            <summary>
            Gets or sets firewall profile public.
            Configures the firewall profile settings for public networks
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.FirewallProfilePrivate">
            <summary>
            Gets or sets firewall profile private.
            Configures the firewall profile settings for private networks
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.DefenderAttackSurfaceReductionExcludedPaths">
            <summary>
            Gets or sets defender attack surface reduction excluded paths.
            List of exe files and folders to be excluded from attack surface reduction rules
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.DefenderGuardedFoldersAllowedAppPaths">
            <summary>
            Gets or sets defender guarded folders allowed app paths.
            List of paths to exe that are allowed to access protected folders
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.DefenderAdditionalGuardedFolders">
            <summary>
            Gets or sets defender additional guarded folders.
            List of folder paths to be added to the list of protected folders
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.DefenderExploitProtectionXml">
            <summary>
            Gets or sets defender exploit protection xml.
            Xml content containing information regarding exploit protection details.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.DefenderExploitProtectionXmlFileName">
            <summary>
            Gets or sets defender exploit protection xml file name.
            Name of the file from which DefenderExploitProtectionXml was obtained.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.DefenderSecurityCenterBlockExploitProtectionOverride">
            <summary>
            Gets or sets defender security center block exploit protection override.
            Indicates whether or not to block user from overriding Exploit Protection settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.AppLockerApplicationControl">
            <summary>
            Gets or sets app locker application control.
            Enables the Admin to choose what types of app to allow on devices. Possible values are: notConfigured, enforceComponentsAndStoreApps, auditComponentsAndStoreApps, enforceComponentsStoreAppsAndSmartlocker, auditComponentsStoreAppsAndSmartlocker.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.SmartScreenEnableInShell">
            <summary>
            Gets or sets smart screen enable in shell.
            Allows IT Admins to configure SmartScreen for Windows.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.SmartScreenBlockOverrideForFiles">
            <summary>
            Gets or sets smart screen block override for files.
            Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardEnabled">
            <summary>
            Gets or sets application guard enabled.
            Enable Windows Defender Application Guard
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardBlockFileTransfer">
            <summary>
            Gets or sets application guard block file transfer.
            Block clipboard to transfer image file, text file or neither of them Possible values are: notConfigured, blockImageAndTextFile, blockImageFile, blockNone, blockTextFile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardBlockNonEnterpriseContent">
            <summary>
            Gets or sets application guard block non enterprise content.
            Block enterprise sites to load non-enterprise content, such as third party plug-ins
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardAllowPersistence">
            <summary>
            Gets or sets application guard allow persistence.
            Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardForceAuditing">
            <summary>
            Gets or sets application guard force auditing.
            Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardBlockClipboardSharing">
            <summary>
            Gets or sets application guard block clipboard sharing.
            Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways. Possible values are: notConfigured, blockBoth, blockHostToContainer, blockContainerToHost, blockNone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardAllowPrintToPDF">
            <summary>
            Gets or sets application guard allow print to pdf.
            Allow printing to PDF from Container
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardAllowPrintToXPS">
            <summary>
            Gets or sets application guard allow print to xps.
            Allow printing to XPS from Container
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardAllowPrintToLocalPrinters">
            <summary>
            Gets or sets application guard allow print to local printers.
            Allow printing to Local Printers from Container
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.ApplicationGuardAllowPrintToNetworkPrinters">
            <summary>
            Gets or sets application guard allow print to network printers.
            Allow printing to Network Printers from Container
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.BitLockerDisableWarningForOtherDiskEncryption">
            <summary>
            Gets or sets bit locker disable warning for other disk encryption.
            Allows the Admin to disable the warning prompt for other disk encryption on the user machines.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.BitLockerEnableStorageCardEncryptionOnMobile">
            <summary>
            Gets or sets bit locker enable storage card encryption on mobile.
            Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.BitLockerEncryptDevice">
            <summary>
            Gets or sets bit locker encrypt device.
            Allows the admin to require encryption to be turned on using BitLocker.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EndpointProtectionConfiguration.BitLockerRemovableDrivePolicy">
            <summary>
            Gets or sets bit locker removable drive policy.
            BitLocker Removable Drive Policy.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration">
            <summary>
            The type Windows10Enterprise Modern App Management Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration.UninstallBuiltInApps">
            <summary>
            Gets or sets uninstall built in apps.
            Indicates whether or not to uninstall a fixed list of built-in Windows apps.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10GeneralConfiguration">
            <summary>
            The type Windows10General Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EnterpriseCloudPrintDiscoveryEndPoint">
            <summary>
            Gets or sets enterprise cloud print discovery end point.
            Endpoint for discovering cloud printers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EnterpriseCloudPrintOAuthAuthority">
            <summary>
            Gets or sets enterprise cloud print oauth authority.
            Authentication endpoint for acquiring OAuth tokens.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EnterpriseCloudPrintOAuthClientIdentifier">
            <summary>
            Gets or sets enterprise cloud print oauth client identifier.
            GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EnterpriseCloudPrintResourceIdentifier">
            <summary>
            Gets or sets enterprise cloud print resource identifier.
            OAuth resource URI for print service as configured in the Azure portal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EnterpriseCloudPrintDiscoveryMaxLimit">
            <summary>
            Gets or sets enterprise cloud print discovery max limit.
            Maximum number of printers that should be queried from a discovery endpoint. This is a mobile only setting. Valid values 1 to 65535
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EnterpriseCloudPrintMopriaDiscoveryResourceIdentifier">
            <summary>
            Gets or sets enterprise cloud print mopria discovery resource identifier.
            OAuth resource URI for printer discovery service as configured in Azure portal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchBlockDiacritics">
            <summary>
            Gets or sets search block diacritics.
            Specifies if search can use diacritics.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchDisableAutoLanguageDetection">
            <summary>
            Gets or sets search disable auto language detection.
            Specifies whether to use automatic language detection when indexing content and properties.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchDisableIndexingEncryptedItems">
            <summary>
            Gets or sets search disable indexing encrypted items.
            Indicates whether or not to block indexing of WIP-protected items to prevent them from appearing in search results for Cortana or Explorer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchEnableRemoteQueries">
            <summary>
            Gets or sets search enable remote queries.
            Indicates whether or not to block remote queries of this computer's index.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchDisableIndexerBackoff">
            <summary>
            Gets or sets search disable indexer backoff.
            Indicates whether or not to disable the search indexer backoff feature.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchDisableIndexingRemovableDrive">
            <summary>
            Gets or sets search disable indexing removable drive.
            Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SearchEnableAutomaticIndexSizeManangement">
            <summary>
            Gets or sets search enable automatic index size manangement.
            Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DiagnosticsDataSubmissionMode">
            <summary>
            Gets or sets diagnostics data submission mode.
            Gets or sets a value allowing the device to send diagnostic and usage telemetry data, such as Watson. Possible values are: userDefined, none, basic, enhanced, full.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.OneDriveDisableFileSync">
            <summary>
            Gets or sets one drive disable file sync.
            Gets or sets a value allowing IT admins to prevent apps and features from working with files on OneDrive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SmartScreenEnableAppInstallControl">
            <summary>
            Gets or sets smart screen enable app install control.
            Allows IT Admins to control whether users are allowed to install apps from places other than the Store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PersonalizationDesktopImageUrl">
            <summary>
            Gets or sets personalization desktop image url.
            A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to used as the Desktop Image.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PersonalizationLockScreenImageUrl">
            <summary>
            Gets or sets personalization lock screen image url.
            A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.BluetoothAllowedServices">
            <summary>
            Gets or sets bluetooth allowed services.
            Specify a list of allowed Bluetooth services and profiles in hex formatted strings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.BluetoothBlockAdvertising">
            <summary>
            Gets or sets bluetooth block advertising.
            Whether or not to Block the user from using bluetooth advertising.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.BluetoothBlockDiscoverableMode">
            <summary>
            Gets or sets bluetooth block discoverable mode.
            Whether or not to Block the user from using bluetooth discoverable mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.BluetoothBlockPrePairing">
            <summary>
            Gets or sets bluetooth block pre pairing.
            Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockAutofill">
            <summary>
            Gets or sets edge block autofill.
            Indicates whether or not to block auto fill.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlocked">
            <summary>
            Gets or sets edge blocked.
            Indicates whether or not to Block the user from using the Edge browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeCookiePolicy">
            <summary>
            Gets or sets edge cookie policy.
            Indicates which cookies to block in the Edge browser. Possible values are: userDefined, allow, blockThirdParty, blockAll.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockDeveloperTools">
            <summary>
            Gets or sets edge block developer tools.
            Indicates whether or not to block developer tools in the Edge browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockSendingDoNotTrackHeader">
            <summary>
            Gets or sets edge block sending do not track header.
            Indicates whether or not to Block the user from sending the do not track header.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockExtensions">
            <summary>
            Gets or sets edge block extensions.
            Indicates whether or not to block extensions in the Edge browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockInPrivateBrowsing">
            <summary>
            Gets or sets edge block in private browsing.
            Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockJavaScript">
            <summary>
            Gets or sets edge block java script.
            Indicates whether or not to Block the user from using JavaScript.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockPasswordManager">
            <summary>
            Gets or sets edge block password manager.
            Indicates whether or not to Block password manager.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockAddressBarDropdown">
            <summary>
            Gets or sets edge block address bar dropdown.
            Block the address bar dropdown functionality in Microsoft Edge. Disable this settings to minimize network connections from Microsoft Edge to Microsoft services.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockCompatibilityList">
            <summary>
            Gets or sets edge block compatibility list.
            Block Microsoft compatibility list in Microsoft Edge. This list from Microsoft helps Edge properly display sites with known compatibility issues.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeClearBrowsingDataOnExit">
            <summary>
            Gets or sets edge clear browsing data on exit.
            Clear browsing data on exiting Microsoft Edge.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeAllowStartPagesModification">
            <summary>
            Gets or sets edge allow start pages modification.
            Allow users to change Start pages on Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeDisableFirstRunPage">
            <summary>
            Gets or sets edge disable first run page.
            Block the Microsoft web page that opens on the first use of Microsoft Edge. This policy allows enterprises, like those enrolled in zero emissions configurations, to block this page.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockLiveTileDataCollection">
            <summary>
            Gets or sets edge block live tile data collection.
            Block the collection of information by Microsoft for live tile creation when users pin a site to Start from Microsoft Edge.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeSyncFavoritesWithInternetExplorer">
            <summary>
            Gets or sets edge sync favorites with internet explorer.
            Enable favorites sync between Internet Explorer and Microsoft Edge. Additions, deletions, modifications and order changes to favorites are shared between browsers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CellularBlockDataWhenRoaming">
            <summary>
            Gets or sets cellular block data when roaming.
            Whether or not to Block the user from using data over cellular while roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CellularBlockVpn">
            <summary>
            Gets or sets cellular block vpn.
            Whether or not to Block the user from using VPN over cellular.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CellularBlockVpnWhenRoaming">
            <summary>
            Gets or sets cellular block vpn when roaming.
            Whether or not to Block the user from using VPN when roaming over cellular.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderBlockEndUserAccess">
            <summary>
            Gets or sets defender block end user access.
            Whether or not to block end user access to Defender.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderDaysBeforeDeletingQuarantinedMalware">
            <summary>
            Gets or sets defender days before deleting quarantined malware.
            Number of days before deleting quarantined malware. Valid values 0 to 90
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderDetectedMalwareActions">
            <summary>
            Gets or sets defender detected malware actions.
            Gets or sets Defender's actions to take on detected Malware per threat level.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderSystemScanSchedule">
            <summary>
            Gets or sets defender system scan schedule.
            Defender day of the week for the system scan. Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderFilesAndFoldersToExclude">
            <summary>
            Gets or sets defender files and folders to exclude.
            Files and folder to exclude from scans and real time protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderFileExtensionsToExclude">
            <summary>
            Gets or sets defender file extensions to exclude.
            File extensions to exclude from scans and real time protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanMaxCpu">
            <summary>
            Gets or sets defender scan max cpu.
            Max CPU usage percentage during scan. Valid values 0 to 100
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderMonitorFileActivity">
            <summary>
            Gets or sets defender monitor file activity.
            Value for monitoring file activity. Possible values are: userDefined, disable, monitorAllFiles, monitorIncomingFilesOnly, monitorOutgoingFilesOnly.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderProcessesToExclude">
            <summary>
            Gets or sets defender processes to exclude.
            Processes to exclude from scans and real time protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderPromptForSampleSubmission">
            <summary>
            Gets or sets defender prompt for sample submission.
            The configuration for how to prompt user for sample submission. Possible values are: userDefined, alwaysPrompt, promptBeforeSendingPersonalData, neverSendData, sendAllDataWithoutPrompting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderRequireBehaviorMonitoring">
            <summary>
            Gets or sets defender require behavior monitoring.
            Indicates whether or not to require behavior monitoring.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderRequireCloudProtection">
            <summary>
            Gets or sets defender require cloud protection.
            Indicates whether or not to require cloud protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderRequireNetworkInspectionSystem">
            <summary>
            Gets or sets defender require network inspection system.
            Indicates whether or not to require network inspection system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderRequireRealTimeMonitoring">
            <summary>
            Gets or sets defender require real time monitoring.
            Indicates whether or not to require real time monitoring.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanArchiveFiles">
            <summary>
            Gets or sets defender scan archive files.
            Indicates whether or not to scan archive files.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanDownloads">
            <summary>
            Gets or sets defender scan downloads.
            Indicates whether or not to scan downloads.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanNetworkFiles">
            <summary>
            Gets or sets defender scan network files.
            Indicates whether or not to scan files opened from a network folder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanIncomingMail">
            <summary>
            Gets or sets defender scan incoming mail.
            Indicates whether or not to scan incoming mail messages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanMappedNetworkDrivesDuringFullScan">
            <summary>
            Gets or sets defender scan mapped network drives during full scan.
            Indicates whether or not to scan mapped network drives during full scan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanRemovableDrivesDuringFullScan">
            <summary>
            Gets or sets defender scan removable drives during full scan.
            Indicates whether or not to scan removable drives during full scan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanScriptsLoadedInInternetExplorer">
            <summary>
            Gets or sets defender scan scripts loaded in internet explorer.
            Indicates whether or not to scan scripts loaded in Internet Explorer browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderSignatureUpdateIntervalInHours">
            <summary>
            Gets or sets defender signature update interval in hours.
            The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScanType">
            <summary>
            Gets or sets defender scan type.
            The defender system scan type. Possible values are: userDefined, disabled, quick, full.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScheduledScanTime">
            <summary>
            Gets or sets defender scheduled scan time.
            The defender time for the system scan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderScheduledQuickScanTime">
            <summary>
            Gets or sets defender scheduled quick scan time.
            The time to perform a daily quick scan.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DefenderCloudBlockLevel">
            <summary>
            Gets or sets defender cloud block level.
            Specifies the level of cloud-delivered protection. Possible values are: notConfigured, high, highPlus, zeroTolerance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LockScreenAllowTimeoutConfiguration">
            <summary>
            Gets or sets lock screen allow timeout configuration.
            Specify whether to show a user-configurable setting to control the screen timeout while on the lock screen of Windows 10 Mobile devices. If this policy is set to Allow, the value set by lockScreenTimeoutInSeconds is ignored.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LockScreenBlockActionCenterNotifications">
            <summary>
            Gets or sets lock screen block action center notifications.
            Indicates whether or not to block action center notifications over lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LockScreenBlockCortana">
            <summary>
            Gets or sets lock screen block cortana.
            Indicates whether or not the user can interact with Cortana using speech while the system is locked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LockScreenBlockToastNotifications">
            <summary>
            Gets or sets lock screen block toast notifications.
            Indicates whether to allow toast notifications above the device lock screen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LockScreenTimeoutInSeconds">
            <summary>
            Gets or sets lock screen timeout in seconds.
            Set the duration (in seconds) from the screen locking to the screen turning off for Windows 10 Mobile devices. Supported values are 11-1800. Valid values 11 to 1800
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Specify whether PINs or passwords such as "1111" or "1234" are allowed. For Windows 10 desktops, it also controls the use of picture passwords.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            The password expiration in days. Valid values 0 to 730
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            The minimum password length. Valid values 4 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets password minutes of inactivity before screen timeout.
            The minutes of inactivity before the screen times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            The number of previous passwords to prevent reuse of. Valid values 0 to 50
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordRequired">
            <summary>
            Gets or sets password required.
            Indicates whether or not to require the user to have a password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordRequireWhenResumeFromIdleState">
            <summary>
            Gets or sets password require when resume from idle state.
            Indicates whether or not to require a password upon resuming from an idle state.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PasswordSignInFailureCountBeforeFactoryReset">
            <summary>
            Gets or sets password sign in failure count before factory reset.
            The number of sign in failures before factory reset. Valid values 0 to 999
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PrivacyAdvertisingId">
            <summary>
            Gets or sets privacy advertising id.
            Enables or disables the use of advertising ID. Added in Windows 10, version 1607. Possible values are: notConfigured, blocked, allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PrivacyAutoAcceptPairingAndConsentPrompts">
            <summary>
            Gets or sets privacy auto accept pairing and consent prompts.
            Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.PrivacyBlockInputPersonalization">
            <summary>
            Gets or sets privacy block input personalization.
            Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartBlockUnpinningAppsFromTaskbar">
            <summary>
            Gets or sets start block unpinning apps from taskbar.
            Indicates whether or not to block the user from unpinning apps from taskbar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuAppListVisibility">
            <summary>
            Gets or sets start menu app list visibility.
            Setting the value of this collapses the app list, removes the app list entirely, or disables the corresponding toggle in the Settings app. Possible values are: userDefined, collapse, remove, disableSettingsApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideChangeAccountSettings">
            <summary>
            Gets or sets start menu hide change account settings.
            Enabling this policy hides the change account setting from appearing in the user tile in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideFrequentlyUsedApps">
            <summary>
            Gets or sets start menu hide frequently used apps.
            Enabling this policy hides the most used apps from appearing on the start menu and disables the corresponding toggle in the Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideHibernate">
            <summary>
            Gets or sets start menu hide hibernate.
            Enabling this policy hides hibernate from appearing in the power button in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideLock">
            <summary>
            Gets or sets start menu hide lock.
            Enabling this policy hides lock from appearing in the user tile in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHidePowerButton">
            <summary>
            Gets or sets start menu hide power button.
            Enabling this policy hides the power button from appearing in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideRecentJumpLists">
            <summary>
            Gets or sets start menu hide recent jump lists.
            Enabling this policy hides recent jump lists from appearing on the start menu/taskbar and disables the corresponding toggle in the Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideRecentlyAddedApps">
            <summary>
            Gets or sets start menu hide recently added apps.
            Enabling this policy hides recently added apps from appearing on the start menu and disables the corresponding toggle in the Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideRestartOptions">
            <summary>
            Gets or sets start menu hide restart options.
            Enabling this policy hides "Restart/Update and Restart" from appearing in the power button in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideShutDown">
            <summary>
            Gets or sets start menu hide shut down.
            Enabling this policy hides shut down/update and shut down from appearing in the power button in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideSignOut">
            <summary>
            Gets or sets start menu hide sign out.
            Enabling this policy hides sign out from appearing in the user tile in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideSleep">
            <summary>
            Gets or sets start menu hide sleep.
            Enabling this policy hides sleep from appearing in the power button in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideSwitchAccount">
            <summary>
            Gets or sets start menu hide switch account.
            Enabling this policy hides switch account from appearing in the user tile in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuHideUserTile">
            <summary>
            Gets or sets start menu hide user tile.
            Enabling this policy hides the user tile from appearing in the start menu.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuLayoutEdgeAssetsXml">
            <summary>
            Gets or sets start menu layout edge assets xml.
            This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuLayoutXml">
            <summary>
            Gets or sets start menu layout xml.
            Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuMode">
            <summary>
            Gets or sets start menu mode.
            Allows admins to decide how the Start menu is displayed. Possible values are: userDefined, fullScreen, nonFullScreen.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderDocuments">
            <summary>
            Gets or sets start menu pinned folder documents.
            Enforces the visibility (Show/Hide) of the Documents folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderDownloads">
            <summary>
            Gets or sets start menu pinned folder downloads.
            Enforces the visibility (Show/Hide) of the Downloads folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderFileExplorer">
            <summary>
            Gets or sets start menu pinned folder file explorer.
            Enforces the visibility (Show/Hide) of the FileExplorer shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderHomeGroup">
            <summary>
            Gets or sets start menu pinned folder home group.
            Enforces the visibility (Show/Hide) of the HomeGroup folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderMusic">
            <summary>
            Gets or sets start menu pinned folder music.
            Enforces the visibility (Show/Hide) of the Music folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderNetwork">
            <summary>
            Gets or sets start menu pinned folder network.
            Enforces the visibility (Show/Hide) of the Network folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderPersonalFolder">
            <summary>
            Gets or sets start menu pinned folder personal folder.
            Enforces the visibility (Show/Hide) of the PersonalFolder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderPictures">
            <summary>
            Gets or sets start menu pinned folder pictures.
            Enforces the visibility (Show/Hide) of the Pictures folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderSettings">
            <summary>
            Gets or sets start menu pinned folder settings.
            Enforces the visibility (Show/Hide) of the Settings folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StartMenuPinnedFolderVideos">
            <summary>
            Gets or sets start menu pinned folder videos.
            Enforces the visibility (Show/Hide) of the Videos folder shortcut on the Start menu. Possible values are: notConfigured, hide, show.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockSettingsApp">
            <summary>
            Gets or sets settings block settings app.
            Indicates whether or not to block access to Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockSystemPage">
            <summary>
            Gets or sets settings block system page.
            Indicates whether or not to block access to System in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockDevicesPage">
            <summary>
            Gets or sets settings block devices page.
            Indicates whether or not to block access to Devices in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockNetworkInternetPage">
            <summary>
            Gets or sets settings block network internet page.
            Indicates whether or not to block access to Network &amp; Internet in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockPersonalizationPage">
            <summary>
            Gets or sets settings block personalization page.
            Indicates whether or not to block access to Personalization in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockAccountsPage">
            <summary>
            Gets or sets settings block accounts page.
            Indicates whether or not to block access to Accounts in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockTimeLanguagePage">
            <summary>
            Gets or sets settings block time language page.
            Indicates whether or not to block access to Time &amp; Language in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockEaseOfAccessPage">
            <summary>
            Gets or sets settings block ease of access page.
            Indicates whether or not to block access to Ease of Access in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockPrivacyPage">
            <summary>
            Gets or sets settings block privacy page.
            Indicates whether or not to block access to Privacy in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockUpdateSecurityPage">
            <summary>
            Gets or sets settings block update security page.
            Indicates whether or not to block access to Update &amp; Security in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockAppsPage">
            <summary>
            Gets or sets settings block apps page.
            Indicates whether or not to block access to Apps in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockGamingPage">
            <summary>
            Gets or sets settings block gaming page.
            Indicates whether or not to block access to Gaming in Settings app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlockConsumerSpecificFeatures">
            <summary>
            Gets or sets windows spotlight block consumer specific features.
            Allows IT admins to block experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlocked">
            <summary>
            Gets or sets windows spotlight blocked.
            Allows IT admins to turn off all Windows Spotlight features
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlockOnActionCenter">
            <summary>
            Gets or sets windows spotlight block on action center.
            Block suggestions from Microsoft that show after each OS clean install, upgrade or in an on-going basis to introduce users to what is new or changed
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlockTailoredExperiences">
            <summary>
            Gets or sets windows spotlight block tailored experiences.
            Block personalized content in Windows spotlight based on user's device usage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlockThirdPartyNotifications">
            <summary>
            Gets or sets windows spotlight block third party notifications.
            Block third party content delivered via Windows Spotlight
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlockWelcomeExperience">
            <summary>
            Gets or sets windows spotlight block welcome experience.
            Block Windows Spotlight Windows welcome experience
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightBlockWindowsTips">
            <summary>
            Gets or sets windows spotlight block windows tips.
            Allows IT admins to turn off the popup of Windows Tips.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsSpotlightConfigureOnLockScreen">
            <summary>
            Gets or sets windows spotlight configure on lock screen.
            Specifies the type of Spotlight Possible values are: notConfigured, disabled, enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.NetworkProxyApplySettingsDeviceWide">
            <summary>
            Gets or sets network proxy apply settings device wide.
            If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that's enrolled into MDM.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.NetworkProxyDisableAutoDetect">
            <summary>
            Gets or sets network proxy disable auto detect.
            Disable automatic detection of settings. If enabled, the system will try to find the path to a proxy auto-config (PAC) script.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.NetworkProxyAutomaticConfigurationUrl">
            <summary>
            Gets or sets network proxy automatic configuration url.
            Address to the proxy auto-config (PAC) script you want to use.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.NetworkProxyServer">
            <summary>
            Gets or sets network proxy server.
            Specifies manual proxy server settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.AccountsBlockAddingNonMicrosoftAccountEmail">
            <summary>
            Gets or sets accounts block adding non microsoft account email.
            Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.AntiTheftModeBlocked">
            <summary>
            Gets or sets anti theft mode blocked.
            Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.BluetoothBlocked">
            <summary>
            Gets or sets bluetooth blocked.
            Whether or not to Block the user from using bluetooth.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CameraBlocked">
            <summary>
            Gets or sets camera blocked.
            Whether or not to Block the user from accessing the camera of the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.ConnectedDevicesServiceBlocked">
            <summary>
            Gets or sets connected devices service blocked.
            Whether or not to block Connected Devices Service which enables discovery and connection to other devices, remote messaging, remote app sessions and other cross-device experiences.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CertificatesBlockManualRootCertificateInstallation">
            <summary>
            Gets or sets certificates block manual root certificate installation.
            Whether or not to Block the user from doing manual root certificate installation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CopyPasteBlocked">
            <summary>
            Gets or sets copy paste blocked.
            Whether or not to Block the user from using copy paste.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.CortanaBlocked">
            <summary>
            Gets or sets cortana blocked.
            Whether or not to Block the user from using Cortana.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DeviceManagementBlockFactoryResetOnMobile">
            <summary>
            Gets or sets device management block factory reset on mobile.
            Indicates whether or not to Block the user from resetting their phone.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DeviceManagementBlockManualUnenroll">
            <summary>
            Gets or sets device management block manual unenroll.
            Indicates whether or not to Block the user from doing manual un-enrollment from device management.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SafeSearchFilter">
            <summary>
            Gets or sets safe search filter.
            Specifies what filter level of safe search is required. Possible values are: userDefined, strict, moderate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockPopups">
            <summary>
            Gets or sets edge block popups.
            Indicates whether or not to block popups.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockSearchSuggestions">
            <summary>
            Gets or sets edge block search suggestions.
            Indicates whether or not to Block the user from using the search suggestions in the address bar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockSendingIntranetTrafficToInternetExplorer">
            <summary>
            Gets or sets edge block sending intranet traffic to internet explorer.
            Indicates whether or not to Block the user from sending Intranet traffic to Internet Explorer from Edge.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeRequireSmartScreen">
            <summary>
            Gets or sets edge require smart screen.
            Indicates whether or not to Require the user to use the smart screen filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeEnterpriseModeSiteListLocation">
            <summary>
            Gets or sets edge enterprise mode site list location.
            Indicates the enterprise mode site list location. Could be a local file, local network or http location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeFirstRunUrl">
            <summary>
            Gets or sets edge first run url.
            The first run URL for when Edge browser is opened for the first time.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeSearchEngine">
            <summary>
            Gets or sets edge search engine.
            Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeHomepageUrls">
            <summary>
            Gets or sets edge homepage urls.
            The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.EdgeBlockAccessToAboutFlags">
            <summary>
            Gets or sets edge block access to about flags.
            Indicates whether or not to prevent access to about flags on Edge browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SmartScreenBlockPromptOverride">
            <summary>
            Gets or sets smart screen block prompt override.
            Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SmartScreenBlockPromptOverrideForFiles">
            <summary>
            Gets or sets smart screen block prompt override for files.
            Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WebRtcBlockLocalhostIpAddress">
            <summary>
            Gets or sets web rtc block localhost ip address.
            Indicates whether or not user's localhost IP address is displayed while making phone calls using the WebRTC
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.InternetSharingBlocked">
            <summary>
            Gets or sets internet sharing blocked.
            Indicates whether or not to Block the user from using internet sharing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockAddProvisioningPackage">
            <summary>
            Gets or sets settings block add provisioning package.
            Indicates whether or not to block the user from installing provisioning packages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockRemoveProvisioningPackage">
            <summary>
            Gets or sets settings block remove provisioning package.
            Indicates whether or not to block the runtime configuration agent from removing provisioning packages.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockChangeSystemTime">
            <summary>
            Gets or sets settings block change system time.
            Indicates whether or not to block the user from changing date and time settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockEditDeviceName">
            <summary>
            Gets or sets settings block edit device name.
            Indicates whether or not to block the user from editing the device name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockChangeRegion">
            <summary>
            Gets or sets settings block change region.
            Indicates whether or not to block the user from changing the region settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockChangeLanguage">
            <summary>
            Gets or sets settings block change language.
            Indicates whether or not to block the user from changing the language settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SettingsBlockChangePowerSleep">
            <summary>
            Gets or sets settings block change power sleep.
            Indicates whether or not to block the user from changing power and sleep settings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LocationServicesBlocked">
            <summary>
            Gets or sets location services blocked.
            Indicates whether or not to Block the user from location services.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.MicrosoftAccountBlocked">
            <summary>
            Gets or sets microsoft account blocked.
            Indicates whether or not to Block a Microsoft account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.MicrosoftAccountBlockSettingsSync">
            <summary>
            Gets or sets microsoft account block settings sync.
            Indicates whether or not to Block Microsoft account settings sync.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.NfcBlocked">
            <summary>
            Gets or sets nfc blocked.
            Indicates whether or not to Block the user from using near field communication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.ResetProtectionModeBlocked">
            <summary>
            Gets or sets reset protection mode blocked.
            Indicates whether or not to Block the user from reset protection mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.ScreenCaptureBlocked">
            <summary>
            Gets or sets screen capture blocked.
            Indicates whether or not to Block the user from taking Screenshots.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StorageBlockRemovableStorage">
            <summary>
            Gets or sets storage block removable storage.
            Indicates whether or not to Block the user from using removable storage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StorageRequireMobileDeviceEncryption">
            <summary>
            Gets or sets storage require mobile device encryption.
            Indicating whether or not to require encryption on a mobile device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.UsbBlocked">
            <summary>
            Gets or sets usb blocked.
            Indicates whether or not to Block the user from USB connection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.VoiceRecordingBlocked">
            <summary>
            Gets or sets voice recording blocked.
            Indicates whether or not to Block the user from voice recording.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WiFiBlockAutomaticConnectHotspots">
            <summary>
            Gets or sets wi fi block automatic connect hotspots.
            Indicating whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WiFiBlocked">
            <summary>
            Gets or sets wi fi blocked.
            Indicates whether or not to Block the user from using Wi-Fi.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WiFiBlockManualConfiguration">
            <summary>
            Gets or sets wi fi block manual configuration.
            Indicates whether or not to Block the user from using Wi-Fi manual configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WiFiScanInterval">
            <summary>
            Gets or sets wi fi scan interval.
            Specify how often devices scan for Wi-Fi networks. Supported values are 1-500, where 100 = default, and 500 = low frequency. Valid values 1 to 500
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WirelessDisplayBlockProjectionToThisDevice">
            <summary>
            Gets or sets wireless display block projection to this device.
            Indicates whether or not to allow other devices from discovering this PC for projection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WirelessDisplayBlockUserInputFromReceiver">
            <summary>
            Gets or sets wireless display block user input from receiver.
            Indicates whether or not to allow user input from wireless display receiver.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WirelessDisplayRequirePinForPairing">
            <summary>
            Gets or sets wireless display require pin for pairing.
            Indicates whether or not to require a PIN for new devices to initiate pairing.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsStoreBlocked">
            <summary>
            Gets or sets windows store blocked.
            Indicates whether or not to Block the user from using the Windows store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.AppsAllowTrustedAppsSideloading">
            <summary>
            Gets or sets apps allow trusted apps sideloading.
            Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded. Possible values are: notConfigured, blocked, allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsStoreBlockAutoUpdate">
            <summary>
            Gets or sets windows store block auto update.
            Indicates whether or not to block automatic update of apps from Windows Store.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.DeveloperUnlockSetting">
            <summary>
            Gets or sets developer unlock setting.
            Indicates whether or not to allow developer unlock. Possible values are: notConfigured, blocked, allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.SharedUserAppDataAllowed">
            <summary>
            Gets or sets shared user app data allowed.
            Indicates whether or not to block multiple users of the same app to share data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.AppsBlockWindowsStoreOriginatedApps">
            <summary>
            Gets or sets apps block windows store originated apps.
            Indicates whether or not to disable the launch of all apps from Windows Store that came pre-installed or were downloaded.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.WindowsStoreEnablePrivateStoreOnly">
            <summary>
            Gets or sets windows store enable private store only.
            Indicates whether or not to enable Private Store Only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StorageRestrictAppDataToSystemVolume">
            <summary>
            Gets or sets storage restrict app data to system volume.
            Indicates whether application data is restricted to the system drive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.StorageRestrictAppInstallToSystemVolume">
            <summary>
            Gets or sets storage restrict app install to system volume.
            Indicates whether the installation of applications is restricted to the system drive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.GameDvrBlocked">
            <summary>
            Gets or sets game dvr blocked.
            Indicates whether or not to block DVR and broadcasting.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.ExperienceBlockDeviceDiscovery">
            <summary>
            Gets or sets experience block device discovery.
            Indicates whether or not to enable device discovery UX.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.ExperienceBlockErrorDialogWhenNoSIM">
            <summary>
            Gets or sets experience block error dialog when no sim.
            Indicates whether or not to allow the error dialog from displaying if no SIM card is detected.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.ExperienceBlockTaskSwitcher">
            <summary>
            Gets or sets experience block task switcher.
            Indicates whether or not to enable task switching on the device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10GeneralConfiguration.LogonBlockFastUserSwitching">
            <summary>
            Gets or sets logon block fast user switching.
            Disables the ability to quickly switch between users that are logged on simultaneously without logging off.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10MobileCompliancePolicy">
            <summary>
            The type Windows10Mobile Compliance Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordRequired">
            <summary>
            Gets or sets password required.
            Require a password to unlock Windows Phone device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Whether or not to block syncing the calendar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum password length. Valid values 4 to 16
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            The number of previous passwords to prevent re-use of.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before password expiration. Valid values 1 to 255
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.PasswordRequireToUnlockFromIdle">
            <summary>
            Gets or sets password require to unlock from idle.
            Require a password to unlock an idle device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum Windows Phone version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum Windows Phone version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.EarlyLaunchAntiMalwareDriverEnabled">
            <summary>
            Gets or sets early launch anti malware driver enabled.
            Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.BitLockerEnabled">
            <summary>
            Gets or sets bit locker enabled.
            Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.SecureBootEnabled">
            <summary>
            Gets or sets secure boot enabled.
            Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.CodeIntegrityEnabled">
            <summary>
            Gets or sets code integrity enabled.
            Require devices to be reported as healthy by Windows Device Health Attestation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10MobileCompliancePolicy.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Require encryption on windows devices.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10NetworkProxyServer">
            <summary>
            The type Windows10NetworkProxyServer.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10NetworkProxyServer.Address">
            <summary>
            Gets or sets address.
            Address to the proxy server. Specify an address in the format [":"]
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10NetworkProxyServer.Exceptions">
            <summary>
            Gets or sets exceptions.
            Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10NetworkProxyServer.UseForLocalAddresses">
            <summary>
            Gets or sets useForLocalAddresses.
            Specifies whether the proxy server should be used for local (intranet) addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10NetworkProxyServer.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10SecureAssessmentConfiguration">
            <summary>
            The type Windows10Secure Assessment Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10SecureAssessmentConfiguration.LaunchUri">
            <summary>
            Gets or sets launch uri.
            Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10SecureAssessmentConfiguration.ConfigurationAccount">
            <summary>
            Gets or sets configuration account.
            The account used to configure the Windows device for taking the test. The user can be a domain account (domain\user), an AAD account (username@tenant.com) or a local account (username).
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10SecureAssessmentConfiguration.AllowPrinting">
            <summary>
            Gets or sets allow printing.
            Indicates whether or not to allow the app from printing during the test.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10SecureAssessmentConfiguration.AllowScreenCapture">
            <summary>
            Gets or sets allow screen capture.
            Indicates whether or not to allow screen capture capability during a test.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10SecureAssessmentConfiguration.AllowTextSuggestion">
            <summary>
            Gets or sets allow text suggestion.
            Indicates whether or not to allow text suggestions during the test.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows10TeamGeneralConfiguration">
            <summary>
            The type Windows10Team General Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.AzureOperationalInsightsBlockTelemetry">
            <summary>
            Gets or sets azure operational insights block telemetry.
            Indicates whether or not to Block Azure Operational Insights.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.AzureOperationalInsightsWorkspaceId">
            <summary>
            Gets or sets azure operational insights workspace id.
            The Azure Operational Insights workspace id.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.AzureOperationalInsightsWorkspaceKey">
            <summary>
            Gets or sets azure operational insights workspace key.
            The Azure Operational Insights Workspace key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.ConnectAppBlockAutoLaunch">
            <summary>
            Gets or sets connect app block auto launch.
            Specifies whether to automatically launch the Connect app whenever a projection is initiated.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.MaintenanceWindowBlocked">
            <summary>
            Gets or sets maintenance window blocked.
            Indicates whether or not to Block setting a maintenance window for device updates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.MaintenanceWindowDurationInHours">
            <summary>
            Gets or sets maintenance window duration in hours.
            Maintenance window duration for device updates. Valid values 0 to 5
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.MaintenanceWindowStartTime">
            <summary>
            Gets or sets maintenance window start time.
            Maintenance window start time for device updates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.MiracastChannel">
            <summary>
            Gets or sets miracast channel.
            The channel. Possible values are: userDefined, one, two, three, four, five, six, seven, eight, nine, ten, eleven, thirtySix, forty, fortyFour, fortyEight, oneHundredFortyNine, oneHundredFiftyThree, oneHundredFiftySeven, oneHundredSixtyOne, oneHundredSixtyFive.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.MiracastBlocked">
            <summary>
            Gets or sets miracast blocked.
            Indicates whether or not to Block wireless projection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.MiracastRequirePin">
            <summary>
            Gets or sets miracast require pin.
            Indicates whether or not to require a pin for wireless projection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsBlockMyMeetingsAndFiles">
            <summary>
            Gets or sets settings block my meetings and files.
            Specifies whether to disable the "My meetings and files" feature in the Start menu, which shows the signed-in user's meetings and files from Office 365.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsBlockSessionResume">
            <summary>
            Gets or sets settings block session resume.
            Specifies whether to allow the ability to resume a session when the session times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsBlockSigninSuggestions">
            <summary>
            Gets or sets settings block signin suggestions.
            Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsDefaultVolume">
            <summary>
            Gets or sets settings default volume.
            Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsScreenTimeoutInMinutes">
            <summary>
            Gets or sets settings screen timeout in minutes.
            Specifies the number of minutes until the Hub screen turns off.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsSessionTimeoutInMinutes">
            <summary>
            Gets or sets settings session timeout in minutes.
            Specifies the number of minutes until the session times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.SettingsSleepTimeoutInMinutes">
            <summary>
            Gets or sets settings sleep timeout in minutes.
            Specifies the number of minutes until the Hub enters sleep mode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.WelcomeScreenBlockAutomaticWakeUp">
            <summary>
            Gets or sets welcome screen block automatic wake up.
            Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.WelcomeScreenBackgroundImageUrl">
            <summary>
            Gets or sets welcome screen background image url.
            The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows10TeamGeneralConfiguration.WelcomeScreenMeetingInformation">
            <summary>
            Gets or sets welcome screen meeting information.
            The welcome screen meeting information shown. Possible values are: userDefined, showOrganizerAndTimeOnly, showOrganizerAndTimeAndSubject.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows81CompliancePolicy">
            <summary>
            The type Windows81Compliance Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordRequired">
            <summary>
            Gets or sets password required.
            Require a password to unlock Windows device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Indicates whether or not to block simple password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Password expiration in days.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            The minimum password length.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            The number of previous passwords to prevent re-use of. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum Windows 8.1 version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum Windows 8.1 version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81CompliancePolicy.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Indicates whether or not to require encryption on a windows 8.1 device.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Windows81GeneralConfiguration">
            <summary>
            The type Windows81General Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.AccountsBlockAddingNonMicrosoftAccountEmail">
            <summary>
            Gets or sets accounts block adding non microsoft account email.
            Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.ApplyOnlyToWindows81">
            <summary>
            Gets or sets apply only to windows81.
            Value indicating whether this policy only applies to Windows 8.1. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockAutofill">
            <summary>
            Gets or sets browser block autofill.
            Indicates whether or not to block auto fill.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockAutomaticDetectionOfIntranetSites">
            <summary>
            Gets or sets browser block automatic detection of intranet sites.
            Indicates whether or not to block automatic detection of Intranet sites.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockEnterpriseModeAccess">
            <summary>
            Gets or sets browser block enterprise mode access.
            Indicates whether or not to block enterprise mode access.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockJavaScript">
            <summary>
            Gets or sets browser block java script.
            Indicates whether or not to Block the user from using JavaScript.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockPlugins">
            <summary>
            Gets or sets browser block plugins.
            Indicates whether or not to block plug-ins.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockPopups">
            <summary>
            Gets or sets browser block popups.
            Indicates whether or not to block popups.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockSendingDoNotTrackHeader">
            <summary>
            Gets or sets browser block sending do not track header.
            Indicates whether or not to Block the user from sending the do not track header.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserBlockSingleWordEntryOnIntranetSites">
            <summary>
            Gets or sets browser block single word entry on intranet sites.
            Indicates whether or not to block a single word entry on Intranet sites.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserRequireSmartScreen">
            <summary>
            Gets or sets browser require smart screen.
            Indicates whether or not to require the user to use the smart screen filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserEnterpriseModeSiteListLocation">
            <summary>
            Gets or sets browser enterprise mode site list location.
            The enterprise mode site list location. Could be a local file, local network or http location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserInternetSecurityLevel">
            <summary>
            Gets or sets browser internet security level.
            The internet security level. Possible values are: userDefined, medium, mediumHigh, high.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserIntranetSecurityLevel">
            <summary>
            Gets or sets browser intranet security level.
            The Intranet security level. Possible values are: userDefined, low, mediumLow, medium, mediumHigh, high.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserLoggingReportLocation">
            <summary>
            Gets or sets browser logging report location.
            The logging report location.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserRequireHighSecurityForRestrictedSites">
            <summary>
            Gets or sets browser require high security for restricted sites.
            Indicates whether or not to require high security for restricted sites.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserRequireFirewall">
            <summary>
            Gets or sets browser require firewall.
            Indicates whether or not to require a firewall.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserRequireFraudWarning">
            <summary>
            Gets or sets browser require fraud warning.
            Indicates whether or not to require fraud warning.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.BrowserTrustedSitesSecurityLevel">
            <summary>
            Gets or sets browser trusted sites security level.
            The trusted sites security level. Possible values are: userDefined, low, mediumLow, medium, mediumHigh, high.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.CellularBlockDataRoaming">
            <summary>
            Gets or sets cellular block data roaming.
            Indicates whether or not to block data roaming.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.DiagnosticsBlockDataSubmission">
            <summary>
            Gets or sets diagnostics block data submission.
            Indicates whether or not to block diagnostic data submission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordBlockPicturePasswordAndPin">
            <summary>
            Gets or sets password block picture password and pin.
            Indicates whether or not to Block the user from using a pictures password and pin.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Password expiration in days.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            The minimum password length.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets password minutes of inactivity before screen timeout.
            The minutes of inactivity before the screen times out.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            The number of previous passwords to prevent re-use of. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.PasswordSignInFailureCountBeforeFactoryReset">
            <summary>
            Gets or sets password sign in failure count before factory reset.
            The number of sign in failures before factory reset.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.StorageRequireDeviceEncryption">
            <summary>
            Gets or sets storage require device encryption.
            Indicates whether or not to require encryption on a mobile device.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.UpdatesRequireAutomaticUpdates">
            <summary>
            Gets or sets updates require automatic updates.
            Indicates whether or not to require automatic updates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.UserAccountControlSettings">
            <summary>
            Gets or sets user account control settings.
            The user account control settings. Possible values are: userDefined, alwaysNotify, notifyOnAppChanges, notifyOnAppChangesWithoutDimming, neverNotify.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Windows81GeneralConfiguration.WorkFoldersUrl">
            <summary>
            Gets or sets work folders url.
            The work folders url.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsArchitecture">
            <summary>
            The enum WindowsArchitecture.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsArchitecture.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsArchitecture.X86">
            <summary>
            x86
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsArchitecture.X64">
            <summary>
            x64
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsArchitecture.Arm">
            <summary>
            arm
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsArchitecture.Neutral">
            <summary>
            neutral
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration">
            <summary>
            The type Windows Defender Advanced Threat Protection Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration.AllowSampleSharing">
            <summary>
            Gets or sets allow sample sharing.
            Windows Defender AdvancedThreatProtection "Allow Sample Sharing" Rule
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration.EnableExpeditedTelemetryReporting">
            <summary>
            Gets or sets enable expedited telemetry reporting.
            Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDefenderScanActionResult">
            <summary>
            The type WindowsDefenderScanActionResult.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDefenderScanActionResult.ScanType">
            <summary>
            Gets or sets scanType.
            Scan type either full scan or quick scan
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDeliveryOptimizationMode">
            <summary>
            The enum WindowsDeliveryOptimizationMode.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.HttpOnly">
            <summary>
            http Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.HttpWithPeeringNat">
            <summary>
            http With Peering Nat
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.HttpWithPeeringPrivateGroup">
            <summary>
            http With Peering Private Group
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.HttpWithInternetPeering">
            <summary>
            http With Internet Peering
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.SimpleDownload">
            <summary>
            simple Download
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeliveryOptimizationMode.BypassMode">
            <summary>
            bypass Mode
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDeviceAccount">
            <summary>
            The type WindowsDeviceAccount.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDeviceAccount.Password">
            <summary>
            Gets or sets password.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDeviceAccount.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDeviceADAccount">
            <summary>
            The type WindowsDeviceADAccount.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDeviceADAccount.DomainName">
            <summary>
            Gets or sets domainName.
            Not yet documented
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDeviceADAccount.UserName">
            <summary>
            Gets or sets userName.
            Not yet documented
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDeviceAzureADAccount">
            <summary>
            The type WindowsDeviceAzureADAccount.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsDeviceAzureADAccount.UserPrincipalName">
            <summary>
            Gets or sets userPrincipalName.
            Not yet documented
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsDeviceType">
            <summary>
            The enum WindowsDeviceType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeviceType.None">
            <summary>
            none
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeviceType.Desktop">
            <summary>
            desktop
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeviceType.Mobile">
            <summary>
            mobile
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeviceType.Holographic">
            <summary>
            holographic
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsDeviceType.Team">
            <summary>
            team
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsFirewallNetworkProfile">
            <summary>
            The type WindowsFirewallNetworkProfile.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.FirewallEnabled">
            <summary>
            Gets or sets firewallEnabled.
            Turn on the firewall and advanced security enforcement Possible values are: notConfigured, blocked, allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.StealthModeBlocked">
            <summary>
            Gets or sets stealthModeBlocked.
            Prevent the server from operating in stealth mode
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.IncomingTrafficBlocked">
            <summary>
            Gets or sets incomingTrafficBlocked.
            Configures the firewall to block all incoming traffic regardless of other policy settings
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.UnicastResponsesToMulticastBroadcastsBlocked">
            <summary>
            Gets or sets unicastResponsesToMulticastBroadcastsBlocked.
            Configures the firewall to block unicast responses to multicast broadcast traffic
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.InboundNotificationsBlocked">
            <summary>
            Gets or sets inboundNotificationsBlocked.
            Prevents the firewall from displaying notifications when an application is blocked from listening on a port
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.AuthorizedApplicationRulesFromGroupPolicyMerged">
            <summary>
            Gets or sets authorizedApplicationRulesFromGroupPolicyMerged.
            Configures the firewall to merge authorized application rules from group policy with those from local store instead of ignoring the local store rules
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.GlobalPortRulesFromGroupPolicyMerged">
            <summary>
            Gets or sets globalPortRulesFromGroupPolicyMerged.
            Configures the firewall to merge global port rules from group policy with those from local store instead of ignoring the local store rules
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.ConnectionSecurityRulesFromGroupPolicyMerged">
            <summary>
            Gets or sets connectionSecurityRulesFromGroupPolicyMerged.
            Configures the firewall to merge connection security rules from group policy with those from local store instead of ignoring the local store rules
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.OutboundConnectionsBlocked">
            <summary>
            Gets or sets outboundConnectionsBlocked.
            Configures the firewall to block all outgoing connections by default
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.InboundConnectionsBlocked">
            <summary>
            Gets or sets inboundConnectionsBlocked.
            Configures the firewall to block all incoming connections by default
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.SecuredPacketExemptionAllowed">
            <summary>
            Gets or sets securedPacketExemptionAllowed.
            Configures the firewall to allow the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.PolicyRulesFromGroupPolicyMerged">
            <summary>
            Gets or sets policyRulesFromGroupPolicyMerged.
            Configures the firewall to merge Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsFirewallNetworkProfile.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsHelloForBusinessPinUsage">
            <summary>
            The enum WindowsHelloForBusinessPinUsage.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsHelloForBusinessPinUsage.Allowed">
            <summary>
            allowed
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsHelloForBusinessPinUsage.Required">
            <summary>
            required
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsHelloForBusinessPinUsage.Disallowed">
            <summary>
            disallowed
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtection">
            <summary>
            The type Windows Information Protection.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtection.#ctor">
            <summary>
             The internal WindowsInformationProtection constructor
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnforcementLevel">
            <summary>
            Gets or sets enforcement level.
            WIP enforcement level.See the Enum definition for supported values Possible values are: noProtection, encryptAndAuditOnly, encryptAuditAndPrompt, encryptAuditAndBlock.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseDomain">
            <summary>
            Gets or sets enterprise domain.
            Primary enterprise domain
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseProtectedDomainNames">
            <summary>
            Gets or sets enterprise protected domain names.
            List of enterprise domains to be protected
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.ProtectionUnderLockConfigRequired">
            <summary>
            Gets or sets protection under lock config required.
            Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.DataRecoveryCertificate">
            <summary>
            Gets or sets data recovery certificate.
            Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.RevokeOnUnenrollDisabled">
            <summary>
            Gets or sets revoke on unenroll disabled.
            This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.RightsManagementServicesTemplateId">
            <summary>
            Gets or sets rights management services template id.
            TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.AzureRightsManagementServicesAllowed">
            <summary>
            Gets or sets azure rights management services allowed.
            Specifies whether to allow Azure RMS encryption for WIP
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.IconsVisible">
            <summary>
            Gets or sets icons visible.
            Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.ProtectedApps">
            <summary>
            Gets or sets protected apps.
            Protected applications can access enterprise data and the data handled by those applications are protected with encryption
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.ExemptApps">
            <summary>
            Gets or sets exempt apps.
            Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseNetworkDomainNames">
            <summary>
            Gets or sets enterprise network domain names.
            This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseProxiedDomains">
            <summary>
            Gets or sets enterprise proxied domains.
            Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseIPRanges">
            <summary>
            Gets or sets enterprise ipranges.
            Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseIPRangesAreAuthoritative">
            <summary>
            Gets or sets enterprise ipranges are authoritative.
            Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseProxyServers">
            <summary>
            Gets or sets enterprise proxy servers.
            This is a list of proxy servers. Any server not on this list is considered non-enterprise
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseInternalProxyServers">
            <summary>
            Gets or sets enterprise internal proxy servers.
            This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.EnterpriseProxyServersAreAuthoritative">
            <summary>
            Gets or sets enterprise proxy servers are authoritative.
            Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.NeutralDomainResources">
            <summary>
            Gets or sets neutral domain resources.
            List of domain names that can used for work or personal resource
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.IndexingEncryptedStoresOrItemsBlocked">
            <summary>
            Gets or sets indexing encrypted stores or items blocked.
            This switch is for the Windows Search Indexer, to allow or disallow indexing of items
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.SmbAutoEncryptedFileExtensions">
            <summary>
            Gets or sets smb auto encrypted file extensions.
            Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.IsAssigned">
            <summary>
            Gets or sets is assigned.
            Indicates if the policy is deployed to any inclusion groups or not.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.ProtectedAppLockerFiles">
            <summary>
            Gets or sets protected app locker files.
            Another way to input protected apps through xml files
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.ExemptAppLockerFiles">
            <summary>
            Gets or sets exempt app locker files.
            Another way to input exempt apps through xml files
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtection.Assignments">
            <summary>
            Gets or sets assignments.
            Navigation property to list of security groups targeted for policy.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionApp">
            <summary>
            The type WindowsInformationProtectionApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionApp.DisplayName">
            <summary>
            Gets or sets displayName.
            App display name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionApp.Description">
            <summary>
            Gets or sets description.
            The app's description.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionApp.PublisherName">
            <summary>
            Gets or sets publisherName.
            The publisher name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionApp.ProductName">
            <summary>
            Gets or sets productName.
            The product name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionApp.Denied">
            <summary>
            Gets or sets denied.
            If true, app is denied protection or exemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionApp.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAppLearningSummary">
            <summary>
            The type Windows Information Protection App Learning Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLearningSummary.ApplicationName">
            <summary>
            Gets or sets application name.
            Application Name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLearningSummary.ApplicationType">
            <summary>
            Gets or sets application type.
            Application Type Possible values are: universal, desktop.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLearningSummary.DeviceCount">
            <summary>
            Gets or sets device count.
            Device Count
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAppLockerFile">
            <summary>
            The type Windows Information Protection App Locker File.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLockerFile.DisplayName">
            <summary>
            Gets or sets display name.
            The friendly name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLockerFile.FileHash">
            <summary>
            Gets or sets file hash.
            SHA256 hash of the file
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLockerFile.File">
            <summary>
            Gets or sets file.
            File as a byte array
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAppLockerFile.Version">
            <summary>
            Gets or sets version.
            Version of the entity.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignRequestBody">
            <summary>
            The type WindowsInformationProtectionAssignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAssignRequestBody.Assignments">
            <summary>
            Gets or sets Assignments.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionDataRecoveryCertificate">
            <summary>
            The type WindowsInformationProtectionDataRecoveryCertificate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDataRecoveryCertificate.SubjectName">
            <summary>
            Gets or sets subjectName.
            Data recovery Certificate subject name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDataRecoveryCertificate.Description">
            <summary>
            Gets or sets description.
            Data recovery Certificate description
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDataRecoveryCertificate.ExpirationDateTime">
            <summary>
            Gets or sets expirationDateTime.
            Data recovery Certificate expiration datetime
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDataRecoveryCertificate.Certificate">
            <summary>
            Gets or sets certificate.
            Data recovery Certificate
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDataRecoveryCertificate.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionDesktopApp">
            <summary>
            The type WindowsInformationProtectionDesktopApp.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDesktopApp.BinaryName">
            <summary>
            Gets or sets binaryName.
            The binary name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDesktopApp.BinaryVersionLow">
            <summary>
            Gets or sets binaryVersionLow.
            The lower binary version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionDesktopApp.BinaryVersionHigh">
            <summary>
            Gets or sets binaryVersionHigh.
            The high binary version.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionEnforcementLevel">
            <summary>
            The enum WindowsInformationProtectionEnforcementLevel.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionEnforcementLevel.NoProtection">
            <summary>
            no Protection
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionEnforcementLevel.EncryptAndAuditOnly">
            <summary>
            encrypt And Audit Only
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionEnforcementLevel.EncryptAuditAndPrompt">
            <summary>
            encrypt Audit And Prompt
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionEnforcementLevel.EncryptAuditAndBlock">
            <summary>
            encrypt Audit And Block
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionIPRangeCollection">
            <summary>
            The type WindowsInformationProtectionIPRangeCollection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionIPRangeCollection.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionIPRangeCollection.Ranges">
            <summary>
            Gets or sets ranges.
            Collection of ip ranges
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionIPRangeCollection.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary">
            <summary>
            The type Windows Information Protection Network Learning Summary.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary.Url">
            <summary>
            Gets or sets url.
            Website url
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary.DeviceCount">
            <summary>
            Gets or sets device count.
            Device Count
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionPinCharacterRequirements">
            <summary>
            The enum WindowsInformationProtectionPinCharacterRequirements.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionPinCharacterRequirements.NotAllow">
            <summary>
            not Allow
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionPinCharacterRequirements.RequireAtLeastOne">
            <summary>
            require At Least One
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsInformationProtectionPinCharacterRequirements.Allow">
            <summary>
            allow
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionPolicy">
            <summary>
            The type Windows Information Protection Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.RevokeOnMdmHandoffDisabled">
            <summary>
            Gets or sets revoke on mdm handoff disabled.
            New property in RS2, pending documentation
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.MdmEnrollmentUrl">
            <summary>
            Gets or sets mdm enrollment url.
            Enrollment url for the MDM
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.WindowsHelloForBusinessBlocked">
            <summary>
            Gets or sets windows hello for business blocked.
            Boolean value that sets Windows Hello for Business as a method for signing into Windows.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.PinMinimumLength">
            <summary>
            Gets or sets pin minimum length.
            Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.PinUppercaseLetters">
            <summary>
            Gets or sets pin uppercase letters.
            Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow. Possible values are: notAllow, requireAtLeastOne, allow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.PinLowercaseLetters">
            <summary>
            Gets or sets pin lowercase letters.
            Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow. Possible values are: notAllow, requireAtLeastOne, allow.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.PinSpecialCharacters">
            <summary>
            Gets or sets pin special characters.
            Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) + , - . / : ; &amp;lt; = &amp;gt; ? @ [ \ ] ^ ` {
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.PinExpirationDays">
            <summary>
            Gets or sets pin expiration days.
            Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.NumberOfPastPinsRemembered">
            <summary>
            Gets or sets number of past pins remembered.
            Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.PasswordMaximumAttemptCount">
            <summary>
            Gets or sets password maximum attempt count.
            The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &amp;lt;= X &amp;lt;= 16 for desktop and 0 &amp;lt;= X &amp;lt;= 999 for mobile devices.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.MinutesOfInactivityBeforeDeviceLock">
            <summary>
            Gets or sets minutes of inactivity before device lock.
            Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &amp;lt;= X &amp;lt;= 999.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionPolicy.DaysWithoutContactBeforeUnenroll">
            <summary>
            Gets or sets days without contact before unenroll.
            Offline interval before app data is wiped (days)
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionProxiedDomainCollection">
            <summary>
            The type WindowsInformationProtectionProxiedDomainCollection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProxiedDomainCollection.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProxiedDomainCollection.ProxiedDomains">
            <summary>
            Gets or sets proxiedDomains.
            Collection of proxied domains
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProxiedDomainCollection.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionResourceCollection">
            <summary>
            The type WindowsInformationProtectionResourceCollection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionResourceCollection.DisplayName">
            <summary>
            Gets or sets displayName.
            Display name
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionResourceCollection.Resources">
            <summary>
            Gets or sets resources.
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionResourceCollection.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionStoreApp">
            <summary>
            The type WindowsInformationProtectionStoreApp.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsMinimumOperatingSystem">
            <summary>
            The type WindowsMinimumOperatingSystem.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMinimumOperatingSystem.V8_0">
            <summary>
            Gets or sets v8_0.
            Windows version 8.0 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMinimumOperatingSystem.V8_1">
            <summary>
            Gets or sets v8_1.
            Windows version 8.1 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMinimumOperatingSystem.V10_0">
            <summary>
            Gets or sets v10_0.
            Windows version 10.0 or later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMinimumOperatingSystem.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsMobileMSI">
            <summary>
            The type Windows Mobile MSI.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMobileMSI.CommandLine">
            <summary>
            Gets or sets command line.
            The command line.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMobileMSI.ProductCode">
            <summary>
            Gets or sets product code.
            The product code.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMobileMSI.ProductVersion">
            <summary>
            Gets or sets product version.
            The product version of Windows Mobile MSI Line of Business (LoB) app.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsMobileMSI.IgnoreVersionDetection">
            <summary>
            Gets or sets ignore version detection.
            A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81CompliancePolicy">
            <summary>
            The type Windows Phone81Compliance Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Whether or not to block syncing the calendar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum length of passwords.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordMinutesOfInactivityBeforeLock">
            <summary>
            Gets or sets password minutes of inactivity before lock.
            Minutes of inactivity before a password is required.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            The number of character sets required in the password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            The required password type. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.PasswordRequired">
            <summary>
            Gets or sets password required.
            Whether or not to require a password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.OsMinimumVersion">
            <summary>
            Gets or sets os minimum version.
            Minimum Windows Phone version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.OsMaximumVersion">
            <summary>
            Gets or sets os maximum version.
            Maximum Windows Phone version.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CompliancePolicy.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Require encryption on windows phone devices.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81CustomConfiguration">
            <summary>
            The type Windows Phone81Custom Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81CustomConfiguration.OmaSettings">
            <summary>
            Gets or sets oma settings.
            OMA settings. This collection can contain a maximum of 1000 elements.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81GeneralConfiguration">
            <summary>
            The type Windows Phone81General Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.ApplyOnlyToWindowsPhone81">
            <summary>
            Gets or sets apply only to windows phone81.
            Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.AppsBlockCopyPaste">
            <summary>
            Gets or sets apps block copy paste.
            Indicates whether or not to block copy paste.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.BluetoothBlocked">
            <summary>
            Gets or sets bluetooth blocked.
            Indicates whether or not to block bluetooth.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.CameraBlocked">
            <summary>
            Gets or sets camera blocked.
            Indicates whether or not to block camera.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.CellularBlockWifiTethering">
            <summary>
            Gets or sets cellular block wifi tethering.
            Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.CompliantAppsList">
            <summary>
            Gets or sets compliant apps list.
            List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.CompliantAppListType">
            <summary>
            Gets or sets compliant app list type.
            List that is in the AppComplianceList. Possible values are: none, appsInListCompliant, appsNotInListCompliant.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.DiagnosticDataBlockSubmission">
            <summary>
            Gets or sets diagnostic data block submission.
            Indicates whether or not to block diagnostic data submission.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.EmailBlockAddingAccounts">
            <summary>
            Gets or sets email block adding accounts.
            Indicates whether or not to block custom email accounts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.LocationServicesBlocked">
            <summary>
            Gets or sets location services blocked.
            Indicates whether or not to block location services.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.MicrosoftAccountBlocked">
            <summary>
            Gets or sets microsoft account blocked.
            Indicates whether or not to block using a Microsoft Account.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.NfcBlocked">
            <summary>
            Gets or sets nfc blocked.
            Indicates whether or not to block Near-Field Communication.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordBlockSimple">
            <summary>
            Gets or sets password block simple.
            Indicates whether or not to block syncing the calendar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordExpirationDays">
            <summary>
            Gets or sets password expiration days.
            Number of days before the password expires.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordMinimumLength">
            <summary>
            Gets or sets password minimum length.
            Minimum length of passwords.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
            Gets or sets password minutes of inactivity before screen timeout.
            Minutes of inactivity before screen timeout.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordMinimumCharacterSetCount">
            <summary>
            Gets or sets password minimum character set count.
            Number of character sets a password must contain.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordPreviousPasswordBlockCount">
            <summary>
            Gets or sets password previous password block count.
            Number of previous passwords to block. Valid values 0 to 24
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordSignInFailureCountBeforeFactoryReset">
            <summary>
            Gets or sets password sign in failure count before factory reset.
            Number of sign in failures allowed before factory reset.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordRequiredType">
            <summary>
            Gets or sets password required type.
            Password type that is required. Possible values are: deviceDefault, alphanumeric, numeric.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.PasswordRequired">
            <summary>
            Gets or sets password required.
            Indicates whether or not to require a password.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.ScreenCaptureBlocked">
            <summary>
            Gets or sets screen capture blocked.
            Indicates whether or not to block screenshots.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.StorageBlockRemovableStorage">
            <summary>
            Gets or sets storage block removable storage.
            Indicates whether or not to block removable storage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.StorageRequireEncryption">
            <summary>
            Gets or sets storage require encryption.
            Indicates whether or not to require encryption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.WebBrowserBlocked">
            <summary>
            Gets or sets web browser blocked.
            Indicates whether or not to block the web browser.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.WifiBlocked">
            <summary>
            Gets or sets wifi blocked.
            Indicates whether or not to block Wi-Fi.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.WifiBlockAutomaticConnectHotspots">
            <summary>
            Gets or sets wifi block automatic connect hotspots.
            Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.WifiBlockHotspotReporting">
            <summary>
            Gets or sets wifi block hotspot reporting.
            Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsPhone81GeneralConfiguration.WindowsStoreBlocked">
            <summary>
            Gets or sets windows store blocked.
            Indicates whether or not to block the Windows Store.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsSpotlightEnablementSettings">
            <summary>
            The enum WindowsSpotlightEnablementSettings.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsSpotlightEnablementSettings.NotConfigured">
            <summary>
            not Configured
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsSpotlightEnablementSettings.Disabled">
            <summary>
            disabled
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsSpotlightEnablementSettings.Enabled">
            <summary>
            enabled
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsStartMenuAppListVisibilityType">
            <summary>
            The enum WindowsStartMenuAppListVisibilityType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuAppListVisibilityType.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuAppListVisibilityType.Collapse">
            <summary>
            collapse
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuAppListVisibilityType.Remove">
            <summary>
            remove
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuAppListVisibilityType.DisableSettingsApp">
            <summary>
            disable Settings App
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsStartMenuModeType">
            <summary>
            The enum WindowsStartMenuModeType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuModeType.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuModeType.FullScreen">
            <summary>
            full Screen
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsStartMenuModeType.NonFullScreen">
            <summary>
            non Full Screen
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUniversalAppX">
            <summary>
            The type Windows Universal App X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.ApplicableArchitectures">
            <summary>
            Gets or sets applicable architectures.
            The Windows architecture(s) for which this app can run on. Possible values are: none, x86, x64, arm, neutral.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.ApplicableDeviceTypes">
            <summary>
            Gets or sets applicable device types.
            The Windows device type(s) for which this app can run on. Possible values are: none, desktop, mobile, holographic, team.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.IdentityName">
            <summary>
            Gets or sets identity name.
            The Identity Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.IdentityPublisherHash">
            <summary>
            Gets or sets identity publisher hash.
            The Identity Publisher Hash.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.IdentityResourceIdentifier">
            <summary>
            Gets or sets identity resource identifier.
            The Identity Resource Identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.IsBundle">
            <summary>
            Gets or sets is bundle.
            Whether or not the app is a bundle.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.MinimumSupportedOperatingSystem">
            <summary>
            Gets or sets minimum supported operating system.
            The value for the minimum applicable operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUniversalAppX.IdentityVersion">
            <summary>
            Gets or sets identity version.
            The identity version.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateActiveHoursInstall">
            <summary>
            The type WindowsUpdateActiveHoursInstall.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateActiveHoursInstall.ActiveHoursStart">
            <summary>
            Gets or sets activeHoursStart.
            Active Hours Start
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateActiveHoursInstall.ActiveHoursEnd">
            <summary>
            Gets or sets activeHoursEnd.
            Active Hours End
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateForBusinessConfiguration">
            <summary>
            The type Windows Update For Business Configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.DeliveryOptimizationMode">
            <summary>
            Gets or sets delivery optimization mode.
            Delivery Optimization Mode Possible values are: userDefined, httpOnly, httpWithPeeringNat, httpWithPeeringPrivateGroup, httpWithInternetPeering, simpleDownload, bypassMode.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.PrereleaseFeatures">
            <summary>
            Gets or sets prerelease features.
            The pre-release features. Possible values are: userDefined, settingsOnly, settingsAndExperimentations, notAllowed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.AutomaticUpdateMode">
            <summary>
            Gets or sets automatic update mode.
            Automatic update mode. Possible values are: userDefined, notifyDownload, autoInstallAtMaintenanceTime, autoInstallAndRebootAtMaintenanceTime, autoInstallAndRebootAtScheduledTime, autoInstallAndRebootWithoutEndUserControl.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.MicrosoftUpdateServiceAllowed">
            <summary>
            Gets or sets microsoft update service allowed.
            Allow Microsoft Update Service
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.DriversExcluded">
            <summary>
            Gets or sets drivers excluded.
            Exclude Windows update Drivers
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.InstallationSchedule">
            <summary>
            Gets or sets installation schedule.
            Installation schedule
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.QualityUpdatesDeferralPeriodInDays">
            <summary>
            Gets or sets quality updates deferral period in days.
            Defer Quality Updates by these many days
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.FeatureUpdatesDeferralPeriodInDays">
            <summary>
            Gets or sets feature updates deferral period in days.
            Defer Feature Updates by these many days
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.QualityUpdatesPaused">
            <summary>
            Gets or sets quality updates paused.
            Pause Quality Updates
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.FeatureUpdatesPaused">
            <summary>
            Gets or sets feature updates paused.
            Pause Feature Updates
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.QualityUpdatesPauseExpiryDateTime">
            <summary>
            Gets or sets quality updates pause expiry date time.
            Quality Updates Pause Expiry datetime
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.FeatureUpdatesPauseExpiryDateTime">
            <summary>
            Gets or sets feature updates pause expiry date time.
            Feature Updates Pause Expiry datetime
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateForBusinessConfiguration.BusinessReadyUpdatesOnly">
            <summary>
            Gets or sets business ready updates only.
            Determines which branch devices will receive their updates from Possible values are: userDefined, all, businessReadyOnly.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateInstallScheduleType">
            <summary>
            The type WindowsUpdateInstallScheduleType.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateInstallScheduleType.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateScheduledInstall">
            <summary>
            The type WindowsUpdateScheduledInstall.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateScheduledInstall.ScheduledInstallDay">
            <summary>
            Gets or sets scheduledInstallDay.
            Scheduled Install Day in week Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsUpdateScheduledInstall.ScheduledInstallTime">
            <summary>
            Gets or sets scheduledInstallTime.
            Scheduled Install Time during day
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateType">
            <summary>
            The enum WindowsUpdateType.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateType.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateType.All">
            <summary>
            all
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUpdateType.BusinessReadyOnly">
            <summary>
            business Ready Only
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsUserAccountControlSettings">
            <summary>
            The enum WindowsUserAccountControlSettings.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUserAccountControlSettings.UserDefined">
            <summary>
            user Defined
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUserAccountControlSettings.AlwaysNotify">
            <summary>
            always Notify
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUserAccountControlSettings.NotifyOnAppChanges">
            <summary>
            notify On App Changes
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUserAccountControlSettings.NotifyOnAppChangesWithoutDimming">
            <summary>
            notify On App Changes Without Dimming
            </summary>
        </member>
        <member name="F:Microsoft.Graph.WindowsUserAccountControlSettings.NeverNotify">
            <summary>
            never Notify
            </summary>
        </member>
        <member name="T:Microsoft.Graph.Workbook">
            <summary>
            The type Workbook.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.Application">
            <summary>
            Gets or sets application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.Names">
            <summary>
            Gets or sets names.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.Tables">
            <summary>
            Gets or sets tables.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.Worksheets">
            <summary>
            Gets or sets worksheets.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.Workbook.Functions">
            <summary>
            Gets or sets functions.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookApplication">
            <summary>
            The type Workbook Application.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookApplication.CalculationMode">
            <summary>
            Gets or sets calculation mode.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookApplicationCalculateRequestBody">
            <summary>
            The type WorkbookApplicationCalculateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookApplicationCalculateRequestBody.CalculationType">
            <summary>
            Gets or sets CalculationType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChart">
            <summary>
            The type Workbook Chart.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Height">
            <summary>
            Gets or sets height.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Left">
            <summary>
            Gets or sets left.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Top">
            <summary>
            Gets or sets top.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Width">
            <summary>
            Gets or sets width.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Axes">
            <summary>
            Gets or sets axes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.DataLabels">
            <summary>
            Gets or sets data labels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Format">
            <summary>
            Gets or sets format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Legend">
            <summary>
            Gets or sets legend.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Series">
            <summary>
            Gets or sets series.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Title">
            <summary>
            Gets or sets title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChart.Worksheet">
            <summary>
            Gets or sets worksheet.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAddRequestBody">
            <summary>
            The type WorkbookChartAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAddRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAddRequestBody.SourceData">
            <summary>
            Gets or sets SourceData.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAddRequestBody.SeriesBy">
            <summary>
            Gets or sets SeriesBy.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAreaFormat">
            <summary>
            The type Workbook Chart Area Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAreaFormat.Fill">
            <summary>
            Gets or sets fill.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAreaFormat.Font">
            <summary>
            Gets or sets font.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxes">
            <summary>
            The type Workbook Chart Axes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxes.CategoryAxis">
            <summary>
            Gets or sets category axis.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxes.SeriesAxis">
            <summary>
            Gets or sets series axis.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxes.ValueAxis">
            <summary>
            Gets or sets value axis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxis">
            <summary>
            The type Workbook Chart Axis.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.MajorUnit">
            <summary>
            Gets or sets major unit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.Maximum">
            <summary>
            Gets or sets maximum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.Minimum">
            <summary>
            Gets or sets minimum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.MinorUnit">
            <summary>
            Gets or sets minor unit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.Format">
            <summary>
            Gets or sets format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.MajorGridlines">
            <summary>
            Gets or sets major gridlines.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.MinorGridlines">
            <summary>
            Gets or sets minor gridlines.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxis.Title">
            <summary>
            Gets or sets title.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisFormat">
            <summary>
            The type Workbook Chart Axis Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisFormat.Font">
            <summary>
            Gets or sets font.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisFormat.Line">
            <summary>
            Gets or sets line.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisTitle">
            <summary>
            The type Workbook Chart Axis Title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisTitle.Text">
            <summary>
            Gets or sets text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisTitle.Visible">
            <summary>
            Gets or sets visible.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisTitle.Format">
            <summary>
            Gets or sets format.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisTitleFormat">
            <summary>
            The type Workbook Chart Axis Title Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisTitleFormat.Font">
            <summary>
            Gets or sets font.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartDataLabelFormat">
            <summary>
            The type Workbook Chart Data Label Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabelFormat.Fill">
            <summary>
            Gets or sets fill.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabelFormat.Font">
            <summary>
            Gets or sets font.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartDataLabels">
            <summary>
            The type Workbook Chart Data Labels.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.Position">
            <summary>
            Gets or sets position.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.Separator">
            <summary>
            Gets or sets separator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.ShowBubbleSize">
            <summary>
            Gets or sets show bubble size.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.ShowCategoryName">
            <summary>
            Gets or sets show category name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.ShowLegendKey">
            <summary>
            Gets or sets show legend key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.ShowPercentage">
            <summary>
            Gets or sets show percentage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.ShowSeriesName">
            <summary>
            Gets or sets show series name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.ShowValue">
            <summary>
            Gets or sets show value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabels.Format">
            <summary>
            Gets or sets format.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFill">
            <summary>
            The type Workbook Chart Fill.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillSetSolidColorRequestBody">
            <summary>
            The type WorkbookChartFillSetSolidColorRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFillSetSolidColorRequestBody.Color">
            <summary>
            Gets or sets Color.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFont">
            <summary>
            The type Workbook Chart Font.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFont.Bold">
            <summary>
            Gets or sets bold.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFont.Color">
            <summary>
            Gets or sets color.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFont.Italic">
            <summary>
            Gets or sets italic.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFont.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFont.Size">
            <summary>
            Gets or sets size.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFont.Underline">
            <summary>
            Gets or sets underline.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartGridlines">
            <summary>
            The type Workbook Chart Gridlines.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartGridlines.Visible">
            <summary>
            Gets or sets visible.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartGridlines.Format">
            <summary>
            Gets or sets format.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartGridlinesFormat">
            <summary>
            The type Workbook Chart Gridlines Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartGridlinesFormat.Line">
            <summary>
            Gets or sets line.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLegend">
            <summary>
            The type Workbook Chart Legend.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegend.Overlay">
            <summary>
            Gets or sets overlay.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegend.Position">
            <summary>
            Gets or sets position.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegend.Visible">
            <summary>
            Gets or sets visible.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegend.Format">
            <summary>
            Gets or sets format.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLegendFormat">
            <summary>
            The type Workbook Chart Legend Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegendFormat.Fill">
            <summary>
            Gets or sets fill.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegendFormat.Font">
            <summary>
            Gets or sets font.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLineFormat">
            <summary>
            The type Workbook Chart Line Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLineFormat.Color">
            <summary>
            Gets or sets color.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPoint">
            <summary>
            The type Workbook Chart Point.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartPoint.Value">
            <summary>
            Gets or sets value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartPoint.Format">
            <summary>
            Gets or sets format.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointFormat">
            <summary>
            The type Workbook Chart Point Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartPointFormat.Fill">
            <summary>
            Gets or sets fill.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeries">
            <summary>
            The type Workbook Chart Series.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeries.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeries.Format">
            <summary>
            Gets or sets format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeries.Points">
            <summary>
            Gets or sets points.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesFormat">
            <summary>
            The type Workbook Chart Series Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesFormat.Fill">
            <summary>
            Gets or sets fill.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesFormat.Line">
            <summary>
            Gets or sets line.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSetDataRequestBody">
            <summary>
            The type WorkbookChartSetDataRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSetDataRequestBody.SourceData">
            <summary>
            Gets or sets SourceData.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSetDataRequestBody.SeriesBy">
            <summary>
            Gets or sets SeriesBy.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSetPositionRequestBody">
            <summary>
            The type WorkbookChartSetPositionRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSetPositionRequestBody.StartCell">
            <summary>
            Gets or sets StartCell.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSetPositionRequestBody.EndCell">
            <summary>
            Gets or sets EndCell.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartTitle">
            <summary>
            The type Workbook Chart Title.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitle.Overlay">
            <summary>
            Gets or sets overlay.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitle.Text">
            <summary>
            Gets or sets text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitle.Visible">
            <summary>
            Gets or sets visible.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitle.Format">
            <summary>
            Gets or sets format.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartTitleFormat">
            <summary>
            The type Workbook Chart Title Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitleFormat.Fill">
            <summary>
            Gets or sets fill.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitleFormat.Font">
            <summary>
            Gets or sets font.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCreateSessionRequestBody">
            <summary>
            The type WorkbookCreateSessionRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCreateSessionRequestBody.PersistChanges">
            <summary>
            Gets or sets PersistChanges.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilter">
            <summary>
            The type Workbook Filter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilter.Criteria">
            <summary>
            Gets or sets criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyBottomItemsFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequestBody.Count">
            <summary>
            Gets or sets Count.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyBottomPercentFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequestBody.Percent">
            <summary>
            Gets or sets Percent.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyCellColorFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequestBody.Color">
            <summary>
            Gets or sets Color.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyCustomFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBody.Criteria1">
            <summary>
            Gets or sets Criteria1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBody.Criteria2">
            <summary>
            Gets or sets Criteria2.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBody.Oper">
            <summary>
            Gets or sets Oper.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyDynamicFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyFontColorFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequestBody.Color">
            <summary>
            Gets or sets Color.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyIconFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyIconFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyIconFilterRequestBody.Icon">
            <summary>
            Gets or sets Icon.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyRequestBody">
            <summary>
            The type WorkbookFilterApplyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyTopItemsFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequestBody.Count">
            <summary>
            Gets or sets Count.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyTopPercentFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequestBody.Percent">
            <summary>
            Gets or sets Percent.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequestBody">
            <summary>
            The type WorkbookFilterApplyValuesFilterRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterCriteria">
            <summary>
            The type WorkbookFilterCriteria.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.Color">
            <summary>
            Gets or sets color.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.Criterion1">
            <summary>
            Gets or sets criterion1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.Criterion2">
            <summary>
            Gets or sets criterion2.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.DynamicCriteria">
            <summary>
            Gets or sets dynamicCriteria.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.FilterOn">
            <summary>
            Gets or sets filterOn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.Icon">
            <summary>
            Gets or sets icon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.Operator">
            <summary>
            Gets or sets operator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.Values">
            <summary>
            Gets or sets values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterCriteria.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterDatetime">
            <summary>
            The type WorkbookFilterDatetime.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterDatetime.Date">
            <summary>
            Gets or sets date.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterDatetime.Specificity">
            <summary>
            Gets or sets specificity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterDatetime.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFormatProtection">
            <summary>
            The type Workbook Format Protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFormatProtection.FormulaHidden">
            <summary>
            Gets or sets formula hidden.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFormatProtection.Locked">
            <summary>
            Gets or sets locked.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionResult">
            <summary>
            The type Workbook Function Result.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionResult.Error">
            <summary>
            Gets or sets error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionResult.Value">
            <summary>
            Gets or sets value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctions">
            <summary>
            The type Workbook Functions.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAbsRequestBody">
            <summary>
            The type WorkbookFunctionsAbsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAbsRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBody">
            <summary>
            The type WorkbookFunctionsAccrIntMRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBody.Issue">
            <summary>
            Gets or sets Issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBody.Par">
            <summary>
            Gets or sets Par.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody">
            <summary>
            The type WorkbookFunctionsAccrIntRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.Issue">
            <summary>
            Gets or sets Issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.FirstInterest">
            <summary>
            Gets or sets FirstInterest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.Par">
            <summary>
            Gets or sets Par.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBody.CalcMethod">
            <summary>
            Gets or sets CalcMethod.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcoshRequestBody">
            <summary>
            The type WorkbookFunctionsAcoshRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcoshRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcosRequestBody">
            <summary>
            The type WorkbookFunctionsAcosRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcosRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcothRequestBody">
            <summary>
            The type WorkbookFunctionsAcothRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcothRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcotRequestBody">
            <summary>
            The type WorkbookFunctionsAcotRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcotRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody">
            <summary>
            The type WorkbookFunctionsAmorDegrcRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.DatePurchased">
            <summary>
            Gets or sets DatePurchased.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.FirstPeriod">
            <summary>
            Gets or sets FirstPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.Period">
            <summary>
            Gets or sets Period.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody">
            <summary>
            The type WorkbookFunctionsAmorLincRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.DatePurchased">
            <summary>
            Gets or sets DatePurchased.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.FirstPeriod">
            <summary>
            Gets or sets FirstPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.Period">
            <summary>
            Gets or sets Period.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAndRequestBody">
            <summary>
            The type WorkbookFunctionsAndRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAndRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsArabicRequestBody">
            <summary>
            The type WorkbookFunctionsArabicRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsArabicRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAreasRequestBody">
            <summary>
            The type WorkbookFunctionsAreasRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAreasRequestBody.Reference">
            <summary>
            Gets or sets Reference.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAscRequestBody">
            <summary>
            The type WorkbookFunctionsAscRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAscRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAsinhRequestBody">
            <summary>
            The type WorkbookFunctionsAsinhRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAsinhRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAsinRequestBody">
            <summary>
            The type WorkbookFunctionsAsinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAsinRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtan2RequestBody">
            <summary>
            The type WorkbookFunctionsAtan2RequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtan2RequestBody.XNum">
            <summary>
            Gets or sets XNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtan2RequestBody.YNum">
            <summary>
            Gets or sets YNum.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtanhRequestBody">
            <summary>
            The type WorkbookFunctionsAtanhRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtanhRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtanRequestBody">
            <summary>
            The type WorkbookFunctionsAtanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtanRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAveDevRequestBody">
            <summary>
            The type WorkbookFunctionsAveDevRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAveDevRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageARequestBody">
            <summary>
            The type WorkbookFunctionsAverageARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBody">
            <summary>
            The type WorkbookFunctionsAverageIfRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBody.Range">
            <summary>
            Gets or sets Range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBody.AverageRange">
            <summary>
            Gets or sets AverageRange.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBody">
            <summary>
            The type WorkbookFunctionsAverageIfsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBody.AverageRange">
            <summary>
            Gets or sets AverageRange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageRequestBody">
            <summary>
            The type WorkbookFunctionsAverageRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBahtTextRequestBody">
            <summary>
            The type WorkbookFunctionsBahtTextRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBahtTextRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBaseRequestBody">
            <summary>
            The type WorkbookFunctionsBaseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBaseRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBaseRequestBody.Radix">
            <summary>
            Gets or sets Radix.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBaseRequestBody.MinLength">
            <summary>
            Gets or sets MinLength.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselIRequestBody">
            <summary>
            The type WorkbookFunctionsBesselIRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselIRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselIRequestBody.N">
            <summary>
            Gets or sets N.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselJRequestBody">
            <summary>
            The type WorkbookFunctionsBesselJRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselJRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselJRequestBody.N">
            <summary>
            Gets or sets N.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselKRequestBody">
            <summary>
            The type WorkbookFunctionsBesselKRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselKRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselKRequestBody.N">
            <summary>
            Gets or sets N.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselYRequestBody">
            <summary>
            The type WorkbookFunctionsBesselYRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselYRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselYRequestBody.N">
            <summary>
            Gets or sets N.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody">
            <summary>
            The type WorkbookFunctionsBeta_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody.Beta">
            <summary>
            Gets or sets Beta.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody.A">
            <summary>
            Gets or sets A.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBody.B">
            <summary>
            Gets or sets B.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBody">
            <summary>
            The type WorkbookFunctionsBeta_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBody.Beta">
            <summary>
            Gets or sets Beta.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBody.A">
            <summary>
            Gets or sets A.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBody.B">
            <summary>
            Gets or sets B.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2DecRequestBody">
            <summary>
            The type WorkbookFunctionsBin2DecRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2DecRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBody">
            <summary>
            The type WorkbookFunctionsBin2HexRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBody">
            <summary>
            The type WorkbookFunctionsBin2OctRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBody">
            <summary>
            The type WorkbookFunctionsBinom_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBody.NumberS">
            <summary>
            Gets or sets NumberS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBody.Trials">
            <summary>
            Gets or sets Trials.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBody.ProbabilityS">
            <summary>
            Gets or sets ProbabilityS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBody">
            <summary>
            The type WorkbookFunctionsBinom_Dist_RangeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBody.Trials">
            <summary>
            Gets or sets Trials.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBody.ProbabilityS">
            <summary>
            Gets or sets ProbabilityS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBody.NumberS">
            <summary>
            Gets or sets NumberS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBody.NumberS2">
            <summary>
            Gets or sets NumberS2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBody">
            <summary>
            The type WorkbookFunctionsBinom_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBody.Trials">
            <summary>
            Gets or sets Trials.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBody.ProbabilityS">
            <summary>
            Gets or sets ProbabilityS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitandRequestBody">
            <summary>
            The type WorkbookFunctionsBitandRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitandRequestBody.Number1">
            <summary>
            Gets or sets Number1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitandRequestBody.Number2">
            <summary>
            Gets or sets Number2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBody">
            <summary>
            The type WorkbookFunctionsBitlshiftRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBody.ShiftAmount">
            <summary>
            Gets or sets ShiftAmount.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitorRequestBody">
            <summary>
            The type WorkbookFunctionsBitorRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitorRequestBody.Number1">
            <summary>
            Gets or sets Number1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitorRequestBody.Number2">
            <summary>
            Gets or sets Number2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBody">
            <summary>
            The type WorkbookFunctionsBitrshiftRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBody.ShiftAmount">
            <summary>
            Gets or sets ShiftAmount.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitxorRequestBody">
            <summary>
            The type WorkbookFunctionsBitxorRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitxorRequestBody.Number1">
            <summary>
            Gets or sets Number1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitxorRequestBody.Number2">
            <summary>
            Gets or sets Number2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBody">
            <summary>
            The type WorkbookFunctionsCeiling_MathRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBody.Mode">
            <summary>
            Gets or sets Mode.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBody">
            <summary>
            The type WorkbookFunctionsCeiling_PreciseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCharRequestBody">
            <summary>
            The type WorkbookFunctionsCharRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCharRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBody">
            <summary>
            The type WorkbookFunctionsChiSq_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBody">
            <summary>
            The type WorkbookFunctionsChiSq_Dist_RTRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBody">
            <summary>
            The type WorkbookFunctionsChiSq_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBody">
            <summary>
            The type WorkbookFunctionsChiSq_Inv_RTRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChooseRequestBody">
            <summary>
            The type WorkbookFunctionsChooseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChooseRequestBody.IndexNum">
            <summary>
            Gets or sets IndexNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChooseRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCleanRequestBody">
            <summary>
            The type WorkbookFunctionsCleanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCleanRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCodeRequestBody">
            <summary>
            The type WorkbookFunctionsCodeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCodeRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsColumnsRequestBody">
            <summary>
            The type WorkbookFunctionsColumnsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsColumnsRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCombinaRequestBody">
            <summary>
            The type WorkbookFunctionsCombinaRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCombinaRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCombinaRequestBody.NumberChosen">
            <summary>
            Gets or sets NumberChosen.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCombinRequestBody">
            <summary>
            The type WorkbookFunctionsCombinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCombinRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCombinRequestBody.NumberChosen">
            <summary>
            Gets or sets NumberChosen.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsComplexRequestBody">
            <summary>
            The type WorkbookFunctionsComplexRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsComplexRequestBody.RealNum">
            <summary>
            Gets or sets RealNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsComplexRequestBody.INum">
            <summary>
            Gets or sets INum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsComplexRequestBody.Suffix">
            <summary>
            Gets or sets Suffix.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConcatenateRequestBody">
            <summary>
            The type WorkbookFunctionsConcatenateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConcatenateRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBody">
            <summary>
            The type WorkbookFunctionsConfidence_NormRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBody.Size">
            <summary>
            Gets or sets Size.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBody">
            <summary>
            The type WorkbookFunctionsConfidence_TRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBody.Size">
            <summary>
            Gets or sets Size.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConvertRequestBody">
            <summary>
            The type WorkbookFunctionsConvertRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConvertRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConvertRequestBody.FromUnit">
            <summary>
            Gets or sets FromUnit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConvertRequestBody.ToUnit">
            <summary>
            Gets or sets ToUnit.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoshRequestBody">
            <summary>
            The type WorkbookFunctionsCoshRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoshRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCosRequestBody">
            <summary>
            The type WorkbookFunctionsCosRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCosRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCothRequestBody">
            <summary>
            The type WorkbookFunctionsCothRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCothRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCotRequestBody">
            <summary>
            The type WorkbookFunctionsCotRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCotRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountARequestBody">
            <summary>
            The type WorkbookFunctionsCountARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountBlankRequestBody">
            <summary>
            The type WorkbookFunctionsCountBlankRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountBlankRequestBody.Range">
            <summary>
            Gets or sets Range.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountIfRequestBody">
            <summary>
            The type WorkbookFunctionsCountIfRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountIfRequestBody.Range">
            <summary>
            Gets or sets Range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountIfRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountIfsRequestBody">
            <summary>
            The type WorkbookFunctionsCountIfsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountIfsRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountRequestBody">
            <summary>
            The type WorkbookFunctionsCountRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBody">
            <summary>
            The type WorkbookFunctionsCoupDayBsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBody">
            <summary>
            The type WorkbookFunctionsCoupDaysNcRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBody">
            <summary>
            The type WorkbookFunctionsCoupDaysRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBody">
            <summary>
            The type WorkbookFunctionsCoupNcdRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBody">
            <summary>
            The type WorkbookFunctionsCoupNumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBody">
            <summary>
            The type WorkbookFunctionsCoupPcdRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCschRequestBody">
            <summary>
            The type WorkbookFunctionsCschRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCschRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCscRequestBody">
            <summary>
            The type WorkbookFunctionsCscRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCscRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody">
            <summary>
            The type WorkbookFunctionsCumIPmtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody.StartPeriod">
            <summary>
            Gets or sets StartPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody.EndPeriod">
            <summary>
            Gets or sets EndPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody">
            <summary>
            The type WorkbookFunctionsCumPrincRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody.StartPeriod">
            <summary>
            Gets or sets StartPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody.EndPeriod">
            <summary>
            Gets or sets EndPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDateRequestBody">
            <summary>
            The type WorkbookFunctionsDateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDateRequestBody.Year">
            <summary>
            Gets or sets Year.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDateRequestBody.Month">
            <summary>
            Gets or sets Month.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDateRequestBody.Day">
            <summary>
            Gets or sets Day.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDatevalueRequestBody">
            <summary>
            The type WorkbookFunctionsDatevalueRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDatevalueRequestBody.DateText">
            <summary>
            Gets or sets DateText.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDaverageRequestBody">
            <summary>
            The type WorkbookFunctionsDaverageRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaverageRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaverageRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaverageRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDayRequestBody">
            <summary>
            The type WorkbookFunctionsDayRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDayRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDays360RequestBody">
            <summary>
            The type WorkbookFunctionsDays360RequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDays360RequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDays360RequestBody.EndDate">
            <summary>
            Gets or sets EndDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDays360RequestBody.Method">
            <summary>
            Gets or sets Method.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDaysRequestBody">
            <summary>
            The type WorkbookFunctionsDaysRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaysRequestBody.EndDate">
            <summary>
            Gets or sets EndDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaysRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDbcsRequestBody">
            <summary>
            The type WorkbookFunctionsDbcsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbcsRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDbRequestBody">
            <summary>
            The type WorkbookFunctionsDbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbRequestBody.Life">
            <summary>
            Gets or sets Life.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbRequestBody.Period">
            <summary>
            Gets or sets Period.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbRequestBody.Month">
            <summary>
            Gets or sets Month.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDcountARequestBody">
            <summary>
            The type WorkbookFunctionsDcountARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountARequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountARequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountARequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDcountRequestBody">
            <summary>
            The type WorkbookFunctionsDcountRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDdbRequestBody">
            <summary>
            The type WorkbookFunctionsDdbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDdbRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDdbRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDdbRequestBody.Life">
            <summary>
            Gets or sets Life.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDdbRequestBody.Period">
            <summary>
            Gets or sets Period.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDdbRequestBody.Factor">
            <summary>
            Gets or sets Factor.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBody">
            <summary>
            The type WorkbookFunctionsDec2BinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBody">
            <summary>
            The type WorkbookFunctionsDec2HexRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBody">
            <summary>
            The type WorkbookFunctionsDec2OctRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDecimalRequestBody">
            <summary>
            The type WorkbookFunctionsDecimalRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDecimalRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDecimalRequestBody.Radix">
            <summary>
            Gets or sets Radix.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDegreesRequestBody">
            <summary>
            The type WorkbookFunctionsDegreesRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDegreesRequestBody.Angle">
            <summary>
            Gets or sets Angle.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDeltaRequestBody">
            <summary>
            The type WorkbookFunctionsDeltaRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDeltaRequestBody.Number1">
            <summary>
            Gets or sets Number1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDeltaRequestBody.Number2">
            <summary>
            Gets or sets Number2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDevSqRequestBody">
            <summary>
            The type WorkbookFunctionsDevSqRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDevSqRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDgetRequestBody">
            <summary>
            The type WorkbookFunctionsDgetRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDgetRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDgetRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDgetRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDiscRequestBody">
            <summary>
            The type WorkbookFunctionsDiscRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDiscRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDiscRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDiscRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDiscRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDiscRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDmaxRequestBody">
            <summary>
            The type WorkbookFunctionsDmaxRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDmaxRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDmaxRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDmaxRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDminRequestBody">
            <summary>
            The type WorkbookFunctionsDminRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDminRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDminRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDminRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBody">
            <summary>
            The type WorkbookFunctionsDollarDeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBody.FractionalDollar">
            <summary>
            Gets or sets FractionalDollar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBody.Fraction">
            <summary>
            Gets or sets Fraction.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBody">
            <summary>
            The type WorkbookFunctionsDollarFrRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBody.DecimalDollar">
            <summary>
            Gets or sets DecimalDollar.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBody.Fraction">
            <summary>
            Gets or sets Fraction.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarRequestBody">
            <summary>
            The type WorkbookFunctionsDollarRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarRequestBody.Decimals">
            <summary>
            Gets or sets Decimals.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDproductRequestBody">
            <summary>
            The type WorkbookFunctionsDproductRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDproductRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDproductRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDproductRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBody">
            <summary>
            The type WorkbookFunctionsDstDevPRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDstDevRequestBody">
            <summary>
            The type WorkbookFunctionsDstDevRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDsumRequestBody">
            <summary>
            The type WorkbookFunctionsDsumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDsumRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDsumRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDsumRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDurationRequestBody">
            <summary>
            The type WorkbookFunctionsDurationRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequestBody.Coupon">
            <summary>
            Gets or sets Coupon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequestBody.Yld">
            <summary>
            Gets or sets Yld.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDvarPRequestBody">
            <summary>
            The type WorkbookFunctionsDvarPRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarPRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarPRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarPRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDvarRequestBody">
            <summary>
            The type WorkbookFunctionsDvarRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarRequestBody.Database">
            <summary>
            Gets or sets Database.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarRequestBody.Field">
            <summary>
            Gets or sets Field.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBody">
            <summary>
            The type WorkbookFunctionsEcma_CeilingRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEdateRequestBody">
            <summary>
            The type WorkbookFunctionsEdateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEdateRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEdateRequestBody.Months">
            <summary>
            Gets or sets Months.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEffectRequestBody">
            <summary>
            The type WorkbookFunctionsEffectRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEffectRequestBody.NominalRate">
            <summary>
            Gets or sets NominalRate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEffectRequestBody.Npery">
            <summary>
            Gets or sets Npery.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBody">
            <summary>
            The type WorkbookFunctionsEoMonthRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBody.Months">
            <summary>
            Gets or sets Months.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfCRequestBody">
            <summary>
            The type WorkbookFunctionsErfCRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfCRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequestBody">
            <summary>
            The type WorkbookFunctionsErfC_PreciseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfRequestBody">
            <summary>
            The type WorkbookFunctionsErfRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfRequestBody.LowerLimit">
            <summary>
            Gets or sets LowerLimit.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfRequestBody.UpperLimit">
            <summary>
            Gets or sets UpperLimit.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequestBody">
            <summary>
            The type WorkbookFunctionsErf_PreciseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsError_TypeRequestBody">
            <summary>
            The type WorkbookFunctionsError_TypeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsError_TypeRequestBody.ErrorVal">
            <summary>
            Gets or sets ErrorVal.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEvenRequestBody">
            <summary>
            The type WorkbookFunctionsEvenRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEvenRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExactRequestBody">
            <summary>
            The type WorkbookFunctionsExactRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExactRequestBody.Text1">
            <summary>
            Gets or sets Text1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExactRequestBody.Text2">
            <summary>
            Gets or sets Text2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBody">
            <summary>
            The type WorkbookFunctionsExpon_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBody.Lambda">
            <summary>
            Gets or sets Lambda.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExpRequestBody">
            <summary>
            The type WorkbookFunctionsExpRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExpRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFactDoubleRequestBody">
            <summary>
            The type WorkbookFunctionsFactDoubleRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFactDoubleRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFactRequestBody">
            <summary>
            The type WorkbookFunctionsFactRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFactRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFindBRequestBody">
            <summary>
            The type WorkbookFunctionsFindBRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindBRequestBody.FindText">
            <summary>
            Gets or sets FindText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindBRequestBody.WithinText">
            <summary>
            Gets or sets WithinText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindBRequestBody.StartNum">
            <summary>
            Gets or sets StartNum.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFindRequestBody">
            <summary>
            The type WorkbookFunctionsFindRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindRequestBody.FindText">
            <summary>
            Gets or sets FindText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindRequestBody.WithinText">
            <summary>
            Gets or sets WithinText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindRequestBody.StartNum">
            <summary>
            Gets or sets StartNum.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFisherInvRequestBody">
            <summary>
            The type WorkbookFunctionsFisherInvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFisherInvRequestBody.Y">
            <summary>
            Gets or sets Y.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFisherRequestBody">
            <summary>
            The type WorkbookFunctionsFisherRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFisherRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFixedRequestBody">
            <summary>
            The type WorkbookFunctionsFixedRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFixedRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFixedRequestBody.Decimals">
            <summary>
            Gets or sets Decimals.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFixedRequestBody.NoCommas">
            <summary>
            Gets or sets NoCommas.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBody">
            <summary>
            The type WorkbookFunctionsFloor_MathRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBody.Mode">
            <summary>
            Gets or sets Mode.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBody">
            <summary>
            The type WorkbookFunctionsFloor_PreciseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFvRequestBody">
            <summary>
            The type WorkbookFunctionsFvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvRequestBody.Pmt">
            <summary>
            Gets or sets Pmt.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBody">
            <summary>
            The type WorkbookFunctionsFvscheduleRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBody.Principal">
            <summary>
            Gets or sets Principal.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBody.Schedule">
            <summary>
            Gets or sets Schedule.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_DistRequestBody">
            <summary>
            The type WorkbookFunctionsF_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_DistRequestBody.DegFreedom1">
            <summary>
            Gets or sets DegFreedom1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_DistRequestBody.DegFreedom2">
            <summary>
            Gets or sets DegFreedom2.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBody">
            <summary>
            The type WorkbookFunctionsF_Dist_RTRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBody.DegFreedom1">
            <summary>
            Gets or sets DegFreedom1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBody.DegFreedom2">
            <summary>
            Gets or sets DegFreedom2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_InvRequestBody">
            <summary>
            The type WorkbookFunctionsF_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_InvRequestBody.DegFreedom1">
            <summary>
            Gets or sets DegFreedom1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_InvRequestBody.DegFreedom2">
            <summary>
            Gets or sets DegFreedom2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBody">
            <summary>
            The type WorkbookFunctionsF_Inv_RTRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBody.DegFreedom1">
            <summary>
            Gets or sets DegFreedom1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBody.DegFreedom2">
            <summary>
            Gets or sets DegFreedom2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaLnRequestBody">
            <summary>
            The type WorkbookFunctionsGammaLnRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGammaLnRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequestBody">
            <summary>
            The type WorkbookFunctionsGammaLn_PreciseRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaRequestBody">
            <summary>
            The type WorkbookFunctionsGammaRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGammaRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBody">
            <summary>
            The type WorkbookFunctionsGamma_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBody.Beta">
            <summary>
            Gets or sets Beta.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBody">
            <summary>
            The type WorkbookFunctionsGamma_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBody.Beta">
            <summary>
            Gets or sets Beta.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGaussRequestBody">
            <summary>
            The type WorkbookFunctionsGaussRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGaussRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGcdRequestBody">
            <summary>
            The type WorkbookFunctionsGcdRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGcdRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGeoMeanRequestBody">
            <summary>
            The type WorkbookFunctionsGeoMeanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGeoMeanRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGeStepRequestBody">
            <summary>
            The type WorkbookFunctionsGeStepRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGeStepRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGeStepRequestBody.Step">
            <summary>
            Gets or sets Step.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHarMeanRequestBody">
            <summary>
            The type WorkbookFunctionsHarMeanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHarMeanRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBody">
            <summary>
            The type WorkbookFunctionsHex2BinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2DecRequestBody">
            <summary>
            The type WorkbookFunctionsHex2DecRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2DecRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBody">
            <summary>
            The type WorkbookFunctionsHex2OctRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHlookupRequestBody">
            <summary>
            The type WorkbookFunctionsHlookupRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHlookupRequestBody.LookupValue">
            <summary>
            Gets or sets LookupValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHlookupRequestBody.TableArray">
            <summary>
            Gets or sets TableArray.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHlookupRequestBody.RowIndexNum">
            <summary>
            Gets or sets RowIndexNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHlookupRequestBody.RangeLookup">
            <summary>
            Gets or sets RangeLookup.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHourRequestBody">
            <summary>
            The type WorkbookFunctionsHourRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHourRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBody">
            <summary>
            The type WorkbookFunctionsHyperlinkRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBody.LinkLocation">
            <summary>
            Gets or sets LinkLocation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBody.FriendlyName">
            <summary>
            Gets or sets FriendlyName.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBody">
            <summary>
            The type WorkbookFunctionsHypGeom_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBody.SampleS">
            <summary>
            Gets or sets SampleS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBody.NumberSample">
            <summary>
            Gets or sets NumberSample.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBody.PopulationS">
            <summary>
            Gets or sets PopulationS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBody.NumberPop">
            <summary>
            Gets or sets NumberPop.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIfRequestBody">
            <summary>
            The type WorkbookFunctionsIfRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIfRequestBody.LogicalTest">
            <summary>
            Gets or sets LogicalTest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIfRequestBody.ValueIfTrue">
            <summary>
            Gets or sets ValueIfTrue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIfRequestBody.ValueIfFalse">
            <summary>
            Gets or sets ValueIfFalse.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImAbsRequestBody">
            <summary>
            The type WorkbookFunctionsImAbsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImAbsRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImaginaryRequestBody">
            <summary>
            The type WorkbookFunctionsImaginaryRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImaginaryRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImArgumentRequestBody">
            <summary>
            The type WorkbookFunctionsImArgumentRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImArgumentRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImConjugateRequestBody">
            <summary>
            The type WorkbookFunctionsImConjugateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImConjugateRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCoshRequestBody">
            <summary>
            The type WorkbookFunctionsImCoshRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCoshRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCosRequestBody">
            <summary>
            The type WorkbookFunctionsImCosRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCosRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCotRequestBody">
            <summary>
            The type WorkbookFunctionsImCotRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCotRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCschRequestBody">
            <summary>
            The type WorkbookFunctionsImCschRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCschRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCscRequestBody">
            <summary>
            The type WorkbookFunctionsImCscRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCscRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImDivRequestBody">
            <summary>
            The type WorkbookFunctionsImDivRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImDivRequestBody.Inumber1">
            <summary>
            Gets or sets Inumber1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImDivRequestBody.Inumber2">
            <summary>
            Gets or sets Inumber2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImExpRequestBody">
            <summary>
            The type WorkbookFunctionsImExpRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImExpRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLnRequestBody">
            <summary>
            The type WorkbookFunctionsImLnRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImLnRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLog10RequestBody">
            <summary>
            The type WorkbookFunctionsImLog10RequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImLog10RequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLog2RequestBody">
            <summary>
            The type WorkbookFunctionsImLog2RequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImLog2RequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImPowerRequestBody">
            <summary>
            The type WorkbookFunctionsImPowerRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImPowerRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImPowerRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImProductRequestBody">
            <summary>
            The type WorkbookFunctionsImProductRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImProductRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImRealRequestBody">
            <summary>
            The type WorkbookFunctionsImRealRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImRealRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSechRequestBody">
            <summary>
            The type WorkbookFunctionsImSechRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSechRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSecRequestBody">
            <summary>
            The type WorkbookFunctionsImSecRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSecRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSinhRequestBody">
            <summary>
            The type WorkbookFunctionsImSinhRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSinhRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSinRequestBody">
            <summary>
            The type WorkbookFunctionsImSinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSinRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSqrtRequestBody">
            <summary>
            The type WorkbookFunctionsImSqrtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSqrtRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSubRequestBody">
            <summary>
            The type WorkbookFunctionsImSubRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSubRequestBody.Inumber1">
            <summary>
            Gets or sets Inumber1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSubRequestBody.Inumber2">
            <summary>
            Gets or sets Inumber2.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSumRequestBody">
            <summary>
            The type WorkbookFunctionsImSumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSumRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImTanRequestBody">
            <summary>
            The type WorkbookFunctionsImTanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImTanRequestBody.Inumber">
            <summary>
            Gets or sets Inumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIntRateRequestBody">
            <summary>
            The type WorkbookFunctionsIntRateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRateRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRateRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRateRequestBody.Investment">
            <summary>
            Gets or sets Investment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRateRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRateRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIntRequestBody">
            <summary>
            The type WorkbookFunctionsIntRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody">
            <summary>
            The type WorkbookFunctionsIpmtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody.Per">
            <summary>
            Gets or sets Per.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIrrRequestBody">
            <summary>
            The type WorkbookFunctionsIrrRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIrrRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIrrRequestBody.Guess">
            <summary>
            Gets or sets Guess.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsErrorRequestBody">
            <summary>
            The type WorkbookFunctionsIsErrorRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsErrorRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsErrRequestBody">
            <summary>
            The type WorkbookFunctionsIsErrRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsErrRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsEvenRequestBody">
            <summary>
            The type WorkbookFunctionsIsEvenRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsEvenRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsFormulaRequestBody">
            <summary>
            The type WorkbookFunctionsIsFormulaRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsFormulaRequestBody.Reference">
            <summary>
            Gets or sets Reference.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsLogicalRequestBody">
            <summary>
            The type WorkbookFunctionsIsLogicalRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsLogicalRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNARequestBody">
            <summary>
            The type WorkbookFunctionsIsNARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsNARequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNonTextRequestBody">
            <summary>
            The type WorkbookFunctionsIsNonTextRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsNonTextRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNumberRequestBody">
            <summary>
            The type WorkbookFunctionsIsNumberRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsNumberRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsOddRequestBody">
            <summary>
            The type WorkbookFunctionsIsOddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsOddRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequestBody">
            <summary>
            The type WorkbookFunctionsIsoWeekNumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequestBody.Date">
            <summary>
            Gets or sets Date.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBody">
            <summary>
            The type WorkbookFunctionsIso_CeilingRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIspmtRequestBody">
            <summary>
            The type WorkbookFunctionsIspmtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIspmtRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIspmtRequestBody.Per">
            <summary>
            Gets or sets Per.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIspmtRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIspmtRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsrefRequestBody">
            <summary>
            The type WorkbookFunctionsIsrefRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsrefRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsTextRequestBody">
            <summary>
            The type WorkbookFunctionsIsTextRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsTextRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsKurtRequestBody">
            <summary>
            The type WorkbookFunctionsKurtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsKurtRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLargeRequestBody">
            <summary>
            The type WorkbookFunctionsLargeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLargeRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLargeRequestBody.K">
            <summary>
            Gets or sets K.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLcmRequestBody">
            <summary>
            The type WorkbookFunctionsLcmRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLcmRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLeftbRequestBody">
            <summary>
            The type WorkbookFunctionsLeftbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLeftbRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLeftbRequestBody.NumBytes">
            <summary>
            Gets or sets NumBytes.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLeftRequestBody">
            <summary>
            The type WorkbookFunctionsLeftRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLeftRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLeftRequestBody.NumChars">
            <summary>
            Gets or sets NumChars.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLenbRequestBody">
            <summary>
            The type WorkbookFunctionsLenbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLenbRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLenRequestBody">
            <summary>
            The type WorkbookFunctionsLenRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLenRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLnRequestBody">
            <summary>
            The type WorkbookFunctionsLnRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLnRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLog10RequestBody">
            <summary>
            The type WorkbookFunctionsLog10RequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLog10RequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBody">
            <summary>
            The type WorkbookFunctionsLogNorm_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBody.Mean">
            <summary>
            Gets or sets Mean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBody">
            <summary>
            The type WorkbookFunctionsLogNorm_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBody.Mean">
            <summary>
            Gets or sets Mean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogRequestBody">
            <summary>
            The type WorkbookFunctionsLogRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogRequestBody.Base">
            <summary>
            Gets or sets Base.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLookupRequestBody">
            <summary>
            The type WorkbookFunctionsLookupRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLookupRequestBody.LookupValue">
            <summary>
            Gets or sets LookupValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLookupRequestBody.LookupVector">
            <summary>
            Gets or sets LookupVector.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLookupRequestBody.ResultVector">
            <summary>
            Gets or sets ResultVector.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLowerRequestBody">
            <summary>
            The type WorkbookFunctionsLowerRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLowerRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMatchRequestBody">
            <summary>
            The type WorkbookFunctionsMatchRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMatchRequestBody.LookupValue">
            <summary>
            Gets or sets LookupValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMatchRequestBody.LookupArray">
            <summary>
            Gets or sets LookupArray.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMatchRequestBody.MatchType">
            <summary>
            Gets or sets MatchType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMaxARequestBody">
            <summary>
            The type WorkbookFunctionsMaxARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMaxARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMaxRequestBody">
            <summary>
            The type WorkbookFunctionsMaxRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMaxRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody">
            <summary>
            The type WorkbookFunctionsMdurationRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody.Coupon">
            <summary>
            Gets or sets Coupon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody.Yld">
            <summary>
            Gets or sets Yld.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMedianRequestBody">
            <summary>
            The type WorkbookFunctionsMedianRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMedianRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMidbRequestBody">
            <summary>
            The type WorkbookFunctionsMidbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidbRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidbRequestBody.StartNum">
            <summary>
            Gets or sets StartNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidbRequestBody.NumBytes">
            <summary>
            Gets or sets NumBytes.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMidRequestBody">
            <summary>
            The type WorkbookFunctionsMidRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidRequestBody.StartNum">
            <summary>
            Gets or sets StartNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidRequestBody.NumChars">
            <summary>
            Gets or sets NumChars.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinARequestBody">
            <summary>
            The type WorkbookFunctionsMinARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMinARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinRequestBody">
            <summary>
            The type WorkbookFunctionsMinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMinRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinuteRequestBody">
            <summary>
            The type WorkbookFunctionsMinuteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMinuteRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMirrRequestBody">
            <summary>
            The type WorkbookFunctionsMirrRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMirrRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMirrRequestBody.FinanceRate">
            <summary>
            Gets or sets FinanceRate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMirrRequestBody.ReinvestRate">
            <summary>
            Gets or sets ReinvestRate.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsModRequestBody">
            <summary>
            The type WorkbookFunctionsModRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsModRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsModRequestBody.Divisor">
            <summary>
            Gets or sets Divisor.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMonthRequestBody">
            <summary>
            The type WorkbookFunctionsMonthRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMonthRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMroundRequestBody">
            <summary>
            The type WorkbookFunctionsMroundRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMroundRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMroundRequestBody.Multiple">
            <summary>
            Gets or sets Multiple.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMultiNomialRequestBody">
            <summary>
            The type WorkbookFunctionsMultiNomialRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMultiNomialRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBody">
            <summary>
            The type WorkbookFunctionsNegBinom_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBody.NumberF">
            <summary>
            Gets or sets NumberF.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBody.NumberS">
            <summary>
            Gets or sets NumberS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBody.ProbabilityS">
            <summary>
            Gets or sets ProbabilityS.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBody">
            <summary>
            The type WorkbookFunctionsNetworkDaysRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBody.EndDate">
            <summary>
            Gets or sets EndDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBody.Holidays">
            <summary>
            Gets or sets Holidays.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBody">
            <summary>
            The type WorkbookFunctionsNetworkDays_IntlRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBody.EndDate">
            <summary>
            Gets or sets EndDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBody.Weekend">
            <summary>
            Gets or sets Weekend.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBody.Holidays">
            <summary>
            Gets or sets Holidays.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNominalRequestBody">
            <summary>
            The type WorkbookFunctionsNominalRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNominalRequestBody.EffectRate">
            <summary>
            Gets or sets EffectRate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNominalRequestBody.Npery">
            <summary>
            Gets or sets Npery.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBody">
            <summary>
            The type WorkbookFunctionsNorm_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBody.Mean">
            <summary>
            Gets or sets Mean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBody">
            <summary>
            The type WorkbookFunctionsNorm_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBody.Mean">
            <summary>
            Gets or sets Mean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBody">
            <summary>
            The type WorkbookFunctionsNorm_S_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBody.Z">
            <summary>
            Gets or sets Z.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequestBody">
            <summary>
            The type WorkbookFunctionsNorm_S_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNotRequestBody">
            <summary>
            The type WorkbookFunctionsNotRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNotRequestBody.Logical">
            <summary>
            Gets or sets Logical.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNperRequestBody">
            <summary>
            The type WorkbookFunctionsNperRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNperRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNperRequestBody.Pmt">
            <summary>
            Gets or sets Pmt.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNperRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNperRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNperRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNpvRequestBody">
            <summary>
            The type WorkbookFunctionsNpvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNpvRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNpvRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNRequestBody">
            <summary>
            The type WorkbookFunctionsNRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBody">
            <summary>
            The type WorkbookFunctionsNumberValueRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBody.DecimalSeparator">
            <summary>
            Gets or sets DecimalSeparator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBody.GroupSeparator">
            <summary>
            Gets or sets GroupSeparator.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBody">
            <summary>
            The type WorkbookFunctionsOct2BinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2DecRequestBody">
            <summary>
            The type WorkbookFunctionsOct2DecRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2DecRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBody">
            <summary>
            The type WorkbookFunctionsOct2HexRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBody.Places">
            <summary>
            Gets or sets Places.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody">
            <summary>
            The type WorkbookFunctionsOddFPriceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Issue">
            <summary>
            Gets or sets Issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.FirstCoupon">
            <summary>
            Gets or sets FirstCoupon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Yld">
            <summary>
            Gets or sets Yld.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody">
            <summary>
            The type WorkbookFunctionsOddFYieldRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Issue">
            <summary>
            Gets or sets Issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.FirstCoupon">
            <summary>
            Gets or sets FirstCoupon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody">
            <summary>
            The type WorkbookFunctionsOddLPriceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.LastInterest">
            <summary>
            Gets or sets LastInterest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Yld">
            <summary>
            Gets or sets Yld.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody">
            <summary>
            The type WorkbookFunctionsOddLYieldRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.LastInterest">
            <summary>
            Gets or sets LastInterest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddRequestBody">
            <summary>
            The type WorkbookFunctionsOddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOrRequestBody">
            <summary>
            The type WorkbookFunctionsOrRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOrRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPdurationRequestBody">
            <summary>
            The type WorkbookFunctionsPdurationRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPdurationRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPdurationRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPdurationRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBody">
            <summary>
            The type WorkbookFunctionsPercentile_ExcRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBody.K">
            <summary>
            Gets or sets K.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBody">
            <summary>
            The type WorkbookFunctionsPercentile_IncRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBody.K">
            <summary>
            Gets or sets K.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBody">
            <summary>
            The type WorkbookFunctionsPercentRank_ExcRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBody">
            <summary>
            The type WorkbookFunctionsPercentRank_IncRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBody.Significance">
            <summary>
            Gets or sets Significance.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBody">
            <summary>
            The type WorkbookFunctionsPermutationaRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBody.NumberChosen">
            <summary>
            Gets or sets NumberChosen.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPermutRequestBody">
            <summary>
            The type WorkbookFunctionsPermutRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPermutRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPermutRequestBody.NumberChosen">
            <summary>
            Gets or sets NumberChosen.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPhiRequestBody">
            <summary>
            The type WorkbookFunctionsPhiRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPhiRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPmtRequestBody">
            <summary>
            The type WorkbookFunctionsPmtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPmtRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPmtRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPmtRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPmtRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPmtRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBody">
            <summary>
            The type WorkbookFunctionsPoisson_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBody.Mean">
            <summary>
            Gets or sets Mean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPowerRequestBody">
            <summary>
            The type WorkbookFunctionsPowerRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPowerRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPowerRequestBody.Power">
            <summary>
            Gets or sets Power.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody">
            <summary>
            The type WorkbookFunctionsPpmtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody.Per">
            <summary>
            Gets or sets Per.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBody">
            <summary>
            The type WorkbookFunctionsPriceDiscRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBody.Discount">
            <summary>
            Gets or sets Discount.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody">
            <summary>
            The type WorkbookFunctionsPriceMatRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody.Issue">
            <summary>
            Gets or sets Issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody.Yld">
            <summary>
            Gets or sets Yld.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceRequestBody">
            <summary>
            The type WorkbookFunctionsPriceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Yld">
            <summary>
            Gets or sets Yld.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsProductRequestBody">
            <summary>
            The type WorkbookFunctionsProductRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsProductRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsProperRequestBody">
            <summary>
            The type WorkbookFunctionsProperRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsProperRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPvRequestBody">
            <summary>
            The type WorkbookFunctionsPvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPvRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPvRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPvRequestBody.Pmt">
            <summary>
            Gets or sets Pmt.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPvRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPvRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBody">
            <summary>
            The type WorkbookFunctionsQuartile_ExcRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBody.Quart">
            <summary>
            Gets or sets Quart.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBody">
            <summary>
            The type WorkbookFunctionsQuartile_IncRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBody.Quart">
            <summary>
            Gets or sets Quart.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuotientRequestBody">
            <summary>
            The type WorkbookFunctionsQuotientRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuotientRequestBody.Numerator">
            <summary>
            Gets or sets Numerator.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuotientRequestBody.Denominator">
            <summary>
            Gets or sets Denominator.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRadiansRequestBody">
            <summary>
            The type WorkbookFunctionsRadiansRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRadiansRequestBody.Angle">
            <summary>
            Gets or sets Angle.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBody">
            <summary>
            The type WorkbookFunctionsRandBetweenRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBody.Bottom">
            <summary>
            Gets or sets Bottom.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBody.Top">
            <summary>
            Gets or sets Top.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBody">
            <summary>
            The type WorkbookFunctionsRank_AvgRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBody.Ref">
            <summary>
            Gets or sets Ref.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBody.Order">
            <summary>
            Gets or sets Order.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBody">
            <summary>
            The type WorkbookFunctionsRank_EqRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBody.Ref">
            <summary>
            Gets or sets Ref.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBody.Order">
            <summary>
            Gets or sets Order.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRateRequestBody">
            <summary>
            The type WorkbookFunctionsRateRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequestBody.Pmt">
            <summary>
            Gets or sets Pmt.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequestBody.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequestBody.Guess">
            <summary>
            Gets or sets Guess.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReceivedRequestBody">
            <summary>
            The type WorkbookFunctionsReceivedRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReceivedRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReceivedRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReceivedRequestBody.Investment">
            <summary>
            Gets or sets Investment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReceivedRequestBody.Discount">
            <summary>
            Gets or sets Discount.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReceivedRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBody">
            <summary>
            The type WorkbookFunctionsReplaceBRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBody.OldText">
            <summary>
            Gets or sets OldText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBody.StartNum">
            <summary>
            Gets or sets StartNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBody.NumBytes">
            <summary>
            Gets or sets NumBytes.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBody.NewText">
            <summary>
            Gets or sets NewText.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReplaceRequestBody">
            <summary>
            The type WorkbookFunctionsReplaceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceRequestBody.OldText">
            <summary>
            Gets or sets OldText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceRequestBody.StartNum">
            <summary>
            Gets or sets StartNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceRequestBody.NumChars">
            <summary>
            Gets or sets NumChars.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceRequestBody.NewText">
            <summary>
            Gets or sets NewText.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReptRequestBody">
            <summary>
            The type WorkbookFunctionsReptRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReptRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReptRequestBody.NumberTimes">
            <summary>
            Gets or sets NumberTimes.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRightbRequestBody">
            <summary>
            The type WorkbookFunctionsRightbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRightbRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRightbRequestBody.NumBytes">
            <summary>
            Gets or sets NumBytes.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRightRequestBody">
            <summary>
            The type WorkbookFunctionsRightRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRightRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRightRequestBody.NumChars">
            <summary>
            Gets or sets NumChars.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRomanRequestBody">
            <summary>
            The type WorkbookFunctionsRomanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRomanRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRomanRequestBody.Form">
            <summary>
            Gets or sets Form.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBody">
            <summary>
            The type WorkbookFunctionsRoundDownRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBody.NumDigits">
            <summary>
            Gets or sets NumDigits.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundRequestBody">
            <summary>
            The type WorkbookFunctionsRoundRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundRequestBody.NumDigits">
            <summary>
            Gets or sets NumDigits.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBody">
            <summary>
            The type WorkbookFunctionsRoundUpRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBody.NumDigits">
            <summary>
            Gets or sets NumDigits.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRowsRequestBody">
            <summary>
            The type WorkbookFunctionsRowsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRowsRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRriRequestBody">
            <summary>
            The type WorkbookFunctionsRriRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRriRequestBody.Nper">
            <summary>
            Gets or sets Nper.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRriRequestBody.Pv">
            <summary>
            Gets or sets Pv.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRriRequestBody.Fv">
            <summary>
            Gets or sets Fv.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSechRequestBody">
            <summary>
            The type WorkbookFunctionsSechRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSechRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSecondRequestBody">
            <summary>
            The type WorkbookFunctionsSecondRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSecondRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSecRequestBody">
            <summary>
            The type WorkbookFunctionsSecRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSecRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBody">
            <summary>
            The type WorkbookFunctionsSeriesSumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBody.N">
            <summary>
            Gets or sets N.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBody.M">
            <summary>
            Gets or sets M.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBody.Coefficients">
            <summary>
            Gets or sets Coefficients.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSheetRequestBody">
            <summary>
            The type WorkbookFunctionsSheetRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSheetRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSheetsRequestBody">
            <summary>
            The type WorkbookFunctionsSheetsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSheetsRequestBody.Reference">
            <summary>
            Gets or sets Reference.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSignRequestBody">
            <summary>
            The type WorkbookFunctionsSignRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSignRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSinhRequestBody">
            <summary>
            The type WorkbookFunctionsSinhRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSinhRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSinRequestBody">
            <summary>
            The type WorkbookFunctionsSinRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSinRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSkewRequestBody">
            <summary>
            The type WorkbookFunctionsSkewRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSkewRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSkew_pRequestBody">
            <summary>
            The type WorkbookFunctionsSkew_pRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSkew_pRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSlnRequestBody">
            <summary>
            The type WorkbookFunctionsSlnRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSlnRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSlnRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSlnRequestBody.Life">
            <summary>
            Gets or sets Life.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSmallRequestBody">
            <summary>
            The type WorkbookFunctionsSmallRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSmallRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSmallRequestBody.K">
            <summary>
            Gets or sets K.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSqrtPiRequestBody">
            <summary>
            The type WorkbookFunctionsSqrtPiRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSqrtPiRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSqrtRequestBody">
            <summary>
            The type WorkbookFunctionsSqrtRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSqrtRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBody">
            <summary>
            The type WorkbookFunctionsStandardizeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBody.Mean">
            <summary>
            Gets or sets Mean.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBody.StandardDev">
            <summary>
            Gets or sets StandardDev.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDevARequestBody">
            <summary>
            The type WorkbookFunctionsStDevARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDevARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDevPARequestBody">
            <summary>
            The type WorkbookFunctionsStDevPARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDevPARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDev_PRequestBody">
            <summary>
            The type WorkbookFunctionsStDev_PRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDev_PRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDev_SRequestBody">
            <summary>
            The type WorkbookFunctionsStDev_SRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDev_SRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBody">
            <summary>
            The type WorkbookFunctionsSubstituteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBody.OldText">
            <summary>
            Gets or sets OldText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBody.NewText">
            <summary>
            Gets or sets NewText.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBody.InstanceNum">
            <summary>
            Gets or sets InstanceNum.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBody">
            <summary>
            The type WorkbookFunctionsSubtotalRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBody.FunctionNum">
            <summary>
            Gets or sets FunctionNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumIfRequestBody">
            <summary>
            The type WorkbookFunctionsSumIfRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfRequestBody.Range">
            <summary>
            Gets or sets Range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfRequestBody.Criteria">
            <summary>
            Gets or sets Criteria.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfRequestBody.SumRange">
            <summary>
            Gets or sets SumRange.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBody">
            <summary>
            The type WorkbookFunctionsSumIfsRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBody.SumRange">
            <summary>
            Gets or sets SumRange.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumRequestBody">
            <summary>
            The type WorkbookFunctionsSumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumSqRequestBody">
            <summary>
            The type WorkbookFunctionsSumSqRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumSqRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSydRequestBody">
            <summary>
            The type WorkbookFunctionsSydRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSydRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSydRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSydRequestBody.Life">
            <summary>
            Gets or sets Life.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSydRequestBody.Per">
            <summary>
            Gets or sets Per.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTanhRequestBody">
            <summary>
            The type WorkbookFunctionsTanhRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTanhRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTanRequestBody">
            <summary>
            The type WorkbookFunctionsTanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTanRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBody">
            <summary>
            The type WorkbookFunctionsTbillEqRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBody.Discount">
            <summary>
            Gets or sets Discount.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBody">
            <summary>
            The type WorkbookFunctionsTbillPriceRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBody.Discount">
            <summary>
            Gets or sets Discount.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBody">
            <summary>
            The type WorkbookFunctionsTbillYieldRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTextRequestBody">
            <summary>
            The type WorkbookFunctionsTextRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTextRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTextRequestBody.FormatText">
            <summary>
            Gets or sets FormatText.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTimeRequestBody">
            <summary>
            The type WorkbookFunctionsTimeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTimeRequestBody.Hour">
            <summary>
            Gets or sets Hour.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTimeRequestBody.Minute">
            <summary>
            Gets or sets Minute.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTimeRequestBody.Second">
            <summary>
            Gets or sets Second.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTimevalueRequestBody">
            <summary>
            The type WorkbookFunctionsTimevalueRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTimevalueRequestBody.TimeText">
            <summary>
            Gets or sets TimeText.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTRequestBody">
            <summary>
            The type WorkbookFunctionsTRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBody">
            <summary>
            The type WorkbookFunctionsTrimMeanRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBody.Percent">
            <summary>
            Gets or sets Percent.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrimRequestBody">
            <summary>
            The type WorkbookFunctionsTrimRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTrimRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTruncRequestBody">
            <summary>
            The type WorkbookFunctionsTruncRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTruncRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTruncRequestBody.NumDigits">
            <summary>
            Gets or sets NumDigits.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTypeRequestBody">
            <summary>
            The type WorkbookFunctionsTypeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTypeRequestBody.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_DistRequestBody">
            <summary>
            The type WorkbookFunctionsT_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_DistRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBody">
            <summary>
            The type WorkbookFunctionsT_Dist_2TRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBody">
            <summary>
            The type WorkbookFunctionsT_Dist_RTRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_InvRequestBody">
            <summary>
            The type WorkbookFunctionsT_InvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_InvRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_InvRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBody">
            <summary>
            The type WorkbookFunctionsT_Inv_2TRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBody.Probability">
            <summary>
            Gets or sets Probability.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBody.DegFreedom">
            <summary>
            Gets or sets DegFreedom.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUnicharRequestBody">
            <summary>
            The type WorkbookFunctionsUnicharRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUnicharRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUnicodeRequestBody">
            <summary>
            The type WorkbookFunctionsUnicodeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUnicodeRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUpperRequestBody">
            <summary>
            The type WorkbookFunctionsUpperRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUpperRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBody">
            <summary>
            The type WorkbookFunctionsUsdollarRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBody.Number">
            <summary>
            Gets or sets Number.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBody.Decimals">
            <summary>
            Gets or sets Decimals.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsValueRequestBody">
            <summary>
            The type WorkbookFunctionsValueRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsValueRequestBody.Text">
            <summary>
            Gets or sets Text.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVarARequestBody">
            <summary>
            The type WorkbookFunctionsVarARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVarARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVarPARequestBody">
            <summary>
            The type WorkbookFunctionsVarPARequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVarPARequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVar_PRequestBody">
            <summary>
            The type WorkbookFunctionsVar_PRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVar_PRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVar_SRequestBody">
            <summary>
            The type WorkbookFunctionsVar_SRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVar_SRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVdbRequestBody">
            <summary>
            The type WorkbookFunctionsVdbRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.Cost">
            <summary>
            Gets or sets Cost.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.Salvage">
            <summary>
            Gets or sets Salvage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.Life">
            <summary>
            Gets or sets Life.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.StartPeriod">
            <summary>
            Gets or sets StartPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.EndPeriod">
            <summary>
            Gets or sets EndPeriod.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.Factor">
            <summary>
            Gets or sets Factor.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequestBody.NoSwitch">
            <summary>
            Gets or sets NoSwitch.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVlookupRequestBody">
            <summary>
            The type WorkbookFunctionsVlookupRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVlookupRequestBody.LookupValue">
            <summary>
            Gets or sets LookupValue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVlookupRequestBody.TableArray">
            <summary>
            Gets or sets TableArray.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVlookupRequestBody.ColIndexNum">
            <summary>
            Gets or sets ColIndexNum.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVlookupRequestBody.RangeLookup">
            <summary>
            Gets or sets RangeLookup.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBody">
            <summary>
            The type WorkbookFunctionsWeekdayRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBody.ReturnType">
            <summary>
            Gets or sets ReturnType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBody">
            <summary>
            The type WorkbookFunctionsWeekNumRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBody.ReturnType">
            <summary>
            Gets or sets ReturnType.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBody">
            <summary>
            The type WorkbookFunctionsWeibull_DistRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBody.Alpha">
            <summary>
            Gets or sets Alpha.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBody.Beta">
            <summary>
            Gets or sets Beta.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBody.Cumulative">
            <summary>
            Gets or sets Cumulative.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBody">
            <summary>
            The type WorkbookFunctionsWorkDayRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBody.Days">
            <summary>
            Gets or sets Days.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBody.Holidays">
            <summary>
            Gets or sets Holidays.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBody">
            <summary>
            The type WorkbookFunctionsWorkDay_IntlRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBody.Days">
            <summary>
            Gets or sets Days.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBody.Weekend">
            <summary>
            Gets or sets Weekend.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBody.Holidays">
            <summary>
            Gets or sets Holidays.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXirrRequestBody">
            <summary>
            The type WorkbookFunctionsXirrRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXirrRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXirrRequestBody.Dates">
            <summary>
            Gets or sets Dates.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXirrRequestBody.Guess">
            <summary>
            Gets or sets Guess.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXnpvRequestBody">
            <summary>
            The type WorkbookFunctionsXnpvRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXnpvRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXnpvRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXnpvRequestBody.Dates">
            <summary>
            Gets or sets Dates.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXorRequestBody">
            <summary>
            The type WorkbookFunctionsXorRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXorRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYearFracRequestBody">
            <summary>
            The type WorkbookFunctionsYearFracRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYearFracRequestBody.StartDate">
            <summary>
            Gets or sets StartDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYearFracRequestBody.EndDate">
            <summary>
            Gets or sets EndDate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYearFracRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYearRequestBody">
            <summary>
            The type WorkbookFunctionsYearRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYearRequestBody.SerialNumber">
            <summary>
            Gets or sets SerialNumber.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBody">
            <summary>
            The type WorkbookFunctionsYieldDiscRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody">
            <summary>
            The type WorkbookFunctionsYieldMatRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody.Issue">
            <summary>
            Gets or sets Issue.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldRequestBody">
            <summary>
            The type WorkbookFunctionsYieldRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Settlement">
            <summary>
            Gets or sets Settlement.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Maturity">
            <summary>
            Gets or sets Maturity.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Rate">
            <summary>
            Gets or sets Rate.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Pr">
            <summary>
            Gets or sets Pr.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Redemption">
            <summary>
            Gets or sets Redemption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Frequency">
            <summary>
            Gets or sets Frequency.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequestBody.Basis">
            <summary>
            Gets or sets Basis.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBody">
            <summary>
            The type WorkbookFunctionsZ_TestRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBody.Array">
            <summary>
            Gets or sets Array.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBody.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBody.Sigma">
            <summary>
            Gets or sets Sigma.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookIcon">
            <summary>
            The type WorkbookIcon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookIcon.Index">
            <summary>
            Gets or sets index.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookIcon.Set">
            <summary>
            Gets or sets set.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookIcon.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItem">
            <summary>
            The type Workbook Named Item.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Comment">
            <summary>
            Gets or sets comment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Scope">
            <summary>
            Gets or sets scope.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Type">
            <summary>
            Gets or sets type.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Value">
            <summary>
            Gets or sets value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Visible">
            <summary>
            Gets or sets visible.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItem.Worksheet">
            <summary>
            Gets or sets worksheet.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBody">
            <summary>
            The type WorkbookNamedItemAddFormulaLocalRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBody.Formula">
            <summary>
            Gets or sets Formula.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemAddRequestBody">
            <summary>
            The type WorkbookNamedItemAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddRequestBody.Reference">
            <summary>
            Gets or sets Reference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddRequestBody.Comment">
            <summary>
            Gets or sets Comment.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTable">
            <summary>
            The type Workbook Pivot Table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookPivotTable.Name">
            <summary>
            Gets or sets name.
            Name of the PivotTable.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookPivotTable.Worksheet">
            <summary>
            Gets or sets worksheet.
            The worksheet containing the current PivotTable. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookProcessQueryRequestBody">
            <summary>
            The type WorkbookProcessQueryRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookProcessQueryRequestBody.Input">
            <summary>
            Gets or sets Input.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRange">
            <summary>
            The type Workbook Range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Address">
            <summary>
            Gets or sets address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.AddressLocal">
            <summary>
            Gets or sets address local.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.CellCount">
            <summary>
            Gets or sets cell count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.ColumnCount">
            <summary>
            Gets or sets column count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.ColumnHidden">
            <summary>
            Gets or sets column hidden.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.ColumnIndex">
            <summary>
            Gets or sets column index.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Formulas">
            <summary>
            Gets or sets formulas.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.FormulasLocal">
            <summary>
            Gets or sets formulas local.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.FormulasR1C1">
            <summary>
            Gets or sets formulas r1c1.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Hidden">
            <summary>
            Gets or sets hidden.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.NumberFormat">
            <summary>
            Gets or sets number format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.RowCount">
            <summary>
            Gets or sets row count.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.RowHidden">
            <summary>
            Gets or sets row hidden.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.RowIndex">
            <summary>
            Gets or sets row index.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Text">
            <summary>
            Gets or sets text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.ValueTypes">
            <summary>
            Gets or sets value types.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Values">
            <summary>
            Gets or sets values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Format">
            <summary>
            Gets or sets format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Sort">
            <summary>
            Gets or sets sort.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRange.Worksheet">
            <summary>
            Gets or sets worksheet.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorder">
            <summary>
            The type Workbook Range Border.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeBorder.Color">
            <summary>
            Gets or sets color.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeBorder.SideIndex">
            <summary>
            Gets or sets side index.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeBorder.Style">
            <summary>
            Gets or sets style.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeBorder.Weight">
            <summary>
            Gets or sets weight.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeClearRequestBody">
            <summary>
            The type WorkbookRangeClearRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeClearRequestBody.ApplyTo">
            <summary>
            Gets or sets ApplyTo.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeDeleteRequestBody">
            <summary>
            The type WorkbookRangeDeleteRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeDeleteRequestBody.Shift">
            <summary>
            Gets or sets Shift.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFill">
            <summary>
            The type Workbook Range Fill.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFill.Color">
            <summary>
            Gets or sets color.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFont">
            <summary>
            The type Workbook Range Font.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFont.Bold">
            <summary>
            Gets or sets bold.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFont.Color">
            <summary>
            Gets or sets color.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFont.Italic">
            <summary>
            Gets or sets italic.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFont.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFont.Size">
            <summary>
            Gets or sets size.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFont.Underline">
            <summary>
            Gets or sets underline.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormat">
            <summary>
            The type Workbook Range Format.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.ColumnWidth">
            <summary>
            Gets or sets column width.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.HorizontalAlignment">
            <summary>
            Gets or sets horizontal alignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.RowHeight">
            <summary>
            Gets or sets row height.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.VerticalAlignment">
            <summary>
            Gets or sets vertical alignment.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.WrapText">
            <summary>
            Gets or sets wrap text.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.Borders">
            <summary>
            Gets or sets borders.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.Fill">
            <summary>
            Gets or sets fill.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.Font">
            <summary>
            Gets or sets font.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormat.Protection">
            <summary>
            Gets or sets protection.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeInsertRequestBody">
            <summary>
            The type WorkbookRangeInsertRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeInsertRequestBody.Shift">
            <summary>
            Gets or sets Shift.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeMergeRequestBody">
            <summary>
            The type WorkbookRangeMergeRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeMergeRequestBody.Across">
            <summary>
            Gets or sets Across.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeReference">
            <summary>
            The type WorkbookRangeReference.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeReference.Address">
            <summary>
            Gets or sets address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeReference.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeSort">
            <summary>
            The type Workbook Range Sort.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeSortApplyRequestBody">
            <summary>
            The type WorkbookRangeSortApplyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeSortApplyRequestBody.Fields">
            <summary>
            Gets or sets Fields.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeSortApplyRequestBody.MatchCase">
            <summary>
            Gets or sets MatchCase.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeSortApplyRequestBody.HasHeaders">
            <summary>
            Gets or sets HasHeaders.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeSortApplyRequestBody.Orientation">
            <summary>
            Gets or sets Orientation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeSortApplyRequestBody.Method">
            <summary>
            Gets or sets Method.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeView">
            <summary>
            The type Workbook Range View.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.CellAddresses">
            <summary>
            Gets or sets cell addresses.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.ColumnCount">
            <summary>
            Gets or sets column count.
            Returns the number of visible columns. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.Formulas">
            <summary>
            Gets or sets formulas.
            Represents the formula in A1-style notation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.FormulasLocal">
            <summary>
            Gets or sets formulas local.
            Represents the formula in A1-style notation, in the user's language and number-formatting locale. For example, the English "=SUM(A1, 1.5)" formula would become "=SUMME(A1; 1,5)" in German.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.FormulasR1C1">
            <summary>
            Gets or sets formulas r1c1.
            Represents the formula in R1C1-style notation.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.Index">
            <summary>
            Gets or sets index.
            Index of the range.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.NumberFormat">
            <summary>
            Gets or sets number format.
            Represents Excel's number format code for the given cell. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.RowCount">
            <summary>
            Gets or sets row count.
            Returns the number of visible rows. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.Text">
            <summary>
            Gets or sets text.
            Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.ValueTypes">
            <summary>
            Gets or sets value types.
            Represents the type of data of each cell. Read-only. Possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.Values">
            <summary>
            Gets or sets values.
            Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeView.Rows">
            <summary>
            Gets or sets rows.
            Represents a collection of range views associated with the range. Read-only. Read-only.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookSessionInfo">
            <summary>
            The type WorkbookSessionInfo.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSessionInfo.Id">
            <summary>
            Gets or sets id.
            Id of the workbook session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSessionInfo.PersistChanges">
            <summary>
            Gets or sets persistChanges.
            true for persistent session. false for non-persistent session (view mode)
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSessionInfo.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookSortField">
            <summary>
            The type WorkbookSortField.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.Ascending">
            <summary>
            Gets or sets ascending.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.Color">
            <summary>
            Gets or sets color.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.DataOption">
            <summary>
            Gets or sets dataOption.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.Icon">
            <summary>
            Gets or sets icon.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.Key">
            <summary>
            Gets or sets key.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.SortOn">
            <summary>
            Gets or sets sortOn.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookSortField.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTable">
            <summary>
            The type Workbook Table.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.HighlightFirstColumn">
            <summary>
            Gets or sets highlight first column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.HighlightLastColumn">
            <summary>
            Gets or sets highlight last column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.ShowBandedColumns">
            <summary>
            Gets or sets show banded columns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.ShowBandedRows">
            <summary>
            Gets or sets show banded rows.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.ShowFilterButton">
            <summary>
            Gets or sets show filter button.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.ShowHeaders">
            <summary>
            Gets or sets show headers.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.ShowTotals">
            <summary>
            Gets or sets show totals.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.Style">
            <summary>
            Gets or sets style.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.Columns">
            <summary>
            Gets or sets columns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.Rows">
            <summary>
            Gets or sets rows.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.Sort">
            <summary>
            Gets or sets sort.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTable.Worksheet">
            <summary>
            Gets or sets worksheet.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableAddRequestBody">
            <summary>
            The type WorkbookTableAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableAddRequestBody.Address">
            <summary>
            Gets or sets Address.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableAddRequestBody.HasHeaders">
            <summary>
            Gets or sets HasHeaders.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumn">
            <summary>
            The type Workbook Table Column.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumn.Index">
            <summary>
            Gets or sets index.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumn.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumn.Values">
            <summary>
            Gets or sets values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumn.Filter">
            <summary>
            Gets or sets filter.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnAddRequestBody">
            <summary>
            The type WorkbookTableColumnAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnAddRequestBody.Index">
            <summary>
            Gets or sets Index.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnAddRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnAddRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRow">
            <summary>
            The type Workbook Table Row.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRow.Index">
            <summary>
            Gets or sets index.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRow.Values">
            <summary>
            Gets or sets values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowAddRequestBody">
            <summary>
            The type WorkbookTableRowAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowAddRequestBody.Index">
            <summary>
            Gets or sets Index.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowAddRequestBody.Values">
            <summary>
            Gets or sets Values.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSort">
            <summary>
            The type Workbook Table Sort.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSort.Fields">
            <summary>
            Gets or sets fields.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSort.MatchCase">
            <summary>
            Gets or sets match case.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSort.Method">
            <summary>
            Gets or sets method.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortApplyRequestBody">
            <summary>
            The type WorkbookTableSortApplyRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSortApplyRequestBody.Fields">
            <summary>
            Gets or sets Fields.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSortApplyRequestBody.MatchCase">
            <summary>
            Gets or sets MatchCase.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSortApplyRequestBody.Method">
            <summary>
            Gets or sets Method.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheet">
            <summary>
            The type Workbook Worksheet.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Name">
            <summary>
            Gets or sets name.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Position">
            <summary>
            Gets or sets position.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Visibility">
            <summary>
            Gets or sets visibility.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Charts">
            <summary>
            Gets or sets charts.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Names">
            <summary>
            Gets or sets names.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.PivotTables">
            <summary>
            Gets or sets pivot tables.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Protection">
            <summary>
            Gets or sets protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheet.Tables">
            <summary>
            Gets or sets tables.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetAddRequestBody">
            <summary>
            The type WorkbookWorksheetAddRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetAddRequestBody.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtection">
            <summary>
            The type Workbook Worksheet Protection.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtection.Options">
            <summary>
            Gets or sets options.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtection.Protected">
            <summary>
            Gets or sets protected.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionOptions">
            <summary>
            The type WorkbookWorksheetProtectionOptions.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowAutoFilter">
            <summary>
            Gets or sets allowAutoFilter.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowDeleteColumns">
            <summary>
            Gets or sets allowDeleteColumns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowDeleteRows">
            <summary>
            Gets or sets allowDeleteRows.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowFormatCells">
            <summary>
            Gets or sets allowFormatCells.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowFormatColumns">
            <summary>
            Gets or sets allowFormatColumns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowFormatRows">
            <summary>
            Gets or sets allowFormatRows.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowInsertColumns">
            <summary>
            Gets or sets allowInsertColumns.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowInsertHyperlinks">
            <summary>
            Gets or sets allowInsertHyperlinks.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowInsertRows">
            <summary>
            Gets or sets allowInsertRows.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowPivotTables">
            <summary>
            Gets or sets allowPivotTables.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AllowSort">
            <summary>
            Gets or sets allowSort.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionOptions.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequestBody">
            <summary>
            The type WorkbookWorksheetProtectionProtectRequestBody.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequestBody.Options">
            <summary>
            Gets or sets Options.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkingHours">
            <summary>
            The type WorkingHours.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkingHours.DaysOfWeek">
            <summary>
            Gets or sets daysOfWeek.
            The days of the week on which the user works.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkingHours.StartTime">
            <summary>
            Gets or sets startTime.
            The time of the day that the user starts working.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkingHours.EndTime">
            <summary>
            Gets or sets endTime.
            The time of the day that the user stops working.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkingHours.TimeZone">
            <summary>
            Gets or sets timeZone.
            The time zone to which the working hours apply.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkingHours.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ComplexTypeHelper">
            <summary>
            This class provides internal functionality that allows converting complex typed values in dynamic properties of open types to their native types.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ComplexTypeHelper.ConvertComplexTypeProperties``1(System.Collections.Generic.IDictionary{System.String,System.Object},System.String)">
            <summary>
            For the given dynamic property dictionary, converts the entries with the speicifed odata type value to thegiven native type.
            </summary>
            <typeparam name="TObject">The native type of the objects to create</typeparam>
            <param name="additionalData">Dynamic properties dictionary</param>
            <param name="odataType">OData type name of the object.</param>
            <remarks>
            This method will inplace replace JObject anonymous types in the dynamic properties dictionary with the deserialized native type given as the
            type argument if the anonymous type has the correct OData type value. Other dynamic type properties will not be altered.
            </remarks>
        </member>
        <member name="T:Microsoft.Graph.DriveItemRequestBuilder">
            <summary>
            The type DriveItemRequestBuilder.
            </summary>
            <summary>
            The type DriveItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.ItemWithPath(System.String)">
            <summary>
            Gets children request.
            <returns>The children request.</returns>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Children">
            <summary>
            Gets the request builder for Children.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemChildrenCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.ListItem">
            <summary>
            Gets the request builder for ListItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Permissions">
            <summary>
            Gets the request builder for Permissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemPermissionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Thumbnails">
            <summary>
            Gets the request builder for Thumbnails.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemThumbnailsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Versions">
            <summary>
            Gets the request builder for Versions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Workbook">
            <summary>
            Gets the request builder for Workbook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Copy(System.String,Microsoft.Graph.ItemReference)">
            <summary>
            Gets the request builder for DriveItemCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.CreateLink(System.String,System.String)">
            <summary>
            Gets the request builder for DriveItemCreateLink.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCreateLinkRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.CreateUploadSession(Microsoft.Graph.DriveItemUploadableProperties)">
            <summary>
            Gets the request builder for DriveItemCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Invite(System.Collections.Generic.IEnumerable{Microsoft.Graph.DriveRecipient},System.Nullable{System.Boolean},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Boolean},System.String)">
            <summary>
            Gets the request builder for DriveItemInvite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemInviteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Delta(System.String)">
            <summary>
            Gets the request builder for DriveItemDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Delta">
            <summary>
            Gets the request builder for DriveItemDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequestBuilder.Search(System.String)">
            <summary>
            Gets the request builder for DriveItemSearch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemSearchRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveSpecialCollectionRequestBuilder">
            <summary>
            The type DriveSpecialCollectionRequestBuilder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSpecialCollectionRequestBuilder.AppRoot">
            <summary>
            Gets app root special folder item request builder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveSpecialCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveSpecialCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveDriveItem.
            </summary>
            <param name="id">The ID for the DriveDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder">
            <summary>
            The type GraphServiceSitesCollectionRequestBuilder.
            </summary>
            <summary>
            The type GraphServiceSitesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder.GetByPath(System.String,System.String)">
            <summary>
            Gets a request builder for accessing a site by relative path.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceSitesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSitesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/> for the specified GraphServiceSite.
            </summary>
            <param name="id">The ID for the GraphServiceSite.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemRequestBuilder">
            <summary>
            The type ItemRequestBuilder.
            </summary>
            <summary>
            The interface IDriveItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.ItemWithPath(System.String)">
            <summary>
            Gets item request builder for the specified item path.
            <returns>The item request builder.</returns>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Children">
            <summary>
            Gets the request builder for Children.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemChildrenCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.ListItem">
            <summary>
            Gets the request builder for ListItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Permissions">
            <summary>
            Gets the request builder for Permissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemPermissionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Thumbnails">
            <summary>
            Gets the request builder for Thumbnails.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemThumbnailsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Versions">
            <summary>
            Gets the request builder for Versions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Workbook">
            <summary>
            Gets the request builder for Workbook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Copy(System.String,Microsoft.Graph.ItemReference)">
            <summary>
            Gets the request builder for DriveItemCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.CreateLink(System.String,System.String)">
            <summary>
            Gets the request builder for DriveItemCreateLink.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCreateLinkRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.CreateUploadSession(Microsoft.Graph.DriveItemUploadableProperties)">
            <summary>
            Gets the request builder for DriveItemCreateUploadSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemCreateUploadSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Invite(System.Collections.Generic.IEnumerable{Microsoft.Graph.DriveRecipient},System.Nullable{System.Boolean},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Boolean},System.String)">
            <summary>
            Gets the request builder for DriveItemInvite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemInviteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Delta(System.String)">
            <summary>
            Gets the request builder for DriveItemDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Delta">
            <summary>
            Gets the request builder for DriveItemDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequestBuilder.Search(System.String)">
            <summary>
            Gets the request builder for DriveItemSearch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemSearchRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder">
            <summary>
            The interface IDriveSpecialCollectionRequestBuilder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder.AppRoot">
            <summary>
            Gets app root special folder item request builder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveItem.
            </summary>
            <param name="id">The ID for the DriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSitesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceSitesCollectionRequestBuilder.
            </summary>
            <summary>
            The interface IGraphServiceSitesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequestBuilder.GetByPath(System.String,System.String)">
            <summary>
            Gets a request builder for accessing a site by relative path.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSitesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/> for the specified Site.
            </summary>
            <param name="id">The ID for the Site.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest">
            <summary>
            The interface IOnenoteSectionPagesCollectionRequest.
            </summary>
            <summary>
            The interface IOnenoteSectionPagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(System.Net.Http.MultipartContent)">
            <summary>
            Adds the specified MultipartContent OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The MultipartContent OnenotePage to add.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(System.Net.Http.MultipartContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultipartContent OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The MultipartContent OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(System.IO.Stream,System.String)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add in stream form.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(System.IO.Stream,System.String,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add in stream form.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(System.String,System.String)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePageHtml">The OnenotePage to add.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePageHtml">The OnenotePage to add.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(Microsoft.Graph.OnenotePage)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.AddAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteRequestBuilder">
            <summary>
            The type ISiteRequestBuilder.
            </summary>
            <summary>
            The interface ISiteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequestBuilder.SiteWithPath(System.String)">
            <summary>
            Gets a site request for the requested path.
            <returns>The site request.</returns>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.ContentTypes">
            <summary>
            Gets the request builder for ContentTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteDrivesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Lists">
            <summary>
            Gets the request builder for Lists.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteListsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Sites">
            <summary>
            Gets the request builder for Sites.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteSitesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequestBuilder.GetByPath(System.String)">
            <summary>
            Gets the request builder for SiteGetByPath.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetByPathRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThumbnailSetRequestBuilder">
            <summary>
            The interface IThumbnailSetRequestBuilder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IThumbnailSetRequestBuilder.Item(System.String)">
            <summary>
            Gets the request builder for the specified thumbnail size.
            </summary>
            <param name="size">The thumbnail size.</param>
            <returns>The thumbnail request builder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivitiesCollectionRequest">
            <summary>
            The interface IUserActivitiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.AddUserActivityAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Adds the specified UserActivity to the collection via PUT.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.AddUserActivityAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Adds or replaces the specified UserActivity to the collection via PUT.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.AddAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Adds the specified UserActivity to the collection via POST.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.AddAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserActivity to the collection via POST.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest">
            <summary>
            The interface IUserActivityHistoryItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.AddActivityHistoryAsync(Microsoft.Graph.ActivityHistoryItem)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via PUT.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.AddActivityHistoryAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via PUT.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.AddAsync(Microsoft.Graph.ActivityHistoryItem)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via POST.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.AddAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via POST.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder">
            <summary>
            The interface IUserMailFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.DeletedItems">
            <summary>
            Gets the Deleted Items mail folder request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.Drafts">
            <summary>
            Gets the Drafts mail folder request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.Inbox">
            <summary>
            Gets the Inbox mail folder request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.SentItems">
            <summary>
            Gets the Sent Items mail folder request builder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/> for the specified MailFolder.
            </summary>
            <param name="id">The ID for the MailFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MailFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRequestBuilder">
            <summary>
            The interface IUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.ItemWithPath(System.String)">
            <summary>
            Gets drive item request builder for the specified drive item path.
            <returns>The drive item request builder.</returns>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.OwnedDevices">
            <summary>
            Gets the request builder for OwnedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.RegisteredDevices">
            <summary>
            Gets the request builder for RegisteredDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Manager">
            <summary>
            Gets the request builder for Manager.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.DirectReports">
            <summary>
            Gets the request builder for DirectReports.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.CreatedObjects">
            <summary>
            Gets the request builder for CreatedObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.OwnedObjects">
            <summary>
            Gets the request builder for OwnedObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.LicenseDetails">
            <summary>
            Gets the request builder for LicenseDetails.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserLicenseDetailsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Outlook">
            <summary>
            Gets the request builder for Outlook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.MailFolders">
            <summary>
            Gets the request builder for MailFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Calendar">
            <summary>
            Gets the request builder for Calendar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Calendars">
            <summary>
            Gets the request builder for Calendars.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCalendarsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.CalendarGroups">
            <summary>
            Gets the request builder for CalendarGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCalendarGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Events">
            <summary>
            Gets the request builder for Events.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.People">
            <summary>
            Gets the request builder for People.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserPeopleCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Contacts">
            <summary>
            Gets the request builder for Contacts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserContactsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.ContactFolders">
            <summary>
            Gets the request builder for ContactFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.InferenceClassification">
            <summary>
            Gets the request builder for InferenceClassification.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IInferenceClassificationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Photos">
            <summary>
            Gets the request builder for Photos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserPhotosCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDrivesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Planner">
            <summary>
            Gets the request builder for Planner.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerUserRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.ManagedDevices">
            <summary>
            Gets the request builder for ManagedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserManagedDevicesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.ManagedAppRegistrations">
            <summary>
            Gets the request builder for ManagedAppRegistrations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.DeviceManagementTroubleshootingEvents">
            <summary>
            Gets the request builder for DeviceManagementTroubleshootingEvents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRequestBuilder.Activities">
            <summary>
            Gets the request builder for Activities.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.AssignLicense(System.Collections.Generic.IEnumerable{Microsoft.Graph.AssignedLicense},System.Collections.Generic.IEnumerable{System.Guid})">
            <summary>
            Gets the request builder for UserAssignLicense.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserAssignLicenseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.ChangePassword(System.String,System.String)">
            <summary>
            Gets the request builder for UserChangePassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserChangePasswordRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.SendMail(Microsoft.Graph.Message,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for UserSendMail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserSendMailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.FindMeetingTimes(System.Collections.Generic.IEnumerable{Microsoft.Graph.AttendeeBase},Microsoft.Graph.LocationConstraint,Microsoft.Graph.TimeConstraint,Microsoft.Graph.Duration,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Double})">
            <summary>
            Gets the request builder for UserFindMeetingTimes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFindMeetingTimesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.RemoveAllDevicesFromManagement">
            <summary>
            Gets the request builder for UserRemoveAllDevicesFromManagement.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.WipeManagedAppRegistrationsByDeviceTag(System.String)">
            <summary>
            Gets the request builder for UserWipeManagedAppRegistrationsByDeviceTag.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.ReminderView(System.String,System.String)">
            <summary>
            Gets the request builder for UserReminderView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserReminderViewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.GetManagedAppDiagnosticStatuses">
            <summary>
            Gets the request builder for UserGetManagedAppDiagnosticStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequestBuilder.GetManagedAppPolicies">
            <summary>
            Gets the request builder for UserGetManagedAppPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserGetManagedAppPoliciesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionPagesCollectionRequest">
            <summary>
            The type OnenoteSectionPagesCollectionRequest.
            </summary>
            <summary>
            The type OnenoteSectionPagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(System.Net.Http.MultipartContent)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add in stream form.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(System.Net.Http.MultipartContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add in stream form.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(System.IO.Stream,System.String)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add in stream form.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(System.IO.Stream,System.String,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add in stream form.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(System.String,System.String)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="contentType">The content type of the stream. Values can be text/html or application/xhtml+xml.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteSectionPagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(Microsoft.Graph.OnenotePage)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.AddAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteRequestBuilder">
            <summary>
            The type SiteRequestBuilder.
            </summary>
            <summary>
            The type SiteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteRequestBuilder.SiteWithPath(System.String)">
            <summary>
            Gets a site request for the requested path.
            <returns>The site request.</returns>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.ContentTypes">
            <summary>
            Gets the request builder for ContentTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteDrivesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Lists">
            <summary>
            Gets the request builder for Lists.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteListsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Sites">
            <summary>
            Gets the request builder for Sites.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteSitesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequestBuilder.GetByPath(System.String)">
            <summary>
            Gets the request builder for SiteGetByPath.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteGetByPathRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailSetRequestBuilder">
            <summary>
            The type ThumbnailSetRequestBuilder.
            </summary>
            <summary>
            The type ThumbnailSetRequestBuilder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailSetRequestBuilder.Item(System.String)">
            <summary>
            Gets the thumbnail request builder for the specified thumbnail size.
            </summary>
            <param name="size">The thumbnail size.</param>
            <returns>The thumbnail request builder.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ThumbnailSetRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivitiesCollectionRequest">
            <summary>
            The type UserActivitiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.AddUserActivityAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Adds the specified UserActivity to the collection via PUT.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.AddUserActivityAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Adds or replaces the specified UserActivity to the collection via PUT.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserActivitiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.AddAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Adds the specified UserActivity to the collection via POST.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.AddAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserActivity to the collection via POST.
            </summary>
            <param name="userActivity">The UserActivity to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest">
            <summary>
            The type UserActivityHistoryItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.AddActivityHistoryAsync(Microsoft.Graph.ActivityHistoryItem)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via PUT.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.AddActivityHistoryAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via PUT.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserActivityHistoryItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.AddAsync(Microsoft.Graph.ActivityHistoryItem)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via POST.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.AddAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ActivityHistoryItem to the collection via POST.
            </summary>
            <param name="activityHistoryItem">The ActivityHistoryItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder">
            <summary>
            The type UserMailFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.DeletedItems">
            <summary>
            Gets the Deleted Items mail folder request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.Drafts">
            <summary>
            Gets the Drafts mail folder request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.Inbox">
            <summary>
            Gets the Inbox mail folder request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.SentItems">
            <summary>
            Gets the Sent Items mail folder request builder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserMailFoldersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/> for the specified UserMailFolder.
            </summary>
            <param name="id">The ID for the UserMailFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MailFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRequestBuilder">
            <summary>
            The type UserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.ItemWithPath(System.String)">
            <summary>
            Gets drive item request builder for the specified drive item path.
            <returns>The drive item request builder.</returns>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.OwnedDevices">
            <summary>
            Gets the request builder for OwnedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.RegisteredDevices">
            <summary>
            Gets the request builder for RegisteredDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Manager">
            <summary>
            Gets the request builder for Manager.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.DirectReports">
            <summary>
            Gets the request builder for DirectReports.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.CreatedObjects">
            <summary>
            Gets the request builder for CreatedObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.OwnedObjects">
            <summary>
            Gets the request builder for OwnedObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.LicenseDetails">
            <summary>
            Gets the request builder for LicenseDetails.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserLicenseDetailsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Outlook">
            <summary>
            Gets the request builder for Outlook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.MailFolders">
            <summary>
            Gets the request builder for MailFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMailFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Calendar">
            <summary>
            Gets the request builder for Calendar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Calendars">
            <summary>
            Gets the request builder for Calendars.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCalendarsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.CalendarGroups">
            <summary>
            Gets the request builder for CalendarGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCalendarGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Events">
            <summary>
            Gets the request builder for Events.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.People">
            <summary>
            Gets the request builder for People.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserPeopleCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Contacts">
            <summary>
            Gets the request builder for Contacts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserContactsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.ContactFolders">
            <summary>
            Gets the request builder for ContactFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.InferenceClassification">
            <summary>
            Gets the request builder for InferenceClassification.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IInferenceClassificationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Photos">
            <summary>
            Gets the request builder for Photos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserPhotosCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDrivesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Planner">
            <summary>
            Gets the request builder for Planner.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerUserRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.ManagedDevices">
            <summary>
            Gets the request builder for ManagedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserManagedDevicesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.ManagedAppRegistrations">
            <summary>
            Gets the request builder for ManagedAppRegistrations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.DeviceManagementTroubleshootingEvents">
            <summary>
            Gets the request builder for DeviceManagementTroubleshootingEvents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRequestBuilder.Activities">
            <summary>
            Gets the request builder for Activities.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.AssignLicense(System.Collections.Generic.IEnumerable{Microsoft.Graph.AssignedLicense},System.Collections.Generic.IEnumerable{System.Guid})">
            <summary>
            Gets the request builder for UserAssignLicense.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserAssignLicenseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.ChangePassword(System.String,System.String)">
            <summary>
            Gets the request builder for UserChangePassword.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserChangePasswordRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.SendMail(Microsoft.Graph.Message,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for UserSendMail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserSendMailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.FindMeetingTimes(System.Collections.Generic.IEnumerable{Microsoft.Graph.AttendeeBase},Microsoft.Graph.LocationConstraint,Microsoft.Graph.TimeConstraint,Microsoft.Graph.Duration,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Double})">
            <summary>
            Gets the request builder for UserFindMeetingTimes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserFindMeetingTimesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.RemoveAllDevicesFromManagement">
            <summary>
            Gets the request builder for UserRemoveAllDevicesFromManagement.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.WipeManagedAppRegistrationsByDeviceTag(System.String)">
            <summary>
            Gets the request builder for UserWipeManagedAppRegistrationsByDeviceTag.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.ReminderView(System.String,System.String)">
            <summary>
            Gets the request builder for UserReminderView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserReminderViewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.GetManagedAppDiagnosticStatuses">
            <summary>
            Gets the request builder for UserGetManagedAppDiagnosticStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequestBuilder.GetManagedAppPolicies">
            <summary>
            Gets the request builder for UserGetManagedAppPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserGetManagedAppPoliciesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ActivityHistoryItemRequest">
            <summary>
            The type ActivityHistoryItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ActivityHistoryItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.CreateAsync(Microsoft.Graph.ActivityHistoryItem)">
            <summary>
            Creates the specified ActivityHistoryItem using POST.
            </summary>
            <param name="activityHistoryItemToCreate">The ActivityHistoryItem to create.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.CreateAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ActivityHistoryItem using POST.
            </summary>
            <param name="activityHistoryItemToCreate">The ActivityHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.DeleteAsync">
            <summary>
            Deletes the specified ActivityHistoryItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ActivityHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.GetAsync">
            <summary>
            Gets the specified ActivityHistoryItem.
            </summary>
            <returns>The ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ActivityHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.UpdateAsync(Microsoft.Graph.ActivityHistoryItem)">
            <summary>
            Updates the specified ActivityHistoryItem using PATCH.
            </summary>
            <param name="activityHistoryItemToUpdate">The ActivityHistoryItem to update.</param>
            <returns>The updated ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.UpdateAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityHistoryItem using PATCH.
            </summary>
            <param name="activityHistoryItemToUpdate">The ActivityHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequest.InitializeCollectionProperties(Microsoft.Graph.ActivityHistoryItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="activityHistoryItemToInitialize">The <see cref="T:Microsoft.Graph.ActivityHistoryItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ActivityHistoryItemRequestBuilder">
            <summary>
            The type ActivityHistoryItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ActivityHistoryItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ActivityHistoryItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ActivityHistoryItemRequestBuilder.Activity">
            <summary>
            Gets the request builder for Activity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitReferenceRequest">
            <summary>
            The type AdministrativeUnitReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AdministrativeUnitReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified AdministrativeUnit reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified AdministrativeUnit reference.
            </summary>
            <param name="id">The AdministrativeUnit reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AdministrativeUnit reference.
            </summary>
            <param name="id">The AdministrativeUnit reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitReferenceRequestBuilder">
            <summary>
            The type AdministrativeUnitReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AdministrativeUnitReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitRequest">
            <summary>
            The type AdministrativeUnitRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AdministrativeUnitRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.CreateAsync(Microsoft.Graph.AdministrativeUnit)">
            <summary>
            Creates the specified AdministrativeUnit using POST.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.CreateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdministrativeUnit using POST.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.DeleteAsync">
            <summary>
            Deletes the specified AdministrativeUnit.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.GetAsync">
            <summary>
            Gets the specified AdministrativeUnit.
            </summary>
            <returns>The AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.UpdateAsync(Microsoft.Graph.AdministrativeUnit)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <returns>The updated AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.UpdateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequest.InitializeCollectionProperties(Microsoft.Graph.AdministrativeUnit)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="administrativeUnitToInitialize">The <see cref="T:Microsoft.Graph.AdministrativeUnit"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitRequestBuilder">
            <summary>
            The type AdministrativeUnitRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AdministrativeUnitRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitWithReferenceRequest">
            <summary>
            The type AdministrativeUnitWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AdministrativeUnitWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified AdministrativeUnit.
            </summary>
            <returns>The AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.CreateAsync(Microsoft.Graph.AdministrativeUnit)">
            <summary>
            Creates the specified AdministrativeUnit using POST.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.CreateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdministrativeUnit using POST.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.UpdateAsync(Microsoft.Graph.AdministrativeUnit)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <returns>The updated AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.UpdateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified AdministrativeUnit.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AdministrativeUnitWithReferenceRequestBuilder">
            <summary>
            The type AdministrativeUnitWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AdministrativeUnitWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AdministrativeUnitWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AdministrativeUnitWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the administrativeUnit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidCompliancePolicyRequest">
            <summary>
            The type AndroidCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidCompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.CreateAsync(Microsoft.Graph.AndroidCompliancePolicy)">
            <summary>
            Creates the specified AndroidCompliancePolicy using POST.
            </summary>
            <param name="androidCompliancePolicyToCreate">The AndroidCompliancePolicy to create.</param>
            <returns>The created AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.CreateAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidCompliancePolicy using POST.
            </summary>
            <param name="androidCompliancePolicyToCreate">The AndroidCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidCompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified AndroidCompliancePolicy.
            </summary>
            <returns>The AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.AndroidCompliancePolicy)">
            <summary>
            Updates the specified AndroidCompliancePolicy using PATCH.
            </summary>
            <param name="androidCompliancePolicyToUpdate">The AndroidCompliancePolicy to update.</param>
            <returns>The updated AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCompliancePolicy using PATCH.
            </summary>
            <param name="androidCompliancePolicyToUpdate">The AndroidCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidCompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidCompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.AndroidCompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidCompliancePolicyRequestBuilder">
            <summary>
            The type AndroidCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidCompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidCustomConfigurationRequest">
            <summary>
            The type AndroidCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidCustomConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidCustomConfiguration)">
            <summary>
            Creates the specified AndroidCustomConfiguration using POST.
            </summary>
            <param name="androidCustomConfigurationToCreate">The AndroidCustomConfiguration to create.</param>
            <returns>The created AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidCustomConfiguration using POST.
            </summary>
            <param name="androidCustomConfigurationToCreate">The AndroidCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidCustomConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.GetAsync">
            <summary>
            Gets the specified AndroidCustomConfiguration.
            </summary>
            <returns>The AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidCustomConfiguration)">
            <summary>
            Updates the specified AndroidCustomConfiguration using PATCH.
            </summary>
            <param name="androidCustomConfigurationToUpdate">The AndroidCustomConfiguration to update.</param>
            <returns>The updated AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCustomConfiguration using PATCH.
            </summary>
            <param name="androidCustomConfigurationToUpdate">The AndroidCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidCustomConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidCustomConfigurationToInitialize">The <see cref="T:Microsoft.Graph.AndroidCustomConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidCustomConfigurationRequestBuilder">
            <summary>
            The type AndroidCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidCustomConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest">
            <summary>
            The type AndroidGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidGeneralDeviceConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration)">
            <summary>
            Creates the specified AndroidGeneralDeviceConfiguration using POST.
            </summary>
            <param name="androidGeneralDeviceConfigurationToCreate">The AndroidGeneralDeviceConfiguration to create.</param>
            <returns>The created AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidGeneralDeviceConfiguration using POST.
            </summary>
            <param name="androidGeneralDeviceConfigurationToCreate">The AndroidGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidGeneralDeviceConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.GetAsync">
            <summary>
            Gets the specified AndroidGeneralDeviceConfiguration.
            </summary>
            <returns>The AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration)">
            <summary>
            Updates the specified AndroidGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="androidGeneralDeviceConfigurationToUpdate">The AndroidGeneralDeviceConfiguration to update.</param>
            <returns>The updated AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="androidGeneralDeviceConfigurationToUpdate">The AndroidGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidGeneralDeviceConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidGeneralDeviceConfigurationToInitialize">The <see cref="T:Microsoft.Graph.AndroidGeneralDeviceConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The type AndroidGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidGeneralDeviceConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidLobAppRequest">
            <summary>
            The type AndroidLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidLobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.CreateAsync(Microsoft.Graph.AndroidLobApp)">
            <summary>
            Creates the specified AndroidLobApp using POST.
            </summary>
            <param name="androidLobAppToCreate">The AndroidLobApp to create.</param>
            <returns>The created AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.CreateAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidLobApp using POST.
            </summary>
            <param name="androidLobAppToCreate">The AndroidLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidLobApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.GetAsync">
            <summary>
            Gets the specified AndroidLobApp.
            </summary>
            <returns>The AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.UpdateAsync(Microsoft.Graph.AndroidLobApp)">
            <summary>
            Updates the specified AndroidLobApp using PATCH.
            </summary>
            <param name="androidLobAppToUpdate">The AndroidLobApp to update.</param>
            <returns>The updated AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.UpdateAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidLobApp using PATCH.
            </summary>
            <param name="androidLobAppToUpdate">The AndroidLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidLobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidLobAppToInitialize">The <see cref="T:Microsoft.Graph.AndroidLobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidLobAppRequestBuilder">
            <summary>
            The type AndroidLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidLobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionPage">
            <summary>
            The type AndroidManagedAppProtectionAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest">
            <summary>
            The type AndroidManagedAppProtectionAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidManagedAppProtectionAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequestBuilder">
            <summary>
            The type AndroidManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified AndroidManagedAppProtectionManagedMobileApp.
            </summary>
            <param name="id">The ID for the AndroidManagedAppProtectionManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionResponse">
            <summary>
            The type AndroidManagedAppProtectionAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtectionAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtectionRequest">
            <summary>
            The type AndroidManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidManagedAppProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.AndroidManagedAppProtection)">
            <summary>
            Creates the specified AndroidManagedAppProtection using POST.
            </summary>
            <param name="androidManagedAppProtectionToCreate">The AndroidManagedAppProtection to create.</param>
            <returns>The created AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidManagedAppProtection using POST.
            </summary>
            <param name="androidManagedAppProtectionToCreate">The AndroidManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidManagedAppProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.GetAsync">
            <summary>
            Gets the specified AndroidManagedAppProtection.
            </summary>
            <returns>The AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.AndroidManagedAppProtection)">
            <summary>
            Updates the specified AndroidManagedAppProtection using PATCH.
            </summary>
            <param name="androidManagedAppProtectionToUpdate">The AndroidManagedAppProtection to update.</param>
            <returns>The updated AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppProtection using PATCH.
            </summary>
            <param name="androidManagedAppProtectionToUpdate">The AndroidManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidManagedAppProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidManagedAppProtectionToInitialize">The <see cref="T:Microsoft.Graph.AndroidManagedAppProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppProtectionRequestBuilder">
            <summary>
            The type AndroidManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidManagedAppProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtectionRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.AndroidManagedAppProtectionRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppRegistrationRequest">
            <summary>
            The type AndroidManagedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidManagedAppRegistrationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.AndroidManagedAppRegistration)">
            <summary>
            Creates the specified AndroidManagedAppRegistration using POST.
            </summary>
            <param name="androidManagedAppRegistrationToCreate">The AndroidManagedAppRegistration to create.</param>
            <returns>The created AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidManagedAppRegistration using POST.
            </summary>
            <param name="androidManagedAppRegistrationToCreate">The AndroidManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidManagedAppRegistration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.GetAsync">
            <summary>
            Gets the specified AndroidManagedAppRegistration.
            </summary>
            <returns>The AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.AndroidManagedAppRegistration)">
            <summary>
            Updates the specified AndroidManagedAppRegistration using PATCH.
            </summary>
            <param name="androidManagedAppRegistrationToUpdate">The AndroidManagedAppRegistration to update.</param>
            <returns>The updated AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppRegistration using PATCH.
            </summary>
            <param name="androidManagedAppRegistrationToUpdate">The AndroidManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidManagedAppRegistration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidManagedAppRegistrationToInitialize">The <see cref="T:Microsoft.Graph.AndroidManagedAppRegistration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidManagedAppRegistrationRequestBuilder">
            <summary>
            The type AndroidManagedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidManagedAppRegistrationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidManagedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AndroidStoreAppRequest">
            <summary>
            The type AndroidStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AndroidStoreAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.CreateAsync(Microsoft.Graph.AndroidStoreApp)">
            <summary>
            Creates the specified AndroidStoreApp using POST.
            </summary>
            <param name="androidStoreAppToCreate">The AndroidStoreApp to create.</param>
            <returns>The created AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.CreateAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidStoreApp using POST.
            </summary>
            <param name="androidStoreAppToCreate">The AndroidStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidStoreApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.GetAsync">
            <summary>
            Gets the specified AndroidStoreApp.
            </summary>
            <returns>The AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.UpdateAsync(Microsoft.Graph.AndroidStoreApp)">
            <summary>
            Updates the specified AndroidStoreApp using PATCH.
            </summary>
            <param name="androidStoreAppToUpdate">The AndroidStoreApp to update.</param>
            <returns>The updated AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.UpdateAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidStoreApp using PATCH.
            </summary>
            <param name="androidStoreAppToUpdate">The AndroidStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequest.InitializeCollectionProperties(Microsoft.Graph.AndroidStoreApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="androidStoreAppToInitialize">The <see cref="T:Microsoft.Graph.AndroidStoreApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AndroidStoreAppRequestBuilder">
            <summary>
            The type AndroidStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AndroidStoreAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AndroidStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest">
            <summary>
            The type AppleDeviceFeaturesConfigurationBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AppleDeviceFeaturesConfigurationBaseRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.CreateAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase)">
            <summary>
            Creates the specified AppleDeviceFeaturesConfigurationBase using POST.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToCreate">The AppleDeviceFeaturesConfigurationBase to create.</param>
            <returns>The created AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.CreateAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppleDeviceFeaturesConfigurationBase using POST.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToCreate">The AppleDeviceFeaturesConfigurationBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.DeleteAsync">
            <summary>
            Deletes the specified AppleDeviceFeaturesConfigurationBase.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppleDeviceFeaturesConfigurationBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.GetAsync">
            <summary>
            Gets the specified AppleDeviceFeaturesConfigurationBase.
            </summary>
            <returns>The AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppleDeviceFeaturesConfigurationBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.UpdateAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase)">
            <summary>
            Updates the specified AppleDeviceFeaturesConfigurationBase using PATCH.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToUpdate">The AppleDeviceFeaturesConfigurationBase to update.</param>
            <returns>The updated AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.UpdateAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleDeviceFeaturesConfigurationBase using PATCH.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToUpdate">The AppleDeviceFeaturesConfigurationBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequest.InitializeCollectionProperties(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToInitialize">The <see cref="T:Microsoft.Graph.AppleDeviceFeaturesConfigurationBase"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequestBuilder">
            <summary>
            The type AppleDeviceFeaturesConfigurationBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AppleDeviceFeaturesConfigurationBaseRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AppleDeviceFeaturesConfigurationBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest">
            <summary>
            The type ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder">
            <summary>
            The type ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ApplePushNotificationCertificateRequest">
            <summary>
            The type ApplePushNotificationCertificateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ApplePushNotificationCertificateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.CreateAsync(Microsoft.Graph.ApplePushNotificationCertificate)">
            <summary>
            Creates the specified ApplePushNotificationCertificate using POST.
            </summary>
            <param name="applePushNotificationCertificateToCreate">The ApplePushNotificationCertificate to create.</param>
            <returns>The created ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.CreateAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApplePushNotificationCertificate using POST.
            </summary>
            <param name="applePushNotificationCertificateToCreate">The ApplePushNotificationCertificate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.DeleteAsync">
            <summary>
            Deletes the specified ApplePushNotificationCertificate.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApplePushNotificationCertificate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.GetAsync">
            <summary>
            Gets the specified ApplePushNotificationCertificate.
            </summary>
            <returns>The ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApplePushNotificationCertificate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.UpdateAsync(Microsoft.Graph.ApplePushNotificationCertificate)">
            <summary>
            Updates the specified ApplePushNotificationCertificate using PATCH.
            </summary>
            <param name="applePushNotificationCertificateToUpdate">The ApplePushNotificationCertificate to update.</param>
            <returns>The updated ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.UpdateAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplePushNotificationCertificate using PATCH.
            </summary>
            <param name="applePushNotificationCertificateToUpdate">The ApplePushNotificationCertificate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplePushNotificationCertificate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplePushNotificationCertificate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequest.InitializeCollectionProperties(Microsoft.Graph.ApplePushNotificationCertificate)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="applePushNotificationCertificateToInitialize">The <see cref="T:Microsoft.Graph.ApplePushNotificationCertificate"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ApplePushNotificationCertificateRequestBuilder">
            <summary>
            The type ApplePushNotificationCertificateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ApplePushNotificationCertificateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ApplePushNotificationCertificateRequestBuilder.DownloadApplePushNotificationCertificateSigningRequest">
            <summary>
            Gets the request builder for ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequest.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.AttachmentRequest">
            <summary>
            The type AttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new AttachmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.CreateAsync(Microsoft.Graph.Attachment)">
            <summary>
            Creates the specified Attachment using POST.
            </summary>
            <param name="attachmentToCreate">The Attachment to create.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.CreateAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Attachment using POST.
            </summary>
            <param name="attachmentToCreate">The Attachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.DeleteAsync">
            <summary>
            Deletes the specified Attachment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Attachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.GetAsync">
            <summary>
            Gets the specified Attachment.
            </summary>
            <returns>The Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Attachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.UpdateAsync(Microsoft.Graph.Attachment)">
            <summary>
            Updates the specified Attachment using PATCH.
            </summary>
            <param name="attachmentToUpdate">The Attachment to update.</param>
            <returns>The updated Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.UpdateAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Attachment using PATCH.
            </summary>
            <param name="attachmentToUpdate">The Attachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequest.InitializeCollectionProperties(Microsoft.Graph.Attachment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="attachmentToInitialize">The <see cref="T:Microsoft.Graph.Attachment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.AttachmentRequestBuilder">
            <summary>
            The type AttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new AttachmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.AttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.BaseItemRequest">
            <summary>
            The type BaseItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BaseItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.CreateAsync(Microsoft.Graph.BaseItem)">
            <summary>
            Creates the specified BaseItem using POST.
            </summary>
            <param name="baseItemToCreate">The BaseItem to create.</param>
            <returns>The created BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.CreateAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BaseItem using POST.
            </summary>
            <param name="baseItemToCreate">The BaseItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.DeleteAsync">
            <summary>
            Deletes the specified BaseItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BaseItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.GetAsync">
            <summary>
            Gets the specified BaseItem.
            </summary>
            <returns>The BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BaseItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.UpdateAsync(Microsoft.Graph.BaseItem)">
            <summary>
            Updates the specified BaseItem using PATCH.
            </summary>
            <param name="baseItemToUpdate">The BaseItem to update.</param>
            <returns>The updated BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.UpdateAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItem using PATCH.
            </summary>
            <param name="baseItemToUpdate">The BaseItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequest.InitializeCollectionProperties(Microsoft.Graph.BaseItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="baseItemToInitialize">The <see cref="T:Microsoft.Graph.BaseItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BaseItemRequestBuilder">
            <summary>
            The type BaseItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BaseItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.BaseItemRequestBuilder.CreatedByUser">
            <summary>
            Gets the request builder for CreatedByUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.BaseItemRequestBuilder.LastModifiedByUser">
            <summary>
            Gets the request builder for LastModifiedByUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.BaseItemVersionRequest">
            <summary>
            The type BaseItemVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new BaseItemVersionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.CreateAsync(Microsoft.Graph.BaseItemVersion)">
            <summary>
            Creates the specified BaseItemVersion using POST.
            </summary>
            <param name="baseItemVersionToCreate">The BaseItemVersion to create.</param>
            <returns>The created BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.CreateAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BaseItemVersion using POST.
            </summary>
            <param name="baseItemVersionToCreate">The BaseItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.DeleteAsync">
            <summary>
            Deletes the specified BaseItemVersion.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BaseItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.GetAsync">
            <summary>
            Gets the specified BaseItemVersion.
            </summary>
            <returns>The BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BaseItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.UpdateAsync(Microsoft.Graph.BaseItemVersion)">
            <summary>
            Updates the specified BaseItemVersion using PATCH.
            </summary>
            <param name="baseItemVersionToUpdate">The BaseItemVersion to update.</param>
            <returns>The updated BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.UpdateAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItemVersion using PATCH.
            </summary>
            <param name="baseItemVersionToUpdate">The BaseItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequest.InitializeCollectionProperties(Microsoft.Graph.BaseItemVersion)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="baseItemVersionToInitialize">The <see cref="T:Microsoft.Graph.BaseItemVersion"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.BaseItemVersionRequestBuilder">
            <summary>
            The type BaseItemVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new BaseItemVersionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.BaseItemVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarCalendarViewCollectionPage">
            <summary>
            The type CalendarCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarCalendarViewCollectionRequest">
            <summary>
            The type CalendarCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarCalendarViewCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarCalendarViewCollectionRequestBuilder">
            <summary>
            The type CalendarCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarCalendarViewCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified CalendarEvent.
            </summary>
            <param name="id">The ID for the CalendarEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarCalendarViewCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarCalendarViewCollectionResponse">
            <summary>
            The type CalendarCalendarViewCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarViewCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICalendarCalendarViewCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarCalendarViewCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarEventsCollectionPage">
            <summary>
            The type CalendarEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarEventsCollectionRequest">
            <summary>
            The type CalendarEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarEventsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarEventsCollectionRequestBuilder">
            <summary>
            The type CalendarEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarEventsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified CalendarEvent.
            </summary>
            <param name="id">The ID for the CalendarEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarEventsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarEventsCollectionResponse">
            <summary>
            The type CalendarEventsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarEventsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICalendarEventsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarEventsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroupCalendarsCollectionPage">
            <summary>
            The type CalendarGroupCalendarsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroupCalendarsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest">
            <summary>
            The type CalendarGroupCalendarsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarGroupCalendarsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.AddAsync(Microsoft.Graph.Calendar)">
            <summary>
            Adds the specified Calendar to the collection via POST.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.AddAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Calendar to the collection via POST.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroupCalendarsCollectionRequestBuilder">
            <summary>
            The type CalendarGroupCalendarsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarGroupCalendarsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupCalendarsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroupCalendarsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/> for the specified CalendarGroupCalendar.
            </summary>
            <param name="id">The ID for the CalendarGroupCalendar.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroupCalendarsCollectionResponse">
            <summary>
            The type CalendarGroupCalendarsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroupCalendarsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroupCalendarsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroupRequest">
            <summary>
            The type CalendarGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarGroupRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.CreateAsync(Microsoft.Graph.CalendarGroup)">
            <summary>
            Creates the specified CalendarGroup using POST.
            </summary>
            <param name="calendarGroupToCreate">The CalendarGroup to create.</param>
            <returns>The created CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.CreateAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarGroup using POST.
            </summary>
            <param name="calendarGroupToCreate">The CalendarGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.DeleteAsync">
            <summary>
            Deletes the specified CalendarGroup.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.GetAsync">
            <summary>
            Gets the specified CalendarGroup.
            </summary>
            <returns>The CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.UpdateAsync(Microsoft.Graph.CalendarGroup)">
            <summary>
            Updates the specified CalendarGroup using PATCH.
            </summary>
            <param name="calendarGroupToUpdate">The CalendarGroup to update.</param>
            <returns>The updated CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.UpdateAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarGroup using PATCH.
            </summary>
            <param name="calendarGroupToUpdate">The CalendarGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequest.InitializeCollectionProperties(Microsoft.Graph.CalendarGroup)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="calendarGroupToInitialize">The <see cref="T:Microsoft.Graph.CalendarGroup"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CalendarGroupRequestBuilder">
            <summary>
            The type CalendarGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarGroupRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarGroupRequestBuilder.Calendars">
            <summary>
            Gets the request builder for Calendars.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type CalendarMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type CalendarMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type CalendarMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified CalendarMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the CalendarMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type CalendarMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarRequest">
            <summary>
            The type CalendarRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.CreateAsync(Microsoft.Graph.Calendar)">
            <summary>
            Creates the specified Calendar using POST.
            </summary>
            <param name="calendarToCreate">The Calendar to create.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.CreateAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Calendar using POST.
            </summary>
            <param name="calendarToCreate">The Calendar to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.DeleteAsync">
            <summary>
            Deletes the specified Calendar.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Calendar.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.GetAsync">
            <summary>
            Gets the specified Calendar.
            </summary>
            <returns>The Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Calendar.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.UpdateAsync(Microsoft.Graph.Calendar)">
            <summary>
            Updates the specified Calendar using PATCH.
            </summary>
            <param name="calendarToUpdate">The Calendar to update.</param>
            <returns>The updated Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.UpdateAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Calendar using PATCH.
            </summary>
            <param name="calendarToUpdate">The Calendar to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequest.InitializeCollectionProperties(Microsoft.Graph.Calendar)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="calendarToInitialize">The <see cref="T:Microsoft.Graph.Calendar"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.CalendarRequestBuilder">
            <summary>
            The type CalendarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarRequestBuilder.Events">
            <summary>
            Gets the request builder for Events.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type CalendarSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type CalendarSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new CalendarSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type CalendarSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new CalendarSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified CalendarSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the CalendarSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type CalendarSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.CalendarSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ColumnDefinitionRequest">
            <summary>
            The type ColumnDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ColumnDefinitionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.CreateAsync(Microsoft.Graph.ColumnDefinition)">
            <summary>
            Creates the specified ColumnDefinition using POST.
            </summary>
            <param name="columnDefinitionToCreate">The ColumnDefinition to create.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.CreateAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnDefinition using POST.
            </summary>
            <param name="columnDefinitionToCreate">The ColumnDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.DeleteAsync">
            <summary>
            Deletes the specified ColumnDefinition.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.GetAsync">
            <summary>
            Gets the specified ColumnDefinition.
            </summary>
            <returns>The ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.UpdateAsync(Microsoft.Graph.ColumnDefinition)">
            <summary>
            Updates the specified ColumnDefinition using PATCH.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition to update.</param>
            <returns>The updated ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.UpdateAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PATCH.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequest.InitializeCollectionProperties(Microsoft.Graph.ColumnDefinition)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="columnDefinitionToInitialize">The <see cref="T:Microsoft.Graph.ColumnDefinition"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ColumnDefinitionRequestBuilder">
            <summary>
            The type ColumnDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ColumnDefinitionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ColumnLinkRequest">
            <summary>
            The type ColumnLinkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ColumnLinkRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.CreateAsync(Microsoft.Graph.ColumnLink)">
            <summary>
            Creates the specified ColumnLink using POST.
            </summary>
            <param name="columnLinkToCreate">The ColumnLink to create.</param>
            <returns>The created ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.CreateAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnLink using POST.
            </summary>
            <param name="columnLinkToCreate">The ColumnLink to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.DeleteAsync">
            <summary>
            Deletes the specified ColumnLink.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnLink.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.GetAsync">
            <summary>
            Gets the specified ColumnLink.
            </summary>
            <returns>The ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnLink.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.UpdateAsync(Microsoft.Graph.ColumnLink)">
            <summary>
            Updates the specified ColumnLink using PATCH.
            </summary>
            <param name="columnLinkToUpdate">The ColumnLink to update.</param>
            <returns>The updated ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.UpdateAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnLink using PATCH.
            </summary>
            <param name="columnLinkToUpdate">The ColumnLink to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequest.InitializeCollectionProperties(Microsoft.Graph.ColumnLink)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="columnLinkToInitialize">The <see cref="T:Microsoft.Graph.ColumnLink"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ColumnLinkRequestBuilder">
            <summary>
            The type ColumnLinkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ColumnLinkRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ColumnLinkRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactDeltaCollectionPage">
            <summary>
            The type ContactDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactDeltaCollectionResponse">
            <summary>
            The type ContactDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactDeltaRequest">
            <summary>
            The type ContactDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactDeltaRequestBuilder">
            <summary>
            The type ContactDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ContactDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactExtensionsCollectionPage">
            <summary>
            The type ContactExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactExtensionsCollectionRequest">
            <summary>
            The type ContactExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactExtensionsCollectionRequestBuilder">
            <summary>
            The type ContactExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified ContactExtension.
            </summary>
            <param name="id">The ID for the ContactExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactExtensionsCollectionResponse">
            <summary>
            The type ContactExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderChildFoldersCollectionPage">
            <summary>
            The type ContactFolderChildFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderChildFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest">
            <summary>
            The type ContactFolderChildFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactFolderChildFoldersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.AddAsync(Microsoft.Graph.ContactFolder)">
            <summary>
            Adds the specified ContactFolder to the collection via POST.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.AddAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContactFolder to the collection via POST.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderChildFoldersCollectionRequestBuilder">
            <summary>
            The type ContactFolderChildFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactFolderChildFoldersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderChildFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/> for the specified ContactFolderContactFolder.
            </summary>
            <param name="id">The ID for the ContactFolderContactFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderChildFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderChildFoldersCollectionResponse">
            <summary>
            The type ContactFolderChildFoldersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderChildFoldersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactFolderChildFoldersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderChildFoldersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderContactsCollectionPage">
            <summary>
            The type ContactFolderContactsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderContactsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderContactsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderContactsCollectionRequest">
            <summary>
            The type ContactFolderContactsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactFolderContactsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.AddAsync(Microsoft.Graph.Contact)">
            <summary>
            Adds the specified Contact to the collection via POST.
            </summary>
            <param name="contact">The Contact to add.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.AddAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contact to the collection via POST.
            </summary>
            <param name="contact">The Contact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderContactsCollectionRequestBuilder">
            <summary>
            The type ContactFolderContactsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactFolderContactsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderContactsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactRequestBuilder"/> for the specified ContactFolderContact.
            </summary>
            <param name="id">The ID for the ContactFolderContact.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderContactsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderContactsCollectionResponse">
            <summary>
            The type ContactFolderContactsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderContactsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactFolderContactsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderContactsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderDeltaCollectionPage">
            <summary>
            The type ContactFolderDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderDeltaCollectionResponse">
            <summary>
            The type ContactFolderDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactFolderDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderDeltaRequest">
            <summary>
            The type ContactFolderDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactFolderDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderDeltaRequestBuilder">
            <summary>
            The type ContactFolderDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ContactFolderDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type ContactFolderMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type ContactFolderMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactFolderMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified ContactFolderMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the ContactFolderMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type ContactFolderMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderRequest">
            <summary>
            The type ContactFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactFolderRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.CreateAsync(Microsoft.Graph.ContactFolder)">
            <summary>
            Creates the specified ContactFolder using POST.
            </summary>
            <param name="contactFolderToCreate">The ContactFolder to create.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.CreateAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContactFolder using POST.
            </summary>
            <param name="contactFolderToCreate">The ContactFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.DeleteAsync">
            <summary>
            Deletes the specified ContactFolder.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContactFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.GetAsync">
            <summary>
            Gets the specified ContactFolder.
            </summary>
            <returns>The ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContactFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.UpdateAsync(Microsoft.Graph.ContactFolder)">
            <summary>
            Updates the specified ContactFolder using PATCH.
            </summary>
            <param name="contactFolderToUpdate">The ContactFolder to update.</param>
            <returns>The updated ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.UpdateAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContactFolder using PATCH.
            </summary>
            <param name="contactFolderToUpdate">The ContactFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequest.InitializeCollectionProperties(Microsoft.Graph.ContactFolder)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="contactFolderToInitialize">The <see cref="T:Microsoft.Graph.ContactFolder"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderRequestBuilder">
            <summary>
            The type ContactFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactFolderRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderRequestBuilder.Contacts">
            <summary>
            Gets the request builder for Contacts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderRequestBuilder.ChildFolders">
            <summary>
            Gets the request builder for ChildFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type ContactFolderSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type ContactFolderSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactFolderSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified ContactFolderSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the ContactFolderSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type ContactFolderSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactFolderSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type ContactMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type ContactMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type ContactMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified ContactMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the ContactMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type ContactMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactRequest">
            <summary>
            The type ContactRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.CreateAsync(Microsoft.Graph.Contact)">
            <summary>
            Creates the specified Contact using POST.
            </summary>
            <param name="contactToCreate">The Contact to create.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.CreateAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Contact using POST.
            </summary>
            <param name="contactToCreate">The Contact to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.DeleteAsync">
            <summary>
            Deletes the specified Contact.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Contact.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.GetAsync">
            <summary>
            Gets the specified Contact.
            </summary>
            <returns>The Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Contact.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.UpdateAsync(Microsoft.Graph.Contact)">
            <summary>
            Updates the specified Contact using PATCH.
            </summary>
            <param name="contactToUpdate">The Contact to update.</param>
            <returns>The updated Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.UpdateAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contact using PATCH.
            </summary>
            <param name="contactToUpdate">The Contact to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequest.InitializeCollectionProperties(Microsoft.Graph.Contact)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="contactToInitialize">The <see cref="T:Microsoft.Graph.Contact"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ContactRequestBuilder">
            <summary>
            The type ContactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type ContactSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type ContactSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContactSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type ContactSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContactSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified ContactSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the ContactSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type ContactSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContactSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnLinksCollectionPage">
            <summary>
            The type ContentTypeColumnLinksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnLinksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest">
            <summary>
            The type ContentTypeColumnLinksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeColumnLinksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.AddAsync(Microsoft.Graph.ColumnLink)">
            <summary>
            Adds the specified ColumnLink to the collection via POST.
            </summary>
            <param name="columnLink">The ColumnLink to add.</param>
            <returns>The created ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.AddAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnLink to the collection via POST.
            </summary>
            <param name="columnLink">The ColumnLink to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnLinksCollectionRequestBuilder">
            <summary>
            The type ContentTypeColumnLinksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContentTypeColumnLinksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeColumnLinksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnLinksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnLinkRequestBuilder"/> for the specified ContentTypeColumnLink.
            </summary>
            <param name="id">The ID for the ContentTypeColumnLink.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnLinkRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeColumnLinksCollectionResponse">
            <summary>
            The type ContentTypeColumnLinksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnLinksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IContentTypeColumnLinksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeColumnLinksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeRequest">
            <summary>
            The type ContentTypeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContentTypeRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.CreateAsync(Microsoft.Graph.ContentType)">
            <summary>
            Creates the specified ContentType using POST.
            </summary>
            <param name="contentTypeToCreate">The ContentType to create.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.CreateAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentType using POST.
            </summary>
            <param name="contentTypeToCreate">The ContentType to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.DeleteAsync">
            <summary>
            Deletes the specified ContentType.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.GetAsync">
            <summary>
            Gets the specified ContentType.
            </summary>
            <returns>The ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentType.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.UpdateAsync(Microsoft.Graph.ContentType)">
            <summary>
            Updates the specified ContentType using PATCH.
            </summary>
            <param name="contentTypeToUpdate">The ContentType to update.</param>
            <returns>The updated ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.UpdateAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PATCH.
            </summary>
            <param name="contentTypeToUpdate">The ContentType to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequest.InitializeCollectionProperties(Microsoft.Graph.ContentType)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="contentTypeToInitialize">The <see cref="T:Microsoft.Graph.ContentType"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ContentTypeRequestBuilder">
            <summary>
            The type ContentTypeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContentTypeRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContentTypeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ContentTypeRequestBuilder.ColumnLinks">
            <summary>
            Gets the request builder for ColumnLinks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeColumnLinksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ContractRequest">
            <summary>
            The type ContractRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ContractRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.CreateAsync(Microsoft.Graph.Contract)">
            <summary>
            Creates the specified Contract using POST.
            </summary>
            <param name="contractToCreate">The Contract to create.</param>
            <returns>The created Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.CreateAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Contract using POST.
            </summary>
            <param name="contractToCreate">The Contract to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.DeleteAsync">
            <summary>
            Deletes the specified Contract.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Contract.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.GetAsync">
            <summary>
            Gets the specified Contract.
            </summary>
            <returns>The Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Contract.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.UpdateAsync(Microsoft.Graph.Contract)">
            <summary>
            Updates the specified Contract using PATCH.
            </summary>
            <param name="contractToUpdate">The Contract to update.</param>
            <returns>The updated Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.UpdateAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contract using PATCH.
            </summary>
            <param name="contractToUpdate">The Contract to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequest.InitializeCollectionProperties(Microsoft.Graph.Contract)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="contractToInitialize">The <see cref="T:Microsoft.Graph.Contract"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ContractRequestBuilder">
            <summary>
            The type ContractRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ContractRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ContractRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ContractRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ContractRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationRequest">
            <summary>
            The type ConversationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.CreateAsync(Microsoft.Graph.Conversation)">
            <summary>
            Creates the specified Conversation using POST.
            </summary>
            <param name="conversationToCreate">The Conversation to create.</param>
            <returns>The created Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.CreateAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Conversation using POST.
            </summary>
            <param name="conversationToCreate">The Conversation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.DeleteAsync">
            <summary>
            Deletes the specified Conversation.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Conversation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.GetAsync">
            <summary>
            Gets the specified Conversation.
            </summary>
            <returns>The Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Conversation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.UpdateAsync(Microsoft.Graph.Conversation)">
            <summary>
            Updates the specified Conversation using PATCH.
            </summary>
            <param name="conversationToUpdate">The Conversation to update.</param>
            <returns>The updated Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.UpdateAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Conversation using PATCH.
            </summary>
            <param name="conversationToUpdate">The Conversation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequest.InitializeCollectionProperties(Microsoft.Graph.Conversation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="conversationToInitialize">The <see cref="T:Microsoft.Graph.Conversation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ConversationRequestBuilder">
            <summary>
            The type ConversationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConversationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConversationRequestBuilder.Threads">
            <summary>
            Gets the request builder for Threads.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadPostsCollectionPage">
            <summary>
            The type ConversationThreadPostsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadPostsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConversationThreadPostsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadPostsCollectionRequest">
            <summary>
            The type ConversationThreadPostsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationThreadPostsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.AddAsync(Microsoft.Graph.Post)">
            <summary>
            Adds the specified Post to the collection via POST.
            </summary>
            <param name="post">The Post to add.</param>
            <returns>The created Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.AddAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Post to the collection via POST.
            </summary>
            <param name="post">The Post to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadPostsCollectionRequestBuilder">
            <summary>
            The type ConversationThreadPostsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConversationThreadPostsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadPostsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadPostsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPostRequestBuilder"/> for the specified ConversationThreadPost.
            </summary>
            <param name="id">The ID for the ConversationThreadPost.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPostRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadPostsCollectionResponse">
            <summary>
            The type ConversationThreadPostsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadPostsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IConversationThreadPostsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadPostsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadReplyRequest">
            <summary>
            The type ConversationThreadReplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationThreadReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadReplyRequestBuilder">
            <summary>
            The type ConversationThreadReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Post)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ConversationThreadReplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Post">A Post parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadReplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadRequest">
            <summary>
            The type ConversationThreadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationThreadRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.CreateAsync(Microsoft.Graph.ConversationThread)">
            <summary>
            Creates the specified ConversationThread using POST.
            </summary>
            <param name="conversationThreadToCreate">The ConversationThread to create.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.CreateAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationThread using POST.
            </summary>
            <param name="conversationThreadToCreate">The ConversationThread to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.DeleteAsync">
            <summary>
            Deletes the specified ConversationThread.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationThread.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.GetAsync">
            <summary>
            Gets the specified ConversationThread.
            </summary>
            <returns>The ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationThread.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.UpdateAsync(Microsoft.Graph.ConversationThread)">
            <summary>
            Updates the specified ConversationThread using PATCH.
            </summary>
            <param name="conversationThreadToUpdate">The ConversationThread to update.</param>
            <returns>The updated ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.UpdateAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationThread using PATCH.
            </summary>
            <param name="conversationThreadToUpdate">The ConversationThread to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequest.InitializeCollectionProperties(Microsoft.Graph.ConversationThread)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="conversationThreadToInitialize">The <see cref="T:Microsoft.Graph.ConversationThread"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadRequestBuilder">
            <summary>
            The type ConversationThreadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConversationThreadRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadRequestBuilder.Posts">
            <summary>
            Gets the request builder for Posts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadPostsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadRequestBuilder.Reply(Microsoft.Graph.Post)">
            <summary>
            Gets the request builder for ConversationThreadReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadReplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadsCollectionPage">
            <summary>
            The type ConversationThreadsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConversationThreadsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadsCollectionRequest">
            <summary>
            The type ConversationThreadsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ConversationThreadsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.AddAsync(Microsoft.Graph.ConversationThread)">
            <summary>
            Adds the specified ConversationThread to the collection via POST.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.AddAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationThread to the collection via POST.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadsCollectionRequestBuilder">
            <summary>
            The type ConversationThreadsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ConversationThreadsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ConversationThreadsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/> for the specified ConversationConversationThread.
            </summary>
            <param name="id">The ID for the ConversationConversationThread.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ConversationThreadsCollectionResponse">
            <summary>
            The type ConversationThreadsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IConversationThreadsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ConversationThreadsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionPage">
            <summary>
            The type DefaultManagedAppProtectionAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest">
            <summary>
            The type DefaultManagedAppProtectionAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DefaultManagedAppProtectionAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequestBuilder">
            <summary>
            The type DefaultManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DefaultManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified DefaultManagedAppProtectionManagedMobileApp.
            </summary>
            <param name="id">The ID for the DefaultManagedAppProtectionManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionResponse">
            <summary>
            The type DefaultManagedAppProtectionAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtectionAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtectionRequest">
            <summary>
            The type DefaultManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DefaultManagedAppProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.DefaultManagedAppProtection)">
            <summary>
            Creates the specified DefaultManagedAppProtection using POST.
            </summary>
            <param name="defaultManagedAppProtectionToCreate">The DefaultManagedAppProtection to create.</param>
            <returns>The created DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DefaultManagedAppProtection using POST.
            </summary>
            <param name="defaultManagedAppProtectionToCreate">The DefaultManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified DefaultManagedAppProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DefaultManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.GetAsync">
            <summary>
            Gets the specified DefaultManagedAppProtection.
            </summary>
            <returns>The DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DefaultManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.DefaultManagedAppProtection)">
            <summary>
            Updates the specified DefaultManagedAppProtection using PATCH.
            </summary>
            <param name="defaultManagedAppProtectionToUpdate">The DefaultManagedAppProtection to update.</param>
            <returns>The updated DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DefaultManagedAppProtection using PATCH.
            </summary>
            <param name="defaultManagedAppProtectionToUpdate">The DefaultManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.DefaultManagedAppProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="defaultManagedAppProtectionToInitialize">The <see cref="T:Microsoft.Graph.DefaultManagedAppProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DefaultManagedAppProtectionRequestBuilder">
            <summary>
            The type DefaultManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DefaultManagedAppProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DefaultManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtectionRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DefaultManagedAppProtectionRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequest">
            <summary>
            The type DetectedAppManagedDevicesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DetectedAppManagedDevicesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ManagedDevice)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequestBuilder">
            <summary>
            The type DetectedAppManagedDevicesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DetectedAppManagedDevicesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesPage">
            <summary>
            The type DetectedAppManagedDevicesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest">
            <summary>
            The type DetectedAppManagedDevicesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DetectedAppManagedDevicesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder">
            <summary>
            The type DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder"/> for the specified DetectedAppManagedDevice.
            </summary>
            <param name="id">The ID for the DetectedAppManagedDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesResponse">
            <summary>
            The type DetectedAppManagedDevicesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DetectedAppManagedDevicesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppRequest">
            <summary>
            The type DetectedAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DetectedAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.CreateAsync(Microsoft.Graph.DetectedApp)">
            <summary>
            Creates the specified DetectedApp using POST.
            </summary>
            <param name="detectedAppToCreate">The DetectedApp to create.</param>
            <returns>The created DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.CreateAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DetectedApp using POST.
            </summary>
            <param name="detectedAppToCreate">The DetectedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.DeleteAsync">
            <summary>
            Deletes the specified DetectedApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DetectedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.GetAsync">
            <summary>
            Gets the specified DetectedApp.
            </summary>
            <returns>The DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DetectedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.UpdateAsync(Microsoft.Graph.DetectedApp)">
            <summary>
            Updates the specified DetectedApp using PATCH.
            </summary>
            <param name="detectedAppToUpdate">The DetectedApp to update.</param>
            <returns>The updated DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.UpdateAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DetectedApp using PATCH.
            </summary>
            <param name="detectedAppToUpdate">The DetectedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequest.InitializeCollectionProperties(Microsoft.Graph.DetectedApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="detectedAppToInitialize">The <see cref="T:Microsoft.Graph.DetectedApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DetectedAppRequestBuilder">
            <summary>
            The type DetectedAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DetectedAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DetectedAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DetectedAppRequestBuilder.ManagedDevices">
            <summary>
            Gets the request builder for ManagedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest">
            <summary>
            The type DeviceAndAppManagementRoleAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAndAppManagementRoleAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleAssignment using POST.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToCreate">The DeviceAndAppManagementRoleAssignment to create.</param>
            <returns>The created DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleAssignment using POST.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToCreate">The DeviceAndAppManagementRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.GetAsync">
            <summary>
            Gets the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <returns>The DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleAssignment using PATCH.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToUpdate">The DeviceAndAppManagementRoleAssignment to update.</param>
            <returns>The updated DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleAssignment using PATCH.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToUpdate">The DeviceAndAppManagementRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceAndAppManagementRoleAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToInitialize">The <see cref="T:Microsoft.Graph.DeviceAndAppManagementRoleAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequestBuilder">
            <summary>
            The type DeviceAndAppManagementRoleAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAndAppManagementRoleAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest">
            <summary>
            The type DeviceAndAppManagementRoleDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAndAppManagementRoleDefinitionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.CreateAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleDefinition using POST.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToCreate">The DeviceAndAppManagementRoleDefinition to create.</param>
            <returns>The created DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.CreateAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleDefinition using POST.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToCreate">The DeviceAndAppManagementRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleDefinition.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.GetAsync">
            <summary>
            Gets the specified DeviceAndAppManagementRoleDefinition.
            </summary>
            <returns>The DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAndAppManagementRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.UpdateAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleDefinition using PATCH.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToUpdate">The DeviceAndAppManagementRoleDefinition to update.</param>
            <returns>The updated DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.UpdateAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleDefinition using PATCH.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToUpdate">The DeviceAndAppManagementRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceAndAppManagementRoleDefinition)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToInitialize">The <see cref="T:Microsoft.Graph.DeviceAndAppManagementRoleDefinition"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequestBuilder">
            <summary>
            The type DeviceAndAppManagementRoleDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAndAppManagementRoleDefinitionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAndAppManagementRoleDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionPage">
            <summary>
            The type DeviceAppManagementAndroidManagedAppProtectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest">
            <summary>
            The type DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.AndroidManagedAppProtection)">
            <summary>
            Adds the specified AndroidManagedAppProtection to the collection via POST.
            </summary>
            <param name="androidManagedAppProtection">The AndroidManagedAppProtection to add.</param>
            <returns>The created AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AndroidManagedAppProtection to the collection via POST.
            </summary>
            <param name="androidManagedAppProtection">The AndroidManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder"/> for the specified DeviceAppManagementAndroidManagedAppProtection.
            </summary>
            <param name="id">The ID for the DeviceAppManagementAndroidManagedAppProtection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionResponse">
            <summary>
            The type DeviceAppManagementAndroidManagedAppProtectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementAndroidManagedAppProtectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionPage">
            <summary>
            The type DeviceAppManagementDefaultManagedAppProtectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest">
            <summary>
            The type DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.DefaultManagedAppProtection)">
            <summary>
            Adds the specified DefaultManagedAppProtection to the collection via POST.
            </summary>
            <param name="defaultManagedAppProtection">The DefaultManagedAppProtection to add.</param>
            <returns>The created DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DefaultManagedAppProtection to the collection via POST.
            </summary>
            <param name="defaultManagedAppProtection">The DefaultManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder"/> for the specified DeviceAppManagementDefaultManagedAppProtection.
            </summary>
            <param name="id">The ID for the DeviceAppManagementDefaultManagedAppProtection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionResponse">
            <summary>
            The type DeviceAppManagementDefaultManagedAppProtectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementDefaultManagedAppProtectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionPage">
            <summary>
            The type DeviceAppManagementIosManagedAppProtectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest">
            <summary>
            The type DeviceAppManagementIosManagedAppProtectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementIosManagedAppProtectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.IosManagedAppProtection)">
            <summary>
            Adds the specified IosManagedAppProtection to the collection via POST.
            </summary>
            <param name="iosManagedAppProtection">The IosManagedAppProtection to add.</param>
            <returns>The created IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IosManagedAppProtection to the collection via POST.
            </summary>
            <param name="iosManagedAppProtection">The IosManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder"/> for the specified DeviceAppManagementIosManagedAppProtection.
            </summary>
            <param name="id">The ID for the DeviceAppManagementIosManagedAppProtection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionResponse">
            <summary>
            The type DeviceAppManagementIosManagedAppProtectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementIosManagedAppProtectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionPage">
            <summary>
            The type DeviceAppManagementManagedAppPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest">
            <summary>
            The type DeviceAppManagementManagedAppPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementManagedAppPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/> for the specified DeviceAppManagementManagedAppPolicy.
            </summary>
            <param name="id">The ID for the DeviceAppManagementManagedAppPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionResponse">
            <summary>
            The type DeviceAppManagementManagedAppPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionPage">
            <summary>
            The type DeviceAppManagementManagedAppRegistrationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest">
            <summary>
            The type DeviceAppManagementManagedAppRegistrationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementManagedAppRegistrationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppRegistration)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppRegistrationRequestBuilder"/> for the specified DeviceAppManagementManagedAppRegistration.
            </summary>
            <param name="id">The ID for the DeviceAppManagementManagedAppRegistration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.GetUserIdsWithFlaggedAppRegistration">
            <summary>
            Gets the request builder for ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionResponse">
            <summary>
            The type DeviceAppManagementManagedAppRegistrationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppRegistrationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionPage">
            <summary>
            The type DeviceAppManagementManagedAppStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest">
            <summary>
            The type DeviceAppManagementManagedAppStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementManagedAppStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppStatus)">
            <summary>
            Adds the specified ManagedAppStatus to the collection via POST.
            </summary>
            <param name="managedAppStatus">The ManagedAppStatus to add.</param>
            <returns>The created ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppStatus to the collection via POST.
            </summary>
            <param name="managedAppStatus">The ManagedAppStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementManagedAppStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementManagedAppStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppStatusRequestBuilder"/> for the specified DeviceAppManagementManagedAppStatus.
            </summary>
            <param name="id">The ID for the DeviceAppManagementManagedAppStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionResponse">
            <summary>
            The type DeviceAppManagementManagedAppStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedAppStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionPage">
            <summary>
            The type DeviceAppManagementManagedEBooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest">
            <summary>
            The type DeviceAppManagementManagedEBooksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementManagedEBooksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.AddAsync(Microsoft.Graph.ManagedEBook)">
            <summary>
            Adds the specified ManagedEBook to the collection via POST.
            </summary>
            <param name="managedEBook">The ManagedEBook to add.</param>
            <returns>The created ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.AddAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedEBook to the collection via POST.
            </summary>
            <param name="managedEBook">The ManagedEBook to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementManagedEBooksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementManagedEBooksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedEBookRequestBuilder"/> for the specified DeviceAppManagementManagedEBook.
            </summary>
            <param name="id">The ID for the DeviceAppManagementManagedEBook.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionResponse">
            <summary>
            The type DeviceAppManagementManagedEBooksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementManagedEBooksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage">
            <summary>
            The type DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest">
            <summary>
            The type DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.AddAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy)">
            <summary>
            Adds the specified MdmWindowsInformationProtectionPolicy to the collection via POST.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicy">The MdmWindowsInformationProtectionPolicy to add.</param>
            <returns>The created MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.AddAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MdmWindowsInformationProtectionPolicy to the collection via POST.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicy">The MdmWindowsInformationProtectionPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder"/> for the specified DeviceAppManagementMdmWindowsInformationProtectionPolicy.
            </summary>
            <param name="id">The ID for the DeviceAppManagementMdmWindowsInformationProtectionPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionResponse">
            <summary>
            The type DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionPage">
            <summary>
            The type DeviceAppManagementMobileAppCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest">
            <summary>
            The type DeviceAppManagementMobileAppCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementMobileAppCategoriesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppCategory)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder"/> for the specified DeviceAppManagementMobileAppCategory.
            </summary>
            <param name="id">The ID for the DeviceAppManagementMobileAppCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionResponse">
            <summary>
            The type DeviceAppManagementMobileAppCategoriesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppCategoriesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionPage">
            <summary>
            The type DeviceAppManagementMobileAppConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest">
            <summary>
            The type DeviceAppManagementMobileAppConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementMobileAppConfigurationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfiguration to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfiguration">The ManagedDeviceMobileAppConfiguration to add.</param>
            <returns>The created ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfiguration to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfiguration">The ManagedDeviceMobileAppConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder"/> for the specified DeviceAppManagementManagedDeviceMobileAppConfiguration.
            </summary>
            <param name="id">The ID for the DeviceAppManagementManagedDeviceMobileAppConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionResponse">
            <summary>
            The type DeviceAppManagementMobileAppConfigurationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppConfigurationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionPage">
            <summary>
            The type DeviceAppManagementMobileAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest">
            <summary>
            The type DeviceAppManagementMobileAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementMobileAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.AddAsync(Microsoft.Graph.MobileApp)">
            <summary>
            Adds the specified MobileApp to the collection via POST.
            </summary>
            <param name="mobileApp">The MobileApp to add.</param>
            <returns>The created MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.AddAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileApp to the collection via POST.
            </summary>
            <param name="mobileApp">The MobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementMobileAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementMobileAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppRequestBuilder"/> for the specified DeviceAppManagementMobileApp.
            </summary>
            <param name="id">The ID for the DeviceAppManagementMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionResponse">
            <summary>
            The type DeviceAppManagementMobileAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementMobileAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementRequest">
            <summary>
            The type DeviceAppManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.CreateAsync(Microsoft.Graph.DeviceAppManagement)">
            <summary>
            Creates the specified DeviceAppManagement using POST.
            </summary>
            <param name="deviceAppManagementToCreate">The DeviceAppManagement to create.</param>
            <returns>The created DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.CreateAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAppManagement using POST.
            </summary>
            <param name="deviceAppManagementToCreate">The DeviceAppManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceAppManagement.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAppManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.GetAsync">
            <summary>
            Gets the specified DeviceAppManagement.
            </summary>
            <returns>The DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAppManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.UpdateAsync(Microsoft.Graph.DeviceAppManagement)">
            <summary>
            Updates the specified DeviceAppManagement using PATCH.
            </summary>
            <param name="deviceAppManagementToUpdate">The DeviceAppManagement to update.</param>
            <returns>The updated DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.UpdateAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAppManagement using PATCH.
            </summary>
            <param name="deviceAppManagementToUpdate">The DeviceAppManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAppManagement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAppManagement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceAppManagement)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceAppManagementToInitialize">The <see cref="T:Microsoft.Graph.DeviceAppManagement"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementRequestBuilder">
            <summary>
            The type DeviceAppManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.MobileApps">
            <summary>
            Gets the request builder for MobileApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.MobileAppCategories">
            <summary>
            Gets the request builder for MobileAppCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.MobileAppConfigurations">
            <summary>
            Gets the request builder for MobileAppConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.VppTokens">
            <summary>
            Gets the request builder for VppTokens.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.ManagedAppPolicies">
            <summary>
            Gets the request builder for ManagedAppPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.IosManagedAppProtections">
            <summary>
            Gets the request builder for IosManagedAppProtections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.AndroidManagedAppProtections">
            <summary>
            Gets the request builder for AndroidManagedAppProtections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.DefaultManagedAppProtections">
            <summary>
            Gets the request builder for DefaultManagedAppProtections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.TargetedManagedAppConfigurations">
            <summary>
            Gets the request builder for TargetedManagedAppConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.MdmWindowsInformationProtectionPolicies">
            <summary>
            Gets the request builder for MdmWindowsInformationProtectionPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.WindowsInformationProtectionPolicies">
            <summary>
            Gets the request builder for WindowsInformationProtectionPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.ManagedAppRegistrations">
            <summary>
            Gets the request builder for ManagedAppRegistrations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.ManagedAppStatuses">
            <summary>
            Gets the request builder for ManagedAppStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementRequestBuilder.ManagedEBooks">
            <summary>
            Gets the request builder for ManagedEBooks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementRequestBuilder.SyncMicrosoftStoreForBusinessApps">
            <summary>
            Gets the request builder for DeviceAppManagementSyncMicrosoftStoreForBusinessApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest">
            <summary>
            The type DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder">
            <summary>
            The type DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionPage">
            <summary>
            The type DeviceAppManagementTargetedManagedAppConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest">
            <summary>
            The type DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppConfiguration)">
            <summary>
            Adds the specified TargetedManagedAppConfiguration to the collection via POST.
            </summary>
            <param name="targetedManagedAppConfiguration">The TargetedManagedAppConfiguration to add.</param>
            <returns>The created TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppConfiguration to the collection via POST.
            </summary>
            <param name="targetedManagedAppConfiguration">The TargetedManagedAppConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder"/> for the specified DeviceAppManagementTargetedManagedAppConfiguration.
            </summary>
            <param name="id">The ID for the DeviceAppManagementTargetedManagedAppConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionResponse">
            <summary>
            The type DeviceAppManagementTargetedManagedAppConfigurationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementTargetedManagedAppConfigurationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementVppTokensCollectionPage">
            <summary>
            The type DeviceAppManagementVppTokensCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementVppTokensCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest">
            <summary>
            The type DeviceAppManagementVppTokensCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementVppTokensCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.AddAsync(Microsoft.Graph.VppToken)">
            <summary>
            Adds the specified VppToken to the collection via POST.
            </summary>
            <param name="vppToken">The VppToken to add.</param>
            <returns>The created VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.AddAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Adds the specified VppToken to the collection via POST.
            </summary>
            <param name="vppToken">The VppToken to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementVppTokensCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementVppTokensCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementVppTokensCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IVppTokenRequestBuilder"/> for the specified DeviceAppManagementVppToken.
            </summary>
            <param name="id">The ID for the DeviceAppManagementVppToken.</param>
            <returns>The <see cref="T:Microsoft.Graph.IVppTokenRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementVppTokensCollectionResponse">
            <summary>
            The type DeviceAppManagementVppTokensCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementVppTokensCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementVppTokensCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage">
            <summary>
            The type DeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest">
            <summary>
            The type DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionPolicy)">
            <summary>
            Adds the specified WindowsInformationProtectionPolicy to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionPolicy">The WindowsInformationProtectionPolicy to add.</param>
            <returns>The created WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionPolicy to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionPolicy">The WindowsInformationProtectionPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder">
            <summary>
            The type DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder"/> for the specified DeviceAppManagementWindowsInformationProtectionPolicy.
            </summary>
            <param name="id">The ID for the DeviceAppManagementWindowsInformationProtectionPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionResponse">
            <summary>
            The type DeviceAppManagementWindowsInformationProtectionPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceAppManagementWindowsInformationProtectionPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCategoryRequest">
            <summary>
            The type DeviceCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCategoryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.CreateAsync(Microsoft.Graph.DeviceCategory)">
            <summary>
            Creates the specified DeviceCategory using POST.
            </summary>
            <param name="deviceCategoryToCreate">The DeviceCategory to create.</param>
            <returns>The created DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.CreateAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCategory using POST.
            </summary>
            <param name="deviceCategoryToCreate">The DeviceCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceCategory.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.GetAsync">
            <summary>
            Gets the specified DeviceCategory.
            </summary>
            <returns>The DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.UpdateAsync(Microsoft.Graph.DeviceCategory)">
            <summary>
            Updates the specified DeviceCategory using PATCH.
            </summary>
            <param name="deviceCategoryToUpdate">The DeviceCategory to update.</param>
            <returns>The updated DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.UpdateAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCategory using PATCH.
            </summary>
            <param name="deviceCategoryToUpdate">The DeviceCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceCategory)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceCategoryToInitialize">The <see cref="T:Microsoft.Graph.DeviceCategory"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceCategoryRequestBuilder">
            <summary>
            The type DeviceCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCategoryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceActionItemRequest">
            <summary>
            The type DeviceComplianceActionItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceActionItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.CreateAsync(Microsoft.Graph.DeviceComplianceActionItem)">
            <summary>
            Creates the specified DeviceComplianceActionItem using POST.
            </summary>
            <param name="deviceComplianceActionItemToCreate">The DeviceComplianceActionItem to create.</param>
            <returns>The created DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.CreateAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceActionItem using POST.
            </summary>
            <param name="deviceComplianceActionItemToCreate">The DeviceComplianceActionItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceActionItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceActionItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceActionItem.
            </summary>
            <returns>The DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceActionItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceActionItem)">
            <summary>
            Updates the specified DeviceComplianceActionItem using PATCH.
            </summary>
            <param name="deviceComplianceActionItemToUpdate">The DeviceComplianceActionItem to update.</param>
            <returns>The updated DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceActionItem using PATCH.
            </summary>
            <param name="deviceComplianceActionItemToUpdate">The DeviceComplianceActionItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceActionItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceActionItemToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceActionItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceActionItemRequestBuilder">
            <summary>
            The type DeviceComplianceActionItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceActionItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceActionItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest">
            <summary>
            The type DeviceComplianceDeviceOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceDeviceOverviewRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.CreateAsync(Microsoft.Graph.DeviceComplianceDeviceOverview)">
            <summary>
            Creates the specified DeviceComplianceDeviceOverview using POST.
            </summary>
            <param name="deviceComplianceDeviceOverviewToCreate">The DeviceComplianceDeviceOverview to create.</param>
            <returns>The created DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.CreateAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceDeviceOverview using POST.
            </summary>
            <param name="deviceComplianceDeviceOverviewToCreate">The DeviceComplianceDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceDeviceOverview.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceDeviceOverview.
            </summary>
            <returns>The DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceDeviceOverview)">
            <summary>
            Updates the specified DeviceComplianceDeviceOverview using PATCH.
            </summary>
            <param name="deviceComplianceDeviceOverviewToUpdate">The DeviceComplianceDeviceOverview to update.</param>
            <returns>The updated DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceOverview using PATCH.
            </summary>
            <param name="deviceComplianceDeviceOverviewToUpdate">The DeviceComplianceDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceDeviceOverview)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceDeviceOverviewToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceDeviceOverview"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceDeviceOverviewRequestBuilder">
            <summary>
            The type DeviceComplianceDeviceOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceDeviceOverviewRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceDeviceStatusRequest">
            <summary>
            The type DeviceComplianceDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceDeviceStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.CreateAsync(Microsoft.Graph.DeviceComplianceDeviceStatus)">
            <summary>
            Creates the specified DeviceComplianceDeviceStatus using POST.
            </summary>
            <param name="deviceComplianceDeviceStatusToCreate">The DeviceComplianceDeviceStatus to create.</param>
            <returns>The created DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.CreateAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceDeviceStatus using POST.
            </summary>
            <param name="deviceComplianceDeviceStatusToCreate">The DeviceComplianceDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceDeviceStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceDeviceStatus.
            </summary>
            <returns>The DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceDeviceStatus)">
            <summary>
            Updates the specified DeviceComplianceDeviceStatus using PATCH.
            </summary>
            <param name="deviceComplianceDeviceStatusToUpdate">The DeviceComplianceDeviceStatus to update.</param>
            <returns>The updated DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceStatus using PATCH.
            </summary>
            <param name="deviceComplianceDeviceStatusToUpdate">The DeviceComplianceDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceDeviceStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceDeviceStatusToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceDeviceStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceDeviceStatusRequestBuilder">
            <summary>
            The type DeviceComplianceDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceDeviceStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignCollectionPage">
            <summary>
            The type DeviceCompliancePolicyAssignCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignCollectionResponse">
            <summary>
            The type DeviceCompliancePolicyAssignCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest">
            <summary>
            The type DeviceCompliancePolicyAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment)">
            <summary>
            Creates the specified DeviceCompliancePolicyAssignment using POST.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToCreate">The DeviceCompliancePolicyAssignment to create.</param>
            <returns>The created DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyAssignment using POST.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToCreate">The DeviceCompliancePolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceCompliancePolicyAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.GetAsync">
            <summary>
            Gets the specified DeviceCompliancePolicyAssignment.
            </summary>
            <returns>The DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment)">
            <summary>
            Updates the specified DeviceCompliancePolicyAssignment using PATCH.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToUpdate">The DeviceCompliancePolicyAssignment to update.</param>
            <returns>The updated DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyAssignment using PATCH.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToUpdate">The DeviceCompliancePolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceCompliancePolicyAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToInitialize">The <see cref="T:Microsoft.Graph.DeviceCompliancePolicyAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionPage">
            <summary>
            The type DeviceCompliancePolicyAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest">
            <summary>
            The type DeviceCompliancePolicyAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment)">
            <summary>
            Adds the specified DeviceCompliancePolicyAssignment to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicyAssignment">The DeviceCompliancePolicyAssignment to add.</param>
            <returns>The created DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicyAssignment to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicyAssignment">The DeviceCompliancePolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder"/> for the specified DeviceCompliancePolicyDeviceCompliancePolicyAssignment.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicyDeviceCompliancePolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionResponse">
            <summary>
            The type DeviceCompliancePolicyAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignRequest">
            <summary>
            The type DeviceCompliancePolicyAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyAssignRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceCompliancePolicyAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceCompliancePolicyAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="assignments">A assignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage">
            <summary>
            The type DeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest">
            <summary>
            The type DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.SettingStateDeviceSummary)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/> for the specified DeviceCompliancePolicySettingStateDeviceSummary.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicySettingStateDeviceSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionResponse">
            <summary>
            The type DeviceCompliancePolicyDeviceSettingStateSummariesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceSettingStateSummariesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest">
            <summary>
            The type DeviceCompliancePolicyDeviceStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyDeviceStateSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary)">
            <summary>
            Creates the specified DeviceCompliancePolicyDeviceStateSummary using POST.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToCreate">The DeviceCompliancePolicyDeviceStateSummary to create.</param>
            <returns>The created DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyDeviceStateSummary using POST.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToCreate">The DeviceCompliancePolicyDeviceStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.GetAsync">
            <summary>
            Gets the specified DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <returns>The DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary)">
            <summary>
            Updates the specified DeviceCompliancePolicyDeviceStateSummary using PATCH.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToUpdate">The DeviceCompliancePolicyDeviceStateSummary to update.</param>
            <returns>The updated DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyDeviceStateSummary using PATCH.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToUpdate">The DeviceCompliancePolicyDeviceStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToInitialize">The <see cref="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionPage">
            <summary>
            The type DeviceCompliancePolicyDeviceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest">
            <summary>
            The type DeviceCompliancePolicyDeviceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyDeviceStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceDeviceStatus)">
            <summary>
            Adds the specified DeviceComplianceDeviceStatus to the collection via POST.
            </summary>
            <param name="deviceComplianceDeviceStatus">The DeviceComplianceDeviceStatus to add.</param>
            <returns>The created DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceDeviceStatus to the collection via POST.
            </summary>
            <param name="deviceComplianceDeviceStatus">The DeviceComplianceDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder"/> for the specified DeviceCompliancePolicyDeviceComplianceDeviceStatus.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicyDeviceComplianceDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionResponse">
            <summary>
            The type DeviceCompliancePolicyDeviceStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyDeviceStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyRequest">
            <summary>
            The type DeviceCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicy)">
            <summary>
            Creates the specified DeviceCompliancePolicy using POST.
            </summary>
            <param name="deviceCompliancePolicyToCreate">The DeviceCompliancePolicy to create.</param>
            <returns>The created DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicy using POST.
            </summary>
            <param name="deviceCompliancePolicyToCreate">The DeviceCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceCompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified DeviceCompliancePolicy.
            </summary>
            <returns>The DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicy)">
            <summary>
            Updates the specified DeviceCompliancePolicy using PATCH.
            </summary>
            <param name="deviceCompliancePolicyToUpdate">The DeviceCompliancePolicy to update.</param>
            <returns>The updated DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicy using PATCH.
            </summary>
            <param name="deviceCompliancePolicyToUpdate">The DeviceCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceCompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceCompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.DeviceCompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.ScheduledActionsForRule">
            <summary>
            Gets the request builder for ScheduledActionsForRule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.DeviceStatuses">
            <summary>
            Gets the request builder for DeviceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.UserStatuses">
            <summary>
            Gets the request builder for UserStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.DeviceStatusOverview">
            <summary>
            Gets the request builder for DeviceStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.UserStatusOverview">
            <summary>
            Gets the request builder for UserStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceUserOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.DeviceSettingStateSummaries">
            <summary>
            Gets the request builder for DeviceSettingStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceCompliancePolicyAssignment})">
            <summary>
            Gets the request builder for DeviceCompliancePolicyAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyRequestBuilder.ScheduleActionsForRules(System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceComplianceScheduledActionForRule})">
            <summary>
            Gets the request builder for DeviceCompliancePolicyScheduleActionsForRules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest">
            <summary>
            The type DeviceCompliancePolicyScheduleActionsForRulesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyScheduleActionsForRulesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyScheduleActionsForRulesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceComplianceScheduledActionForRule})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="deviceComplianceScheduledActionForRules">A deviceComplianceScheduledActionForRules parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduleActionsForRulesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionPage">
            <summary>
            The type DeviceCompliancePolicyScheduledActionsForRuleCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest">
            <summary>
            The type DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule)">
            <summary>
            Adds the specified DeviceComplianceScheduledActionForRule to the collection via POST.
            </summary>
            <param name="deviceComplianceScheduledActionForRule">The DeviceComplianceScheduledActionForRule to add.</param>
            <returns>The created DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceScheduledActionForRule to the collection via POST.
            </summary>
            <param name="deviceComplianceScheduledActionForRule">The DeviceComplianceScheduledActionForRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder"/> for the specified DeviceCompliancePolicyDeviceComplianceScheduledActionForRule.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicyDeviceComplianceScheduledActionForRule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionResponse">
            <summary>
            The type DeviceCompliancePolicyScheduledActionsForRuleCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyScheduledActionsForRuleCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage">
            <summary>
            The type DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest">
            <summary>
            The type DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceSettingState)">
            <summary>
            Adds the specified DeviceComplianceSettingState to the collection via POST.
            </summary>
            <param name="deviceComplianceSettingState">The DeviceComplianceSettingState to add.</param>
            <returns>The created DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceSettingState to the collection via POST.
            </summary>
            <param name="deviceComplianceSettingState">The DeviceComplianceSettingState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder">
            <summary>
            The type DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder"/> for the specified DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionResponse">
            <summary>
            The type DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest">
            <summary>
            The type DeviceCompliancePolicySettingStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicySettingStateSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary)">
            <summary>
            Creates the specified DeviceCompliancePolicySettingStateSummary using POST.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToCreate">The DeviceCompliancePolicySettingStateSummary to create.</param>
            <returns>The created DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicySettingStateSummary using POST.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToCreate">The DeviceCompliancePolicySettingStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.GetAsync">
            <summary>
            Gets the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <returns>The DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary)">
            <summary>
            Updates the specified DeviceCompliancePolicySettingStateSummary using PATCH.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToUpdate">The DeviceCompliancePolicySettingStateSummary to update.</param>
            <returns>The updated DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicySettingStateSummary using PATCH.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToUpdate">The DeviceCompliancePolicySettingStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToInitialize">The <see cref="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequestBuilder">
            <summary>
            The type DeviceCompliancePolicySettingStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicySettingStateSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicySettingStateSummaryRequestBuilder.DeviceComplianceSettingStates">
            <summary>
            Gets the request builder for DeviceComplianceSettingStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyStateRequest">
            <summary>
            The type DeviceCompliancePolicyStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyStateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyState)">
            <summary>
            Creates the specified DeviceCompliancePolicyState using POST.
            </summary>
            <param name="deviceCompliancePolicyStateToCreate">The DeviceCompliancePolicyState to create.</param>
            <returns>The created DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyState using POST.
            </summary>
            <param name="deviceCompliancePolicyStateToCreate">The DeviceCompliancePolicyState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceCompliancePolicyState.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.GetAsync">
            <summary>
            Gets the specified DeviceCompliancePolicyState.
            </summary>
            <returns>The DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyState)">
            <summary>
            Updates the specified DeviceCompliancePolicyState using PATCH.
            </summary>
            <param name="deviceCompliancePolicyStateToUpdate">The DeviceCompliancePolicyState to update.</param>
            <returns>The updated DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyState using PATCH.
            </summary>
            <param name="deviceCompliancePolicyStateToUpdate">The DeviceCompliancePolicyState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceCompliancePolicyState)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceCompliancePolicyStateToInitialize">The <see cref="T:Microsoft.Graph.DeviceCompliancePolicyState"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyStateRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyStateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionPage">
            <summary>
            The type DeviceCompliancePolicyUserStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest">
            <summary>
            The type DeviceCompliancePolicyUserStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceCompliancePolicyUserStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceUserStatus)">
            <summary>
            Adds the specified DeviceComplianceUserStatus to the collection via POST.
            </summary>
            <param name="deviceComplianceUserStatus">The DeviceComplianceUserStatus to add.</param>
            <returns>The created DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceUserStatus to the collection via POST.
            </summary>
            <param name="deviceComplianceUserStatus">The DeviceComplianceUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequestBuilder">
            <summary>
            The type DeviceCompliancePolicyUserStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceCompliancePolicyUserStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder"/> for the specified DeviceCompliancePolicyDeviceComplianceUserStatus.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicyDeviceComplianceUserStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionResponse">
            <summary>
            The type DeviceCompliancePolicyUserStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceCompliancePolicyUserStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest">
            <summary>
            The type DeviceComplianceScheduledActionForRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceScheduledActionForRuleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.CreateAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule)">
            <summary>
            Creates the specified DeviceComplianceScheduledActionForRule using POST.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToCreate">The DeviceComplianceScheduledActionForRule to create.</param>
            <returns>The created DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.CreateAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceScheduledActionForRule using POST.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToCreate">The DeviceComplianceScheduledActionForRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <returns>The DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule)">
            <summary>
            Updates the specified DeviceComplianceScheduledActionForRule using PATCH.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToUpdate">The DeviceComplianceScheduledActionForRule to update.</param>
            <returns>The updated DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceScheduledActionForRule using PATCH.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToUpdate">The DeviceComplianceScheduledActionForRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceScheduledActionForRule)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceScheduledActionForRule"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequestBuilder">
            <summary>
            The type DeviceComplianceScheduledActionForRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceScheduledActionForRuleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRuleRequestBuilder.ScheduledActionConfigurations">
            <summary>
            Gets the request builder for ScheduledActionConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage">
            <summary>
            The type DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest">
            <summary>
            The type DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceActionItem)">
            <summary>
            Adds the specified DeviceComplianceActionItem to the collection via POST.
            </summary>
            <param name="deviceComplianceActionItem">The DeviceComplianceActionItem to add.</param>
            <returns>The created DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceActionItem to the collection via POST.
            </summary>
            <param name="deviceComplianceActionItem">The DeviceComplianceActionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder">
            <summary>
            The type DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder"/> for the specified DeviceComplianceScheduledActionForRuleDeviceComplianceActionItem.
            </summary>
            <param name="id">The ID for the DeviceComplianceScheduledActionForRuleDeviceComplianceActionItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionResponse">
            <summary>
            The type DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceSettingStateRequest">
            <summary>
            The type DeviceComplianceSettingStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceSettingStateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.CreateAsync(Microsoft.Graph.DeviceComplianceSettingState)">
            <summary>
            Creates the specified DeviceComplianceSettingState using POST.
            </summary>
            <param name="deviceComplianceSettingStateToCreate">The DeviceComplianceSettingState to create.</param>
            <returns>The created DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.CreateAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceSettingState using POST.
            </summary>
            <param name="deviceComplianceSettingStateToCreate">The DeviceComplianceSettingState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceSettingState.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceSettingState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceSettingState.
            </summary>
            <returns>The DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceSettingState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceSettingState)">
            <summary>
            Updates the specified DeviceComplianceSettingState using PATCH.
            </summary>
            <param name="deviceComplianceSettingStateToUpdate">The DeviceComplianceSettingState to update.</param>
            <returns>The updated DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceSettingState using PATCH.
            </summary>
            <param name="deviceComplianceSettingStateToUpdate">The DeviceComplianceSettingState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceSettingState)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceSettingStateToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceSettingState"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceSettingStateRequestBuilder">
            <summary>
            The type DeviceComplianceSettingStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceSettingStateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceSettingStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceUserOverviewRequest">
            <summary>
            The type DeviceComplianceUserOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceUserOverviewRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.CreateAsync(Microsoft.Graph.DeviceComplianceUserOverview)">
            <summary>
            Creates the specified DeviceComplianceUserOverview using POST.
            </summary>
            <param name="deviceComplianceUserOverviewToCreate">The DeviceComplianceUserOverview to create.</param>
            <returns>The created DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.CreateAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceUserOverview using POST.
            </summary>
            <param name="deviceComplianceUserOverviewToCreate">The DeviceComplianceUserOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceUserOverview.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceUserOverview.
            </summary>
            <returns>The DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceUserOverview)">
            <summary>
            Updates the specified DeviceComplianceUserOverview using PATCH.
            </summary>
            <param name="deviceComplianceUserOverviewToUpdate">The DeviceComplianceUserOverview to update.</param>
            <returns>The updated DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserOverview using PATCH.
            </summary>
            <param name="deviceComplianceUserOverviewToUpdate">The DeviceComplianceUserOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceUserOverview)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceUserOverviewToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceUserOverview"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceUserOverviewRequestBuilder">
            <summary>
            The type DeviceComplianceUserOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceUserOverviewRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceUserStatusRequest">
            <summary>
            The type DeviceComplianceUserStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceComplianceUserStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.CreateAsync(Microsoft.Graph.DeviceComplianceUserStatus)">
            <summary>
            Creates the specified DeviceComplianceUserStatus using POST.
            </summary>
            <param name="deviceComplianceUserStatusToCreate">The DeviceComplianceUserStatus to create.</param>
            <returns>The created DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.CreateAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceUserStatus using POST.
            </summary>
            <param name="deviceComplianceUserStatusToCreate">The DeviceComplianceUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceUserStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceUserStatus.
            </summary>
            <returns>The DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceUserStatus)">
            <summary>
            Updates the specified DeviceComplianceUserStatus using PATCH.
            </summary>
            <param name="deviceComplianceUserStatusToUpdate">The DeviceComplianceUserStatus to update.</param>
            <returns>The updated DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserStatus using PATCH.
            </summary>
            <param name="deviceComplianceUserStatusToUpdate">The DeviceComplianceUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceComplianceUserStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceComplianceUserStatusToInitialize">The <see cref="T:Microsoft.Graph.DeviceComplianceUserStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceComplianceUserStatusRequestBuilder">
            <summary>
            The type DeviceComplianceUserStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceComplianceUserStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceComplianceUserStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignCollectionPage">
            <summary>
            The type DeviceConfigurationAssignCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignCollectionResponse">
            <summary>
            The type DeviceConfigurationAssignCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignmentRequest">
            <summary>
            The type DeviceConfigurationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationAssignment)">
            <summary>
            Creates the specified DeviceConfigurationAssignment using POST.
            </summary>
            <param name="deviceConfigurationAssignmentToCreate">The DeviceConfigurationAssignment to create.</param>
            <returns>The created DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationAssignment using POST.
            </summary>
            <param name="deviceConfigurationAssignmentToCreate">The DeviceConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationAssignment.
            </summary>
            <returns>The DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationAssignment)">
            <summary>
            Updates the specified DeviceConfigurationAssignment using PATCH.
            </summary>
            <param name="deviceConfigurationAssignmentToUpdate">The DeviceConfigurationAssignment to update.</param>
            <returns>The updated DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationAssignment using PATCH.
            </summary>
            <param name="deviceConfigurationAssignmentToUpdate">The DeviceConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationAssignmentToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignmentRequestBuilder">
            <summary>
            The type DeviceConfigurationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionPage">
            <summary>
            The type DeviceConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest">
            <summary>
            The type DeviceConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationAssignment)">
            <summary>
            Adds the specified DeviceConfigurationAssignment to the collection via POST.
            </summary>
            <param name="deviceConfigurationAssignment">The DeviceConfigurationAssignment to add.</param>
            <returns>The created DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationAssignment to the collection via POST.
            </summary>
            <param name="deviceConfigurationAssignment">The DeviceConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The type DeviceConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder"/> for the specified DeviceConfigurationDeviceConfigurationAssignment.
            </summary>
            <param name="id">The ID for the DeviceConfigurationDeviceConfigurationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionResponse">
            <summary>
            The type DeviceConfigurationAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignRequest">
            <summary>
            The type DeviceConfigurationAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationAssignRequestBuilder">
            <summary>
            The type DeviceConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceConfigurationAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceConfigurationAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="assignments">A assignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest">
            <summary>
            The type DeviceConfigurationDeviceOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationDeviceOverviewRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview)">
            <summary>
            Creates the specified DeviceConfigurationDeviceOverview using POST.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToCreate">The DeviceConfigurationDeviceOverview to create.</param>
            <returns>The created DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceOverview using POST.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToCreate">The DeviceConfigurationDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationDeviceOverview.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationDeviceOverview.
            </summary>
            <returns>The DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview)">
            <summary>
            Updates the specified DeviceConfigurationDeviceOverview using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToUpdate">The DeviceConfigurationDeviceOverview to update.</param>
            <returns>The updated DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceOverview using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToUpdate">The DeviceConfigurationDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationDeviceOverview)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationDeviceOverview"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequestBuilder">
            <summary>
            The type DeviceConfigurationDeviceOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationDeviceOverviewRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionPage">
            <summary>
            The type DeviceConfigurationDeviceSettingStateSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest">
            <summary>
            The type DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.SettingStateDeviceSummary)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder">
            <summary>
            The type DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/> for the specified DeviceConfigurationSettingStateDeviceSummary.
            </summary>
            <param name="id">The ID for the DeviceConfigurationSettingStateDeviceSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionResponse">
            <summary>
            The type DeviceConfigurationDeviceSettingStateSummariesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceSettingStateSummariesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest">
            <summary>
            The type DeviceConfigurationDeviceStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationDeviceStateSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStateSummary using POST.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToCreate">The DeviceConfigurationDeviceStateSummary to create.</param>
            <returns>The created DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStateSummary using POST.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToCreate">The DeviceConfigurationDeviceStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStateSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationDeviceStateSummary.
            </summary>
            <returns>The DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStateSummary using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToUpdate">The DeviceConfigurationDeviceStateSummary to update.</param>
            <returns>The updated DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStateSummary using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToUpdate">The DeviceConfigurationDeviceStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationDeviceStateSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationDeviceStateSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequestBuilder">
            <summary>
            The type DeviceConfigurationDeviceStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationDeviceStateSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionPage">
            <summary>
            The type DeviceConfigurationDeviceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest">
            <summary>
            The type DeviceConfigurationDeviceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationDeviceStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus)">
            <summary>
            Adds the specified DeviceConfigurationDeviceStatus to the collection via POST.
            </summary>
            <param name="deviceConfigurationDeviceStatus">The DeviceConfigurationDeviceStatus to add.</param>
            <returns>The created DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationDeviceStatus to the collection via POST.
            </summary>
            <param name="deviceConfigurationDeviceStatus">The DeviceConfigurationDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequestBuilder">
            <summary>
            The type DeviceConfigurationDeviceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationDeviceStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder"/> for the specified DeviceConfigurationDeviceConfigurationDeviceStatus.
            </summary>
            <param name="id">The ID for the DeviceConfigurationDeviceConfigurationDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionResponse">
            <summary>
            The type DeviceConfigurationDeviceStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationDeviceStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest">
            <summary>
            The type DeviceConfigurationDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationDeviceStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStatus using POST.
            </summary>
            <param name="deviceConfigurationDeviceStatusToCreate">The DeviceConfigurationDeviceStatus to create.</param>
            <returns>The created DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStatus using POST.
            </summary>
            <param name="deviceConfigurationDeviceStatusToCreate">The DeviceConfigurationDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationDeviceStatus.
            </summary>
            <returns>The DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStatus using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceStatusToUpdate">The DeviceConfigurationDeviceStatus to update.</param>
            <returns>The updated DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStatus using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceStatusToUpdate">The DeviceConfigurationDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationDeviceStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationDeviceStatusToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationDeviceStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationDeviceStatusRequestBuilder">
            <summary>
            The type DeviceConfigurationDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationDeviceStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationRequest">
            <summary>
            The type DeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceConfiguration)">
            <summary>
            Creates the specified DeviceConfiguration using POST.
            </summary>
            <param name="deviceConfigurationToCreate">The DeviceConfiguration to create.</param>
            <returns>The created DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfiguration using POST.
            </summary>
            <param name="deviceConfigurationToCreate">The DeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfiguration.
            </summary>
            <returns>The DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceConfiguration)">
            <summary>
            Updates the specified DeviceConfiguration using PATCH.
            </summary>
            <param name="deviceConfigurationToUpdate">The DeviceConfiguration to update.</param>
            <returns>The updated DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfiguration using PATCH.
            </summary>
            <param name="deviceConfigurationToUpdate">The DeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationRequestBuilder">
            <summary>
            The type DeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationRequestBuilder.DeviceStatuses">
            <summary>
            Gets the request builder for DeviceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationRequestBuilder.UserStatuses">
            <summary>
            Gets the request builder for UserStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationRequestBuilder.DeviceStatusOverview">
            <summary>
            Gets the request builder for DeviceStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationRequestBuilder.UserStatusOverview">
            <summary>
            Gets the request builder for UserStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationUserOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationRequestBuilder.DeviceSettingStateSummaries">
            <summary>
            Gets the request builder for DeviceSettingStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceConfigurationAssignment})">
            <summary>
            Gets the request builder for DeviceConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationStateRequest">
            <summary>
            The type DeviceConfigurationStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationStateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationState)">
            <summary>
            Creates the specified DeviceConfigurationState using POST.
            </summary>
            <param name="deviceConfigurationStateToCreate">The DeviceConfigurationState to create.</param>
            <returns>The created DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationState using POST.
            </summary>
            <param name="deviceConfigurationStateToCreate">The DeviceConfigurationState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationState.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationState.
            </summary>
            <returns>The DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationState)">
            <summary>
            Updates the specified DeviceConfigurationState using PATCH.
            </summary>
            <param name="deviceConfigurationStateToUpdate">The DeviceConfigurationState to update.</param>
            <returns>The updated DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationState using PATCH.
            </summary>
            <param name="deviceConfigurationStateToUpdate">The DeviceConfigurationState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationState)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationStateToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationState"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationStateRequestBuilder">
            <summary>
            The type DeviceConfigurationStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationStateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserOverviewRequest">
            <summary>
            The type DeviceConfigurationUserOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationUserOverviewRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationUserOverview)">
            <summary>
            Creates the specified DeviceConfigurationUserOverview using POST.
            </summary>
            <param name="deviceConfigurationUserOverviewToCreate">The DeviceConfigurationUserOverview to create.</param>
            <returns>The created DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationUserOverview using POST.
            </summary>
            <param name="deviceConfigurationUserOverviewToCreate">The DeviceConfigurationUserOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationUserOverview.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationUserOverview.
            </summary>
            <returns>The DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationUserOverview)">
            <summary>
            Updates the specified DeviceConfigurationUserOverview using PATCH.
            </summary>
            <param name="deviceConfigurationUserOverviewToUpdate">The DeviceConfigurationUserOverview to update.</param>
            <returns>The updated DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserOverview using PATCH.
            </summary>
            <param name="deviceConfigurationUserOverviewToUpdate">The DeviceConfigurationUserOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationUserOverview)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationUserOverviewToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationUserOverview"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserOverviewRequestBuilder">
            <summary>
            The type DeviceConfigurationUserOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationUserOverviewRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionPage">
            <summary>
            The type DeviceConfigurationUserStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest">
            <summary>
            The type DeviceConfigurationUserStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationUserStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationUserStatus)">
            <summary>
            Adds the specified DeviceConfigurationUserStatus to the collection via POST.
            </summary>
            <param name="deviceConfigurationUserStatus">The DeviceConfigurationUserStatus to add.</param>
            <returns>The created DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationUserStatus to the collection via POST.
            </summary>
            <param name="deviceConfigurationUserStatus">The DeviceConfigurationUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequestBuilder">
            <summary>
            The type DeviceConfigurationUserStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationUserStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder"/> for the specified DeviceConfigurationDeviceConfigurationUserStatus.
            </summary>
            <param name="id">The ID for the DeviceConfigurationDeviceConfigurationUserStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionResponse">
            <summary>
            The type DeviceConfigurationUserStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceConfigurationUserStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatusRequest">
            <summary>
            The type DeviceConfigurationUserStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceConfigurationUserStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationUserStatus)">
            <summary>
            Creates the specified DeviceConfigurationUserStatus using POST.
            </summary>
            <param name="deviceConfigurationUserStatusToCreate">The DeviceConfigurationUserStatus to create.</param>
            <returns>The created DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationUserStatus using POST.
            </summary>
            <param name="deviceConfigurationUserStatusToCreate">The DeviceConfigurationUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationUserStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationUserStatus.
            </summary>
            <returns>The DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationUserStatus)">
            <summary>
            Updates the specified DeviceConfigurationUserStatus using PATCH.
            </summary>
            <param name="deviceConfigurationUserStatusToUpdate">The DeviceConfigurationUserStatus to update.</param>
            <returns>The updated DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserStatus using PATCH.
            </summary>
            <param name="deviceConfigurationUserStatusToUpdate">The DeviceConfigurationUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceConfigurationUserStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceConfigurationUserStatusToInitialize">The <see cref="T:Microsoft.Graph.DeviceConfigurationUserStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceConfigurationUserStatusRequestBuilder">
            <summary>
            The type DeviceConfigurationUserStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceConfigurationUserStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceConfigurationUserStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionPage">
            <summary>
            The type DeviceEnrollmentConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest">
            <summary>
            The type DeviceEnrollmentConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentConfigurationAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.EnrollmentConfigurationAssignment)">
            <summary>
            Adds the specified EnrollmentConfigurationAssignment to the collection via POST.
            </summary>
            <param name="enrollmentConfigurationAssignment">The EnrollmentConfigurationAssignment to add.</param>
            <returns>The created EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EnrollmentConfigurationAssignment to the collection via POST.
            </summary>
            <param name="enrollmentConfigurationAssignment">The EnrollmentConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The type DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder"/> for the specified DeviceEnrollmentConfigurationEnrollmentConfigurationAssignment.
            </summary>
            <param name="id">The ID for the DeviceEnrollmentConfigurationEnrollmentConfigurationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionResponse">
            <summary>
            The type DeviceEnrollmentConfigurationAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest">
            <summary>
            The type DeviceEnrollmentConfigurationAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequestBuilder">
            <summary>
            The type DeviceEnrollmentConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.EnrollmentConfigurationAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="enrollmentConfigurationAssignments">A enrollmentConfigurationAssignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationRequest">
            <summary>
            The type DeviceEnrollmentConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentConfiguration)">
            <summary>
            Creates the specified DeviceEnrollmentConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentConfigurationToCreate">The DeviceEnrollmentConfiguration to create.</param>
            <returns>The created DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentConfigurationToCreate">The DeviceEnrollmentConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceEnrollmentConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.GetAsync">
            <summary>
            Gets the specified DeviceEnrollmentConfiguration.
            </summary>
            <returns>The DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentConfiguration)">
            <summary>
            Updates the specified DeviceEnrollmentConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentConfigurationToUpdate">The DeviceEnrollmentConfiguration to update.</param>
            <returns>The updated DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentConfigurationToUpdate">The DeviceEnrollmentConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceEnrollmentConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceEnrollmentConfigurationToInitialize">The <see cref="T:Microsoft.Graph.DeviceEnrollmentConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder">
            <summary>
            The type DeviceEnrollmentConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceEnrollmentConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder.SetPriority(System.Int32)">
            <summary>
            Gets the request builder for DeviceEnrollmentConfigurationSetPriority.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.EnrollmentConfigurationAssignment})">
            <summary>
            Gets the request builder for DeviceEnrollmentConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest">
            <summary>
            The type DeviceEnrollmentConfigurationSetPriorityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentConfigurationSetPriorityRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequestBuilder">
            <summary>
            The type DeviceEnrollmentConfigurationSetPriorityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="priority">A priority parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentConfigurationSetPriorityRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest">
            <summary>
            The type DeviceEnrollmentLimitConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentLimitConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration)">
            <summary>
            Creates the specified DeviceEnrollmentLimitConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToCreate">The DeviceEnrollmentLimitConfiguration to create.</param>
            <returns>The created DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentLimitConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToCreate">The DeviceEnrollmentLimitConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceEnrollmentLimitConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentLimitConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.GetAsync">
            <summary>
            Gets the specified DeviceEnrollmentLimitConfiguration.
            </summary>
            <returns>The DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentLimitConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration)">
            <summary>
            Updates the specified DeviceEnrollmentLimitConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToUpdate">The DeviceEnrollmentLimitConfiguration to update.</param>
            <returns>The updated DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentLimitConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToUpdate">The DeviceEnrollmentLimitConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceEnrollmentLimitConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToInitialize">The <see cref="T:Microsoft.Graph.DeviceEnrollmentLimitConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequestBuilder">
            <summary>
            The type DeviceEnrollmentLimitConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceEnrollmentLimitConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentLimitConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest">
            <summary>
            The type DeviceEnrollmentPlatformRestrictionsConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentPlatformRestrictionsConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration)">
            <summary>
            Creates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToCreate">The DeviceEnrollmentPlatformRestrictionsConfiguration to create.</param>
            <returns>The created DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToCreate">The DeviceEnrollmentPlatformRestrictionsConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceEnrollmentPlatformRestrictionsConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentPlatformRestrictionsConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.GetAsync">
            <summary>
            Gets the specified DeviceEnrollmentPlatformRestrictionsConfiguration.
            </summary>
            <returns>The DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentPlatformRestrictionsConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration)">
            <summary>
            Updates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToUpdate">The DeviceEnrollmentPlatformRestrictionsConfiguration to update.</param>
            <returns>The updated DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToUpdate">The DeviceEnrollmentPlatformRestrictionsConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToInitialize">The <see cref="T:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder">
            <summary>
            The type DeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest">
            <summary>
            The type DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration)">
            <summary>
            Creates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToCreate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to create.</param>
            <returns>The created DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using POST.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToCreate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.GetAsync">
            <summary>
            Gets the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration.
            </summary>
            <returns>The DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration)">
            <summary>
            Updates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToUpdate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to update.</param>
            <returns>The updated DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToUpdate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToInitialize">The <see cref="T:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder">
            <summary>
            The type DeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceExtensionsCollectionPage">
            <summary>
            The type DeviceExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceExtensionsCollectionRequest">
            <summary>
            The type DeviceExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceExtensionsCollectionRequestBuilder">
            <summary>
            The type DeviceExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified DeviceExtension.
            </summary>
            <param name="id">The ID for the DeviceExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceExtensionsCollectionResponse">
            <summary>
            The type DeviceExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceInstallStateRequest">
            <summary>
            The type DeviceInstallStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceInstallStateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.CreateAsync(Microsoft.Graph.DeviceInstallState)">
            <summary>
            Creates the specified DeviceInstallState using POST.
            </summary>
            <param name="deviceInstallStateToCreate">The DeviceInstallState to create.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.CreateAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceInstallState using POST.
            </summary>
            <param name="deviceInstallStateToCreate">The DeviceInstallState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceInstallState.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceInstallState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.GetAsync">
            <summary>
            Gets the specified DeviceInstallState.
            </summary>
            <returns>The DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceInstallState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.UpdateAsync(Microsoft.Graph.DeviceInstallState)">
            <summary>
            Updates the specified DeviceInstallState using PATCH.
            </summary>
            <param name="deviceInstallStateToUpdate">The DeviceInstallState to update.</param>
            <returns>The updated DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.UpdateAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceInstallState using PATCH.
            </summary>
            <param name="deviceInstallStateToUpdate">The DeviceInstallState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceInstallState)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceInstallStateToInitialize">The <see cref="T:Microsoft.Graph.DeviceInstallState"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceInstallStateRequestBuilder">
            <summary>
            The type DeviceInstallStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceInstallStateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceInstallStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDetectedAppsCollectionPage">
            <summary>
            The type DeviceManagementDetectedAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDetectedAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest">
            <summary>
            The type DeviceManagementDetectedAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDetectedAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.AddAsync(Microsoft.Graph.DetectedApp)">
            <summary>
            Adds the specified DetectedApp to the collection via POST.
            </summary>
            <param name="detectedApp">The DetectedApp to add.</param>
            <returns>The created DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.AddAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DetectedApp to the collection via POST.
            </summary>
            <param name="detectedApp">The DetectedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDetectedAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDetectedAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDetectedAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDetectedAppRequestBuilder"/> for the specified DeviceManagementDetectedApp.
            </summary>
            <param name="id">The ID for the DeviceManagementDetectedApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDetectedAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDetectedAppsCollectionResponse">
            <summary>
            The type DeviceManagementDetectedAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDetectedAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDetectedAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionPage">
            <summary>
            The type DeviceManagementDeviceCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest">
            <summary>
            The type DeviceManagementDeviceCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDeviceCategoriesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCategory)">
            <summary>
            Adds the specified DeviceCategory to the collection via POST.
            </summary>
            <param name="deviceCategory">The DeviceCategory to add.</param>
            <returns>The created DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCategory to the collection via POST.
            </summary>
            <param name="deviceCategory">The DeviceCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDeviceCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDeviceCategoriesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCategoryRequestBuilder"/> for the specified DeviceManagementDeviceCategory.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionResponse">
            <summary>
            The type DeviceManagementDeviceCategoriesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCategoriesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionPage">
            <summary>
            The type DeviceManagementDeviceCompliancePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest">
            <summary>
            The type DeviceManagementDeviceCompliancePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDeviceCompliancePoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicy)">
            <summary>
            Adds the specified DeviceCompliancePolicy to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicy">The DeviceCompliancePolicy to add.</param>
            <returns>The created DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicy to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicy">The DeviceCompliancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder"/> for the specified DeviceManagementDeviceCompliancePolicy.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceCompliancePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionResponse">
            <summary>
            The type DeviceManagementDeviceCompliancePoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage">
            <summary>
            The type DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest">
            <summary>
            The type DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary)">
            <summary>
            Adds the specified DeviceCompliancePolicySettingStateSummary to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummary">The DeviceCompliancePolicySettingStateSummary to add.</param>
            <returns>The created DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicySettingStateSummary to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummary">The DeviceCompliancePolicySettingStateSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder"/> for the specified DeviceManagementDeviceCompliancePolicySettingStateSummary.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceCompliancePolicySettingStateSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionResponse">
            <summary>
            The type DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionPage">
            <summary>
            The type DeviceManagementDeviceConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest">
            <summary>
            The type DeviceManagementDeviceConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDeviceConfigurationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfiguration)">
            <summary>
            Adds the specified DeviceConfiguration to the collection via POST.
            </summary>
            <param name="deviceConfiguration">The DeviceConfiguration to add.</param>
            <returns>The created DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfiguration to the collection via POST.
            </summary>
            <param name="deviceConfiguration">The DeviceConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDeviceConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDeviceConfigurationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationRequestBuilder"/> for the specified DeviceManagementDeviceConfiguration.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionResponse">
            <summary>
            The type DeviceManagementDeviceConfigurationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceConfigurationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionPage">
            <summary>
            The type DeviceManagementDeviceEnrollmentConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest">
            <summary>
            The type DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceEnrollmentConfiguration)">
            <summary>
            Adds the specified DeviceEnrollmentConfiguration to the collection via POST.
            </summary>
            <param name="deviceEnrollmentConfiguration">The DeviceEnrollmentConfiguration to add.</param>
            <returns>The created DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceEnrollmentConfiguration to the collection via POST.
            </summary>
            <param name="deviceEnrollmentConfiguration">The DeviceEnrollmentConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder"/> for the specified DeviceManagementDeviceEnrollmentConfiguration.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceEnrollmentConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionResponse">
            <summary>
            The type DeviceManagementDeviceEnrollmentConfigurationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceEnrollmentConfigurationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionPage">
            <summary>
            The type DeviceManagementDeviceManagementPartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest">
            <summary>
            The type DeviceManagementDeviceManagementPartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementDeviceManagementPartnersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementPartner)">
            <summary>
            Adds the specified DeviceManagementPartner to the collection via POST.
            </summary>
            <param name="deviceManagementPartner">The DeviceManagementPartner to add.</param>
            <returns>The created DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementPartner to the collection via POST.
            </summary>
            <param name="deviceManagementPartner">The DeviceManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequestBuilder">
            <summary>
            The type DeviceManagementDeviceManagementPartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementDeviceManagementPartnersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder"/> for the specified DeviceManagementDeviceManagementPartner.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceManagementPartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionResponse">
            <summary>
            The type DeviceManagementDeviceManagementPartnersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementDeviceManagementPartnersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorRequest">
            <summary>
            The type DeviceManagementExchangeConnectorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementExchangeConnectorRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.CreateAsync(Microsoft.Graph.DeviceManagementExchangeConnector)">
            <summary>
            Creates the specified DeviceManagementExchangeConnector using POST.
            </summary>
            <param name="deviceManagementExchangeConnectorToCreate">The DeviceManagementExchangeConnector to create.</param>
            <returns>The created DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.CreateAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementExchangeConnector using POST.
            </summary>
            <param name="deviceManagementExchangeConnectorToCreate">The DeviceManagementExchangeConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceManagementExchangeConnector.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementExchangeConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.GetAsync">
            <summary>
            Gets the specified DeviceManagementExchangeConnector.
            </summary>
            <returns>The DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementExchangeConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.UpdateAsync(Microsoft.Graph.DeviceManagementExchangeConnector)">
            <summary>
            Updates the specified DeviceManagementExchangeConnector using PATCH.
            </summary>
            <param name="deviceManagementExchangeConnectorToUpdate">The DeviceManagementExchangeConnector to update.</param>
            <returns>The updated DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.UpdateAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExchangeConnector using PATCH.
            </summary>
            <param name="deviceManagementExchangeConnectorToUpdate">The DeviceManagementExchangeConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceManagementExchangeConnector)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceManagementExchangeConnectorToInitialize">The <see cref="T:Microsoft.Graph.DeviceManagementExchangeConnector"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorRequestBuilder">
            <summary>
            The type DeviceManagementExchangeConnectorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementExchangeConnectorRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorRequestBuilder.Sync(Microsoft.Graph.DeviceManagementExchangeConnectorSyncType)">
            <summary>
            Gets the request builder for DeviceManagementExchangeConnectorSync.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionPage">
            <summary>
            The type DeviceManagementExchangeConnectorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest">
            <summary>
            The type DeviceManagementExchangeConnectorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementExchangeConnectorsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementExchangeConnector)">
            <summary>
            Adds the specified DeviceManagementExchangeConnector to the collection via POST.
            </summary>
            <param name="deviceManagementExchangeConnector">The DeviceManagementExchangeConnector to add.</param>
            <returns>The created DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementExchangeConnector to the collection via POST.
            </summary>
            <param name="deviceManagementExchangeConnector">The DeviceManagementExchangeConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementExchangeConnectorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementExchangeConnectorsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder"/> for the specified DeviceManagementDeviceManagementExchangeConnector.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceManagementExchangeConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionResponse">
            <summary>
            The type DeviceManagementExchangeConnectorsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnectorsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest">
            <summary>
            The type DeviceManagementExchangeConnectorSyncRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementExchangeConnectorSyncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequestBuilder">
            <summary>
            The type DeviceManagementExchangeConnectorSyncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.DeviceManagementExchangeConnectorSyncType)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="syncType">A syncType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementExchangeConnectorSyncRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementGetEffectivePermissionsCollectionPage">
            <summary>
            The type DeviceManagementGetEffectivePermissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementGetEffectivePermissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementGetEffectivePermissionsCollectionResponse">
            <summary>
            The type DeviceManagementGetEffectivePermissionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementGetEffectivePermissionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementGetEffectivePermissionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest">
            <summary>
            The type DeviceManagementGetEffectivePermissionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementGetEffectivePermissionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequestBuilder">
            <summary>
            The type DeviceManagementGetEffectivePermissionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="scope">A scope parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementGetEffectivePermissionsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionPage">
            <summary>
            The type DeviceManagementIosUpdateStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest">
            <summary>
            The type DeviceManagementIosUpdateStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementIosUpdateStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.AddAsync(Microsoft.Graph.IosUpdateDeviceStatus)">
            <summary>
            Adds the specified IosUpdateDeviceStatus to the collection via POST.
            </summary>
            <param name="iosUpdateDeviceStatus">The IosUpdateDeviceStatus to add.</param>
            <returns>The created IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.AddAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IosUpdateDeviceStatus to the collection via POST.
            </summary>
            <param name="iosUpdateDeviceStatus">The IosUpdateDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementIosUpdateStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementIosUpdateStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder"/> for the specified DeviceManagementIosUpdateDeviceStatus.
            </summary>
            <param name="id">The ID for the DeviceManagementIosUpdateDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionResponse">
            <summary>
            The type DeviceManagementIosUpdateStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementIosUpdateStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementManagedDevicesCollectionPage">
            <summary>
            The type DeviceManagementManagedDevicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementManagedDevicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest">
            <summary>
            The type DeviceManagementManagedDevicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementManagedDevicesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDevice)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementManagedDevicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementManagedDevicesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementManagedDevicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/> for the specified DeviceManagementManagedDevice.
            </summary>
            <param name="id">The ID for the DeviceManagementManagedDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementManagedDevicesCollectionResponse">
            <summary>
            The type DeviceManagementManagedDevicesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementManagedDevicesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementManagedDevicesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionPage">
            <summary>
            The type DeviceManagementMobileThreatDefenseConnectorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest">
            <summary>
            The type DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.AddAsync(Microsoft.Graph.MobileThreatDefenseConnector)">
            <summary>
            Adds the specified MobileThreatDefenseConnector to the collection via POST.
            </summary>
            <param name="mobileThreatDefenseConnector">The MobileThreatDefenseConnector to add.</param>
            <returns>The created MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.AddAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileThreatDefenseConnector to the collection via POST.
            </summary>
            <param name="mobileThreatDefenseConnector">The MobileThreatDefenseConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder"/> for the specified DeviceManagementMobileThreatDefenseConnector.
            </summary>
            <param name="id">The ID for the DeviceManagementMobileThreatDefenseConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionResponse">
            <summary>
            The type DeviceManagementMobileThreatDefenseConnectorsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementMobileThreatDefenseConnectorsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionPage">
            <summary>
            The type DeviceManagementNotificationMessageTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest">
            <summary>
            The type DeviceManagementNotificationMessageTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementNotificationMessageTemplatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.AddAsync(Microsoft.Graph.NotificationMessageTemplate)">
            <summary>
            Adds the specified NotificationMessageTemplate to the collection via POST.
            </summary>
            <param name="notificationMessageTemplate">The NotificationMessageTemplate to add.</param>
            <returns>The created NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.AddAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified NotificationMessageTemplate to the collection via POST.
            </summary>
            <param name="notificationMessageTemplate">The NotificationMessageTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.INotificationMessageTemplateRequestBuilder"/> for the specified DeviceManagementNotificationMessageTemplate.
            </summary>
            <param name="id">The ID for the DeviceManagementNotificationMessageTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.INotificationMessageTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionResponse">
            <summary>
            The type DeviceManagementNotificationMessageTemplatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementNotificationMessageTemplatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementPartnerRequest">
            <summary>
            The type DeviceManagementPartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementPartnerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.CreateAsync(Microsoft.Graph.DeviceManagementPartner)">
            <summary>
            Creates the specified DeviceManagementPartner using POST.
            </summary>
            <param name="deviceManagementPartnerToCreate">The DeviceManagementPartner to create.</param>
            <returns>The created DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.CreateAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementPartner using POST.
            </summary>
            <param name="deviceManagementPartnerToCreate">The DeviceManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceManagementPartner.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.GetAsync">
            <summary>
            Gets the specified DeviceManagementPartner.
            </summary>
            <returns>The DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.UpdateAsync(Microsoft.Graph.DeviceManagementPartner)">
            <summary>
            Updates the specified DeviceManagementPartner using PATCH.
            </summary>
            <param name="deviceManagementPartnerToUpdate">The DeviceManagementPartner to update.</param>
            <returns>The updated DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.UpdateAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementPartner using PATCH.
            </summary>
            <param name="deviceManagementPartnerToUpdate">The DeviceManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceManagementPartner)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceManagementPartnerToInitialize">The <see cref="T:Microsoft.Graph.DeviceManagementPartner"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementPartnerRequestBuilder">
            <summary>
            The type DeviceManagementPartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementPartnerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementPartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionPage">
            <summary>
            The type DeviceManagementRemoteAssistancePartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest">
            <summary>
            The type DeviceManagementRemoteAssistancePartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementRemoteAssistancePartnersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.AddAsync(Microsoft.Graph.RemoteAssistancePartner)">
            <summary>
            Adds the specified RemoteAssistancePartner to the collection via POST.
            </summary>
            <param name="remoteAssistancePartner">The RemoteAssistancePartner to add.</param>
            <returns>The created RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.AddAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RemoteAssistancePartner to the collection via POST.
            </summary>
            <param name="remoteAssistancePartner">The RemoteAssistancePartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder">
            <summary>
            The type DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder"/> for the specified DeviceManagementRemoteAssistancePartner.
            </summary>
            <param name="id">The ID for the DeviceManagementRemoteAssistancePartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionResponse">
            <summary>
            The type DeviceManagementRemoteAssistancePartnersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRemoteAssistancePartnersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRequest">
            <summary>
            The type DeviceManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.CreateAsync(Microsoft.Graph.DeviceManagement)">
            <summary>
            Creates the specified DeviceManagement using POST.
            </summary>
            <param name="deviceManagementToCreate">The DeviceManagement to create.</param>
            <returns>The created DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.CreateAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagement using POST.
            </summary>
            <param name="deviceManagementToCreate">The DeviceManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceManagement.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.GetAsync">
            <summary>
            Gets the specified DeviceManagement.
            </summary>
            <returns>The DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.UpdateAsync(Microsoft.Graph.DeviceManagement)">
            <summary>
            Updates the specified DeviceManagement using PATCH.
            </summary>
            <param name="deviceManagementToUpdate">The DeviceManagement to update.</param>
            <returns>The updated DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.UpdateAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagement using PATCH.
            </summary>
            <param name="deviceManagementToUpdate">The DeviceManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceManagement)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceManagementToInitialize">The <see cref="T:Microsoft.Graph.DeviceManagement"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRequestBuilder">
            <summary>
            The type DeviceManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.TermsAndConditions">
            <summary>
            Gets the request builder for TermsAndConditions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ApplePushNotificationCertificate">
            <summary>
            Gets the request builder for ApplePushNotificationCertificate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplePushNotificationCertificateRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ManagedDeviceOverview">
            <summary>
            Gets the request builder for ManagedDeviceOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DetectedApps">
            <summary>
            Gets the request builder for DetectedApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ManagedDevices">
            <summary>
            Gets the request builder for ManagedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceConfigurations">
            <summary>
            Gets the request builder for DeviceConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceCompliancePolicies">
            <summary>
            Gets the request builder for DeviceCompliancePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.SoftwareUpdateStatusSummary">
            <summary>
            Gets the request builder for SoftwareUpdateStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceCompliancePolicyDeviceStateSummary">
            <summary>
            Gets the request builder for DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceCompliancePolicySettingStateSummaries">
            <summary>
            Gets the request builder for DeviceCompliancePolicySettingStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceConfigurationDeviceStateSummaries">
            <summary>
            Gets the request builder for DeviceConfigurationDeviceStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.IosUpdateStatuses">
            <summary>
            Gets the request builder for IosUpdateStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceCategories">
            <summary>
            Gets the request builder for DeviceCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ExchangeConnectors">
            <summary>
            Gets the request builder for ExchangeConnectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceEnrollmentConfigurations">
            <summary>
            Gets the request builder for DeviceEnrollmentConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ConditionalAccessSettings">
            <summary>
            Gets the request builder for ConditionalAccessSettings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.MobileThreatDefenseConnectors">
            <summary>
            Gets the request builder for MobileThreatDefenseConnectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.DeviceManagementPartners">
            <summary>
            Gets the request builder for DeviceManagementPartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.NotificationMessageTemplates">
            <summary>
            Gets the request builder for NotificationMessageTemplates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.RoleDefinitions">
            <summary>
            Gets the request builder for RoleDefinitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.RoleAssignments">
            <summary>
            Gets the request builder for RoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.ResourceOperations">
            <summary>
            Gets the request builder for ResourceOperations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.TelecomExpenseManagementPartners">
            <summary>
            Gets the request builder for TelecomExpenseManagementPartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.RemoteAssistancePartners">
            <summary>
            Gets the request builder for RemoteAssistancePartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.WindowsInformationProtectionAppLearningSummaries">
            <summary>
            Gets the request builder for WindowsInformationProtectionAppLearningSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.WindowsInformationProtectionNetworkLearningSummaries">
            <summary>
            Gets the request builder for WindowsInformationProtectionNetworkLearningSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRequestBuilder.TroubleshootingEvents">
            <summary>
            Gets the request builder for TroubleshootingEvents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequestBuilder.VerifyWindowsEnrollmentAutoDiscovery(System.String)">
            <summary>
            Gets the request builder for DeviceManagementVerifyWindowsEnrollmentAutoDiscovery.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRequestBuilder.GetEffectivePermissions(System.String)">
            <summary>
            Gets the request builder for DeviceManagementGetEffectivePermissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementResourceOperationsCollectionPage">
            <summary>
            The type DeviceManagementResourceOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementResourceOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest">
            <summary>
            The type DeviceManagementResourceOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementResourceOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.AddAsync(Microsoft.Graph.ResourceOperation)">
            <summary>
            Adds the specified ResourceOperation to the collection via POST.
            </summary>
            <param name="resourceOperation">The ResourceOperation to add.</param>
            <returns>The created ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.AddAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceOperation to the collection via POST.
            </summary>
            <param name="resourceOperation">The ResourceOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementResourceOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementResourceOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementResourceOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IResourceOperationRequestBuilder"/> for the specified DeviceManagementResourceOperation.
            </summary>
            <param name="id">The ID for the DeviceManagementResourceOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IResourceOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementResourceOperationsCollectionResponse">
            <summary>
            The type DeviceManagementResourceOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementResourceOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementResourceOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionPage">
            <summary>
            The type DeviceManagementRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest">
            <summary>
            The type DeviceManagementRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementRoleAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment)">
            <summary>
            Adds the specified DeviceAndAppManagementRoleAssignment to the collection via POST.
            </summary>
            <param name="deviceAndAppManagementRoleAssignment">The DeviceAndAppManagementRoleAssignment to add.</param>
            <returns>The created DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceAndAppManagementRoleAssignment to the collection via POST.
            </summary>
            <param name="deviceAndAppManagementRoleAssignment">The DeviceAndAppManagementRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementRoleAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder"/> for the specified DeviceManagementDeviceAndAppManagementRoleAssignment.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceAndAppManagementRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionResponse">
            <summary>
            The type DeviceManagementRoleAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionPage">
            <summary>
            The type DeviceManagementRoleDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest">
            <summary>
            The type DeviceManagementRoleDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementRoleDefinitionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.RoleDefinition)">
            <summary>
            Adds the specified RoleDefinition to the collection via POST.
            </summary>
            <param name="roleDefinition">The RoleDefinition to add.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RoleDefinition to the collection via POST.
            </summary>
            <param name="roleDefinition">The RoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementRoleDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementRoleDefinitionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRoleDefinitionRequestBuilder"/> for the specified DeviceManagementRoleDefinition.
            </summary>
            <param name="id">The ID for the DeviceManagementRoleDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionResponse">
            <summary>
            The type DeviceManagementRoleDefinitionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementRoleDefinitionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionPage">
            <summary>
            The type DeviceManagementTelecomExpenseManagementPartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest">
            <summary>
            The type DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.TelecomExpenseManagementPartner)">
            <summary>
            Adds the specified TelecomExpenseManagementPartner to the collection via POST.
            </summary>
            <param name="telecomExpenseManagementPartner">The TelecomExpenseManagementPartner to add.</param>
            <returns>The created TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TelecomExpenseManagementPartner to the collection via POST.
            </summary>
            <param name="telecomExpenseManagementPartner">The TelecomExpenseManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder">
            <summary>
            The type DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder"/> for the specified DeviceManagementTelecomExpenseManagementPartner.
            </summary>
            <param name="id">The ID for the DeviceManagementTelecomExpenseManagementPartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionResponse">
            <summary>
            The type DeviceManagementTelecomExpenseManagementPartnersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTelecomExpenseManagementPartnersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionPage">
            <summary>
            The type DeviceManagementTermsAndConditionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest">
            <summary>
            The type DeviceManagementTermsAndConditionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementTermsAndConditionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditions)">
            <summary>
            Adds the specified TermsAndConditions to the collection via POST.
            </summary>
            <param name="termsAndConditions">The TermsAndConditions to add.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditions to the collection via POST.
            </summary>
            <param name="termsAndConditions">The TermsAndConditions to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementTermsAndConditionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementTermsAndConditionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITermsAndConditionsRequestBuilder"/> for the specified DeviceManagementTermsAndConditions.
            </summary>
            <param name="id">The ID for the DeviceManagementTermsAndConditions.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionResponse">
            <summary>
            The type DeviceManagementTermsAndConditionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTermsAndConditionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest">
            <summary>
            The type DeviceManagementTroubleshootingEventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementTroubleshootingEventRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.CreateAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent)">
            <summary>
            Creates the specified DeviceManagementTroubleshootingEvent using POST.
            </summary>
            <param name="deviceManagementTroubleshootingEventToCreate">The DeviceManagementTroubleshootingEvent to create.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.CreateAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementTroubleshootingEvent using POST.
            </summary>
            <param name="deviceManagementTroubleshootingEventToCreate">The DeviceManagementTroubleshootingEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.GetAsync">
            <summary>
            Gets the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <returns>The DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.UpdateAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent)">
            <summary>
            Updates the specified DeviceManagementTroubleshootingEvent using PATCH.
            </summary>
            <param name="deviceManagementTroubleshootingEventToUpdate">The DeviceManagementTroubleshootingEvent to update.</param>
            <returns>The updated DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.UpdateAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementTroubleshootingEvent using PATCH.
            </summary>
            <param name="deviceManagementTroubleshootingEventToUpdate">The DeviceManagementTroubleshootingEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequest.InitializeCollectionProperties(Microsoft.Graph.DeviceManagementTroubleshootingEvent)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceManagementTroubleshootingEventToInitialize">The <see cref="T:Microsoft.Graph.DeviceManagementTroubleshootingEvent"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEventRequestBuilder">
            <summary>
            The type DeviceManagementTroubleshootingEventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementTroubleshootingEventRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionPage">
            <summary>
            The type DeviceManagementTroubleshootingEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest">
            <summary>
            The type DeviceManagementTroubleshootingEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementTroubleshootingEventsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequestBuilder">
            <summary>
            The type DeviceManagementTroubleshootingEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementTroubleshootingEventsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/> for the specified DeviceManagementDeviceManagementTroubleshootingEvent.
            </summary>
            <param name="id">The ID for the DeviceManagementDeviceManagementTroubleshootingEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionResponse">
            <summary>
            The type DeviceManagementTroubleshootingEventsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementTroubleshootingEventsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest">
            <summary>
            The type DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder">
            <summary>
            The type DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="domainName">A domainName parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage">
            <summary>
            The type DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest">
            <summary>
            The type DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLearningSummary to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummary">The WindowsInformationProtectionAppLearningSummary to add.</param>
            <returns>The created WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLearningSummary to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummary">The WindowsInformationProtectionAppLearningSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder"/> for the specified DeviceManagementWindowsInformationProtectionAppLearningSummary.
            </summary>
            <param name="id">The ID for the DeviceManagementWindowsInformationProtectionAppLearningSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionResponse">
            <summary>
            The type DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage">
            <summary>
            The type DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest">
            <summary>
            The type DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary)">
            <summary>
            Adds the specified WindowsInformationProtectionNetworkLearningSummary to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummary">The WindowsInformationProtectionNetworkLearningSummary to add.</param>
            <returns>The created WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionNetworkLearningSummary to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummary">The WindowsInformationProtectionNetworkLearningSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder">
            <summary>
            The type DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder"/> for the specified DeviceManagementWindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <param name="id">The ID for the DeviceManagementWindowsInformationProtectionNetworkLearningSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionResponse">
            <summary>
            The type DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequest">
            <summary>
            The type DeviceRegisteredOwnersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceRegisteredOwnersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequestBuilder">
            <summary>
            The type DeviceRegisteredOwnersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceRegisteredOwnersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesPage">
            <summary>
            The type DeviceRegisteredOwnersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest">
            <summary>
            The type DeviceRegisteredOwnersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceRegisteredOwnersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder">
            <summary>
            The type DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DeviceDirectoryObject.
            </summary>
            <param name="id">The ID for the DeviceDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesResponse">
            <summary>
            The type DeviceRegisteredOwnersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredOwnersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequest">
            <summary>
            The type DeviceRegisteredUsersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceRegisteredUsersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequestBuilder">
            <summary>
            The type DeviceRegisteredUsersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceRegisteredUsersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesPage">
            <summary>
            The type DeviceRegisteredUsersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest">
            <summary>
            The type DeviceRegisteredUsersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceRegisteredUsersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequestBuilder">
            <summary>
            The type DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DeviceDirectoryObject.
            </summary>
            <param name="id">The ID for the DeviceDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesResponse">
            <summary>
            The type DeviceRegisteredUsersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DeviceRegisteredUsersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DeviceRequest">
            <summary>
            The type DeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DeviceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.CreateAsync(Microsoft.Graph.Device)">
            <summary>
            Creates the specified Device using POST.
            </summary>
            <param name="deviceToCreate">The Device to create.</param>
            <returns>The created Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.CreateAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Device using POST.
            </summary>
            <param name="deviceToCreate">The Device to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.DeleteAsync">
            <summary>
            Deletes the specified Device.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Device.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.GetAsync">
            <summary>
            Gets the specified Device.
            </summary>
            <returns>The Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Device.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.UpdateAsync(Microsoft.Graph.Device)">
            <summary>
            Updates the specified Device using PATCH.
            </summary>
            <param name="deviceToUpdate">The Device to update.</param>
            <returns>The updated Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.UpdateAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Device using PATCH.
            </summary>
            <param name="deviceToUpdate">The Device to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequest.InitializeCollectionProperties(Microsoft.Graph.Device)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="deviceToInitialize">The <see cref="T:Microsoft.Graph.Device"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DeviceRequestBuilder">
            <summary>
            The type DeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DeviceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRequestBuilder.RegisteredOwners">
            <summary>
            Gets the request builder for RegisteredOwners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRequestBuilder.RegisteredUsers">
            <summary>
            Gets the request builder for RegisteredUsers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DeviceRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryDeletedItemsCollectionPage">
            <summary>
            The type DirectoryDeletedItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryDeletedItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest">
            <summary>
            The type DirectoryDeletedItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryDeletedItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder">
            <summary>
            The type DirectoryDeletedItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryDeletedItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified DirectoryDirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryDeletedItemsCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryDeletedItemsCollectionResponse">
            <summary>
            The type DirectoryDeletedItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryDeletedItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryDeletedItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberGroupsCollectionPage">
            <summary>
            The type DirectoryObjectCheckMemberGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberGroupsCollectionResponse">
            <summary>
            The type DirectoryObjectCheckMemberGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest">
            <summary>
            The type DirectoryObjectCheckMemberGroupsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectCheckMemberGroupsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequestBuilder">
            <summary>
            The type DirectoryObjectCheckMemberGroupsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="groupIds">A groupIds parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectCheckMemberGroupsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetByIdsCollectionPage">
            <summary>
            The type DirectoryObjectGetByIdsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetByIdsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetByIdsCollectionResponse">
            <summary>
            The type DirectoryObjectGetByIdsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetByIdsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetByIdsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetByIdsRequest">
            <summary>
            The type DirectoryObjectGetByIdsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectGetByIdsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetByIdsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetByIdsRequestBuilder">
            <summary>
            The type DirectoryObjectGetByIdsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryObjectGetByIdsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="ids">A ids parameter for the OData method call.</param>
            <param name="types">A types parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetByIdsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberGroupsCollectionPage">
            <summary>
            The type DirectoryObjectGetMemberGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberGroupsCollectionResponse">
            <summary>
            The type DirectoryObjectGetMemberGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest">
            <summary>
            The type DirectoryObjectGetMemberGroupsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectGetMemberGroupsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequestBuilder">
            <summary>
            The type DirectoryObjectGetMemberGroupsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="securityEnabledOnly">A securityEnabledOnly parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberGroupsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberObjectsCollectionPage">
            <summary>
            The type DirectoryObjectGetMemberObjectsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberObjectsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberObjectsCollectionResponse">
            <summary>
            The type DirectoryObjectGetMemberObjectsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberObjectsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberObjectsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest">
            <summary>
            The type DirectoryObjectGetMemberObjectsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectGetMemberObjectsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequestBuilder">
            <summary>
            The type DirectoryObjectGetMemberObjectsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="securityEnabledOnly">A securityEnabledOnly parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectGetMemberObjectsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectReferenceRequest">
            <summary>
            The type DirectoryObjectReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified DirectoryObject reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified DirectoryObject reference.
            </summary>
            <param name="id">The DirectoryObject reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified DirectoryObject reference.
            </summary>
            <param name="id">The DirectoryObject reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectReferenceRequestBuilder">
            <summary>
            The type DirectoryObjectReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryObjectReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectRequest">
            <summary>
            The type DirectoryObjectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.CreateAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Creates the specified DirectoryObject using POST.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.CreateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObject using POST.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.DeleteAsync">
            <summary>
            Deletes the specified DirectoryObject.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.GetAsync">
            <summary>
            Gets the specified DirectoryObject.
            </summary>
            <returns>The DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.UpdateAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Updates the specified DirectoryObject using PATCH.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <returns>The updated DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.UpdateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PATCH.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequest.InitializeCollectionProperties(Microsoft.Graph.DirectoryObject)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="directoryObjectToInitialize">The <see cref="T:Microsoft.Graph.DirectoryObject"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectRequestBuilder">
            <summary>
            The type DirectoryObjectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryObjectRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.CheckMemberGroups(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectCheckMemberGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.GetMemberGroups(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetMemberGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.GetMemberObjects(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetMemberObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRequestBuilder.Restore">
            <summary>
            Gets the request builder for DirectoryObjectRestore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRestoreRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectRestoreRequest">
            <summary>
            The type DirectoryObjectRestoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectRestoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectRestoreRequestBuilder">
            <summary>
            The type DirectoryObjectRestoreRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DirectoryObjectRestoreRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectRestoreRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectWithReferenceRequest">
            <summary>
            The type DirectoryObjectWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryObjectWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified DirectoryObject.
            </summary>
            <returns>The DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.CreateAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Creates the specified DirectoryObject using POST.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.CreateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObject using POST.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.UpdateAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Updates the specified DirectoryObject using PATCH.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <returns>The updated DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.UpdateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PATCH.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified DirectoryObject.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryObjectWithReferenceRequestBuilder">
            <summary>
            The type DirectoryObjectWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryObjectWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryObjectWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryObjectWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the directoryObject.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRequest">
            <summary>
            The type DirectoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.CreateAsync(Microsoft.Graph.Directory)">
            <summary>
            Creates the specified Directory using POST.
            </summary>
            <param name="directoryToCreate">The Directory to create.</param>
            <returns>The created Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.CreateAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Directory using POST.
            </summary>
            <param name="directoryToCreate">The Directory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.DeleteAsync">
            <summary>
            Deletes the specified Directory.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Directory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.GetAsync">
            <summary>
            Gets the specified Directory.
            </summary>
            <returns>The Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Directory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.UpdateAsync(Microsoft.Graph.Directory)">
            <summary>
            Updates the specified Directory using PATCH.
            </summary>
            <param name="directoryToUpdate">The Directory to update.</param>
            <returns>The updated Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.UpdateAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Directory using PATCH.
            </summary>
            <param name="directoryToUpdate">The Directory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Directory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Directory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequest.InitializeCollectionProperties(Microsoft.Graph.Directory)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="directoryToInitialize">The <see cref="T:Microsoft.Graph.Directory"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRequestBuilder">
            <summary>
            The type DirectoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRequestBuilder.DeletedItems">
            <summary>
            Gets the request builder for DeletedItems.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequest">
            <summary>
            The type DirectoryRoleMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryRoleMembersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequestBuilder">
            <summary>
            The type DirectoryRoleMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryRoleMembersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesPage">
            <summary>
            The type DirectoryRoleMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest">
            <summary>
            The type DirectoryRoleMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryRoleMembersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The type DirectoryRoleMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryRoleMembersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryRoleDirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryRoleDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesResponse">
            <summary>
            The type DirectoryRoleMembersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleMembersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleRequest">
            <summary>
            The type DirectoryRoleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryRoleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.CreateAsync(Microsoft.Graph.DirectoryRole)">
            <summary>
            Creates the specified DirectoryRole using POST.
            </summary>
            <param name="directoryRoleToCreate">The DirectoryRole to create.</param>
            <returns>The created DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.CreateAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryRole using POST.
            </summary>
            <param name="directoryRoleToCreate">The DirectoryRole to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.DeleteAsync">
            <summary>
            Deletes the specified DirectoryRole.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryRole.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.GetAsync">
            <summary>
            Gets the specified DirectoryRole.
            </summary>
            <returns>The DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryRole.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.UpdateAsync(Microsoft.Graph.DirectoryRole)">
            <summary>
            Updates the specified DirectoryRole using PATCH.
            </summary>
            <param name="directoryRoleToUpdate">The DirectoryRole to update.</param>
            <returns>The updated DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.UpdateAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRole using PATCH.
            </summary>
            <param name="directoryRoleToUpdate">The DirectoryRole to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequest.InitializeCollectionProperties(Microsoft.Graph.DirectoryRole)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="directoryRoleToInitialize">The <see cref="T:Microsoft.Graph.DirectoryRole"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleRequestBuilder">
            <summary>
            The type DirectoryRoleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryRoleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DirectoryRoleRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleTemplateRequest">
            <summary>
            The type DirectoryRoleTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DirectoryRoleTemplateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.CreateAsync(Microsoft.Graph.DirectoryRoleTemplate)">
            <summary>
            Creates the specified DirectoryRoleTemplate using POST.
            </summary>
            <param name="directoryRoleTemplateToCreate">The DirectoryRoleTemplate to create.</param>
            <returns>The created DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.CreateAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryRoleTemplate using POST.
            </summary>
            <param name="directoryRoleTemplateToCreate">The DirectoryRoleTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.DeleteAsync">
            <summary>
            Deletes the specified DirectoryRoleTemplate.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryRoleTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.GetAsync">
            <summary>
            Gets the specified DirectoryRoleTemplate.
            </summary>
            <returns>The DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryRoleTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.UpdateAsync(Microsoft.Graph.DirectoryRoleTemplate)">
            <summary>
            Updates the specified DirectoryRoleTemplate using PATCH.
            </summary>
            <param name="directoryRoleTemplateToUpdate">The DirectoryRoleTemplate to update.</param>
            <returns>The updated DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.UpdateAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRoleTemplate using PATCH.
            </summary>
            <param name="directoryRoleTemplateToUpdate">The DirectoryRoleTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequest.InitializeCollectionProperties(Microsoft.Graph.DirectoryRoleTemplate)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="directoryRoleTemplateToInitialize">The <see cref="T:Microsoft.Graph.DirectoryRoleTemplate"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DirectoryRoleTemplateRequestBuilder">
            <summary>
            The type DirectoryRoleTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DirectoryRoleTemplateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DirectoryRoleTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsCnameRecordRequest">
            <summary>
            The type DomainDnsCnameRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDnsCnameRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsCnameRecord)">
            <summary>
            Creates the specified DomainDnsCnameRecord using POST.
            </summary>
            <param name="domainDnsCnameRecordToCreate">The DomainDnsCnameRecord to create.</param>
            <returns>The created DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsCnameRecord using POST.
            </summary>
            <param name="domainDnsCnameRecordToCreate">The DomainDnsCnameRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.DeleteAsync">
            <summary>
            Deletes the specified DomainDnsCnameRecord.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsCnameRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.GetAsync">
            <summary>
            Gets the specified DomainDnsCnameRecord.
            </summary>
            <returns>The DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsCnameRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsCnameRecord)">
            <summary>
            Updates the specified DomainDnsCnameRecord using PATCH.
            </summary>
            <param name="domainDnsCnameRecordToUpdate">The DomainDnsCnameRecord to update.</param>
            <returns>The updated DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsCnameRecord using PATCH.
            </summary>
            <param name="domainDnsCnameRecordToUpdate">The DomainDnsCnameRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsCnameRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsCnameRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequest.InitializeCollectionProperties(Microsoft.Graph.DomainDnsCnameRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainDnsCnameRecordToInitialize">The <see cref="T:Microsoft.Graph.DomainDnsCnameRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsCnameRecordRequestBuilder">
            <summary>
            The type DomainDnsCnameRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDnsCnameRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsCnameRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsMxRecordRequest">
            <summary>
            The type DomainDnsMxRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDnsMxRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsMxRecord)">
            <summary>
            Creates the specified DomainDnsMxRecord using POST.
            </summary>
            <param name="domainDnsMxRecordToCreate">The DomainDnsMxRecord to create.</param>
            <returns>The created DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsMxRecord using POST.
            </summary>
            <param name="domainDnsMxRecordToCreate">The DomainDnsMxRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.DeleteAsync">
            <summary>
            Deletes the specified DomainDnsMxRecord.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsMxRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.GetAsync">
            <summary>
            Gets the specified DomainDnsMxRecord.
            </summary>
            <returns>The DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsMxRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsMxRecord)">
            <summary>
            Updates the specified DomainDnsMxRecord using PATCH.
            </summary>
            <param name="domainDnsMxRecordToUpdate">The DomainDnsMxRecord to update.</param>
            <returns>The updated DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsMxRecord using PATCH.
            </summary>
            <param name="domainDnsMxRecordToUpdate">The DomainDnsMxRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsMxRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsMxRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequest.InitializeCollectionProperties(Microsoft.Graph.DomainDnsMxRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainDnsMxRecordToInitialize">The <see cref="T:Microsoft.Graph.DomainDnsMxRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsMxRecordRequestBuilder">
            <summary>
            The type DomainDnsMxRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDnsMxRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsMxRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsRecordRequest">
            <summary>
            The type DomainDnsRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDnsRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsRecord)">
            <summary>
            Creates the specified DomainDnsRecord using POST.
            </summary>
            <param name="domainDnsRecordToCreate">The DomainDnsRecord to create.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsRecord using POST.
            </summary>
            <param name="domainDnsRecordToCreate">The DomainDnsRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.DeleteAsync">
            <summary>
            Deletes the specified DomainDnsRecord.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.GetAsync">
            <summary>
            Gets the specified DomainDnsRecord.
            </summary>
            <returns>The DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsRecord)">
            <summary>
            Updates the specified DomainDnsRecord using PATCH.
            </summary>
            <param name="domainDnsRecordToUpdate">The DomainDnsRecord to update.</param>
            <returns>The updated DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsRecord using PATCH.
            </summary>
            <param name="domainDnsRecordToUpdate">The DomainDnsRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequest.InitializeCollectionProperties(Microsoft.Graph.DomainDnsRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainDnsRecordToInitialize">The <see cref="T:Microsoft.Graph.DomainDnsRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsRecordRequestBuilder">
            <summary>
            The type DomainDnsRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDnsRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsSrvRecordRequest">
            <summary>
            The type DomainDnsSrvRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDnsSrvRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsSrvRecord)">
            <summary>
            Creates the specified DomainDnsSrvRecord using POST.
            </summary>
            <param name="domainDnsSrvRecordToCreate">The DomainDnsSrvRecord to create.</param>
            <returns>The created DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsSrvRecord using POST.
            </summary>
            <param name="domainDnsSrvRecordToCreate">The DomainDnsSrvRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.DeleteAsync">
            <summary>
            Deletes the specified DomainDnsSrvRecord.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsSrvRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.GetAsync">
            <summary>
            Gets the specified DomainDnsSrvRecord.
            </summary>
            <returns>The DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsSrvRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsSrvRecord)">
            <summary>
            Updates the specified DomainDnsSrvRecord using PATCH.
            </summary>
            <param name="domainDnsSrvRecordToUpdate">The DomainDnsSrvRecord to update.</param>
            <returns>The updated DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsSrvRecord using PATCH.
            </summary>
            <param name="domainDnsSrvRecordToUpdate">The DomainDnsSrvRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsSrvRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsSrvRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequest.InitializeCollectionProperties(Microsoft.Graph.DomainDnsSrvRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainDnsSrvRecordToInitialize">The <see cref="T:Microsoft.Graph.DomainDnsSrvRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsSrvRecordRequestBuilder">
            <summary>
            The type DomainDnsSrvRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDnsSrvRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsSrvRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsTxtRecordRequest">
            <summary>
            The type DomainDnsTxtRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDnsTxtRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsTxtRecord)">
            <summary>
            Creates the specified DomainDnsTxtRecord using POST.
            </summary>
            <param name="domainDnsTxtRecordToCreate">The DomainDnsTxtRecord to create.</param>
            <returns>The created DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsTxtRecord using POST.
            </summary>
            <param name="domainDnsTxtRecordToCreate">The DomainDnsTxtRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.DeleteAsync">
            <summary>
            Deletes the specified DomainDnsTxtRecord.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsTxtRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.GetAsync">
            <summary>
            Gets the specified DomainDnsTxtRecord.
            </summary>
            <returns>The DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsTxtRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsTxtRecord)">
            <summary>
            Updates the specified DomainDnsTxtRecord using PATCH.
            </summary>
            <param name="domainDnsTxtRecordToUpdate">The DomainDnsTxtRecord to update.</param>
            <returns>The updated DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsTxtRecord using PATCH.
            </summary>
            <param name="domainDnsTxtRecordToUpdate">The DomainDnsTxtRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsTxtRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsTxtRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequest.InitializeCollectionProperties(Microsoft.Graph.DomainDnsTxtRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainDnsTxtRecordToInitialize">The <see cref="T:Microsoft.Graph.DomainDnsTxtRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsTxtRecordRequestBuilder">
            <summary>
            The type DomainDnsTxtRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDnsTxtRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsTxtRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsUnavailableRecordRequest">
            <summary>
            The type DomainDnsUnavailableRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDnsUnavailableRecordRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsUnavailableRecord)">
            <summary>
            Creates the specified DomainDnsUnavailableRecord using POST.
            </summary>
            <param name="domainDnsUnavailableRecordToCreate">The DomainDnsUnavailableRecord to create.</param>
            <returns>The created DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsUnavailableRecord using POST.
            </summary>
            <param name="domainDnsUnavailableRecordToCreate">The DomainDnsUnavailableRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.DeleteAsync">
            <summary>
            Deletes the specified DomainDnsUnavailableRecord.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsUnavailableRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.GetAsync">
            <summary>
            Gets the specified DomainDnsUnavailableRecord.
            </summary>
            <returns>The DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsUnavailableRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsUnavailableRecord)">
            <summary>
            Updates the specified DomainDnsUnavailableRecord using PATCH.
            </summary>
            <param name="domainDnsUnavailableRecordToUpdate">The DomainDnsUnavailableRecord to update.</param>
            <returns>The updated DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsUnavailableRecord using PATCH.
            </summary>
            <param name="domainDnsUnavailableRecordToUpdate">The DomainDnsUnavailableRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsUnavailableRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsUnavailableRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequest.InitializeCollectionProperties(Microsoft.Graph.DomainDnsUnavailableRecord)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainDnsUnavailableRecordToInitialize">The <see cref="T:Microsoft.Graph.DomainDnsUnavailableRecord"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainDnsUnavailableRecordRequestBuilder">
            <summary>
            The type DomainDnsUnavailableRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDnsUnavailableRecordRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDnsUnavailableRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequest">
            <summary>
            The type DomainDomainNameReferencesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDomainNameReferencesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequestBuilder">
            <summary>
            The type DomainDomainNameReferencesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDomainNameReferencesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesPage">
            <summary>
            The type DomainDomainNameReferencesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest">
            <summary>
            The type DomainDomainNameReferencesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainDomainNameReferencesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequestBuilder">
            <summary>
            The type DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DomainDirectoryObject.
            </summary>
            <param name="id">The ID for the DomainDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesResponse">
            <summary>
            The type DomainDomainNameReferencesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainDomainNameReferencesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainRequest">
            <summary>
            The type DomainRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.CreateAsync(Microsoft.Graph.Domain)">
            <summary>
            Creates the specified Domain using POST.
            </summary>
            <param name="domainToCreate">The Domain to create.</param>
            <returns>The created Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.CreateAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Domain using POST.
            </summary>
            <param name="domainToCreate">The Domain to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.DeleteAsync">
            <summary>
            Deletes the specified Domain.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Domain.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.GetAsync">
            <summary>
            Gets the specified Domain.
            </summary>
            <returns>The Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Domain.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.UpdateAsync(Microsoft.Graph.Domain)">
            <summary>
            Updates the specified Domain using PATCH.
            </summary>
            <param name="domainToUpdate">The Domain to update.</param>
            <returns>The updated Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.UpdateAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Domain using PATCH.
            </summary>
            <param name="domainToUpdate">The Domain to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequest.InitializeCollectionProperties(Microsoft.Graph.Domain)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="domainToInitialize">The <see cref="T:Microsoft.Graph.Domain"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DomainRequestBuilder">
            <summary>
            The type DomainRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainRequestBuilder.ServiceConfigurationRecords">
            <summary>
            Gets the request builder for ServiceConfigurationRecords.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainRequestBuilder.VerificationDnsRecords">
            <summary>
            Gets the request builder for VerificationDnsRecords.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainRequestBuilder.DomainNameReferences">
            <summary>
            Gets the request builder for DomainNameReferences.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainRequestBuilder.Verify">
            <summary>
            Gets the request builder for DomainVerify.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainVerifyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionPage">
            <summary>
            The type DomainServiceConfigurationRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest">
            <summary>
            The type DomainServiceConfigurationRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainServiceConfigurationRecordsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequestBuilder">
            <summary>
            The type DomainServiceConfigurationRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainServiceConfigurationRecordsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/> for the specified DomainDomainDnsRecord.
            </summary>
            <param name="id">The ID for the DomainDomainDnsRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionResponse">
            <summary>
            The type DomainServiceConfigurationRecordsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainServiceConfigurationRecordsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainVerificationDnsRecordsCollectionPage">
            <summary>
            The type DomainVerificationDnsRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainVerificationDnsRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest">
            <summary>
            The type DomainVerificationDnsRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainVerificationDnsRecordsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequestBuilder">
            <summary>
            The type DomainVerificationDnsRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DomainVerificationDnsRecordsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DomainVerificationDnsRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/> for the specified DomainDomainDnsRecord.
            </summary>
            <param name="id">The ID for the DomainDomainDnsRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainVerificationDnsRecordsCollectionResponse">
            <summary>
            The type DomainVerificationDnsRecordsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainVerificationDnsRecordsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DomainVerificationDnsRecordsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DomainVerifyRequest">
            <summary>
            The type DomainVerifyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DomainVerifyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DomainVerifyRequestBuilder">
            <summary>
            The type DomainVerifyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DomainVerifyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DomainVerifyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemChildrenCollectionPage">
            <summary>
            The type DriveItemChildrenCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemChildrenCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemChildrenCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemChildrenCollectionRequest">
            <summary>
            The type DriveItemChildrenCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemChildrenCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.AddAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemChildrenCollectionRequestBuilder">
            <summary>
            The type DriveItemChildrenCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemChildrenCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemChildrenCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemChildrenCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveItemDriveItem.
            </summary>
            <param name="id">The ID for the DriveItemDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemChildrenCollectionResponse">
            <summary>
            The type DriveItemChildrenCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemChildrenCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemChildrenCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemChildrenCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemContentRequest">
            <summary>
            The type DriveItemContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequest.PutAsync``1(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemContentRequestBuilder">
            <summary>
            The type DriveItemContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCopyRequest">
            <summary>
            The type DriveItemCopyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCopyRequestBuilder">
            <summary>
            The type DriveItemCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,Microsoft.Graph.ItemReference)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemCopyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="parentReference">A parentReference parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCopyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCreateLinkRequest">
            <summary>
            The type DriveItemCreateLinkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemCreateLinkRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateLinkRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCreateLinkRequestBuilder">
            <summary>
            The type DriveItemCreateLinkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemCreateLinkRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="type">A type parameter for the OData method call.</param>
            <param name="scope">A scope parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateLinkRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCreateUploadSessionRequest">
            <summary>
            The type DriveItemCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemCreateUploadSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemCreateUploadSessionRequestBuilder">
            <summary>
            The type DriveItemCreateUploadSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.DriveItemUploadableProperties)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemCreateUploadSessionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="item">A item parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemCreateUploadSessionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemDeltaCollectionPage">
            <summary>
            The type DriveItemDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemDeltaCollectionResponse">
            <summary>
            The type DriveItemDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemDeltaRequest">
            <summary>
            The type DriveItemDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemDeltaRequestBuilder">
            <summary>
            The type DriveItemDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="token">A token parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemInviteCollectionPage">
            <summary>
            The type DriveItemInviteCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemInviteRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemInviteCollectionResponse">
            <summary>
            The type DriveItemInviteCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemInviteCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemInviteRequest">
            <summary>
            The type DriveItemInviteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemInviteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemInviteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemInviteRequestBuilder">
            <summary>
            The type DriveItemInviteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.DriveRecipient},System.Nullable{System.Boolean},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Boolean},System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemInviteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="recipients">A recipients parameter for the OData method call.</param>
            <param name="requireSignIn">A requireSignIn parameter for the OData method call.</param>
            <param name="roles">A roles parameter for the OData method call.</param>
            <param name="sendInvitation">A sendInvitation parameter for the OData method call.</param>
            <param name="message">A message parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemInviteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemPermissionsCollectionPage">
            <summary>
            The type DriveItemPermissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemPermissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemPermissionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemPermissionsCollectionRequest">
            <summary>
            The type DriveItemPermissionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemPermissionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.AddAsync(Microsoft.Graph.Permission)">
            <summary>
            Adds the specified Permission to the collection via POST.
            </summary>
            <param name="permission">The Permission to add.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.AddAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Permission to the collection via POST.
            </summary>
            <param name="permission">The Permission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemPermissionsCollectionRequestBuilder">
            <summary>
            The type DriveItemPermissionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemPermissionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemPermissionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemPermissionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/> for the specified DriveItemPermission.
            </summary>
            <param name="id">The ID for the DriveItemPermission.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemPermissionsCollectionResponse">
            <summary>
            The type DriveItemPermissionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemPermissionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemPermissionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemPermissionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemRequest">
            <summary>
            The type DriveItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.CreateAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Creates the specified DriveItem using POST.
            </summary>
            <param name="driveItemToCreate">The DriveItem to create.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.CreateAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DriveItem using POST.
            </summary>
            <param name="driveItemToCreate">The DriveItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.DeleteAsync">
            <summary>
            Deletes the specified DriveItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.GetAsync">
            <summary>
            Gets the specified DriveItem.
            </summary>
            <returns>The DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.UpdateAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Updates the specified DriveItem using PATCH.
            </summary>
            <param name="driveItemToUpdate">The DriveItem to update.</param>
            <returns>The updated DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.UpdateAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItem using PATCH.
            </summary>
            <param name="driveItemToUpdate">The DriveItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemRequest.InitializeCollectionProperties(Microsoft.Graph.DriveItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="driveItemToInitialize">The <see cref="T:Microsoft.Graph.DriveItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DriveItemsCollectionPage">
            <summary>
            The type DriveItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemsCollectionRequest">
            <summary>
            The type DriveItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.AddAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemsCollectionRequestBuilder">
            <summary>
            The type DriveItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveDriveItem.
            </summary>
            <param name="id">The ID for the DriveDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemsCollectionResponse">
            <summary>
            The type DriveItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemSearchCollectionPage">
            <summary>
            The type DriveItemSearchCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemSearchCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemSearchRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemSearchCollectionResponse">
            <summary>
            The type DriveItemSearchCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemSearchCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemSearchCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemSearchCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemSearchRequest">
            <summary>
            The type DriveItemSearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemSearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemSearchRequestBuilder">
            <summary>
            The type DriveItemSearchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemSearchRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="q">A q parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemSearchRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemThumbnailsCollectionPage">
            <summary>
            The type DriveItemThumbnailsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemThumbnailsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemThumbnailsCollectionRequest">
            <summary>
            The type DriveItemThumbnailsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemThumbnailsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.AddAsync(Microsoft.Graph.ThumbnailSet)">
            <summary>
            Adds the specified ThumbnailSet to the collection via POST.
            </summary>
            <param name="thumbnailSet">The ThumbnailSet to add.</param>
            <returns>The created ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.AddAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThumbnailSet to the collection via POST.
            </summary>
            <param name="thumbnailSet">The ThumbnailSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemThumbnailsCollectionRequestBuilder">
            <summary>
            The type DriveItemThumbnailsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemThumbnailsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemThumbnailsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemThumbnailsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IThumbnailSetRequestBuilder"/> for the specified DriveItemThumbnailSet.
            </summary>
            <param name="id">The ID for the DriveItemThumbnailSet.</param>
            <returns>The <see cref="T:Microsoft.Graph.IThumbnailSetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemThumbnailsCollectionResponse">
            <summary>
            The type DriveItemThumbnailsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemThumbnailsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemThumbnailsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemThumbnailsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionContentRequest">
            <summary>
            The type DriveItemVersionContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemVersionContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequest.PutAsync``1(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionContentRequestBuilder">
            <summary>
            The type DriveItemVersionContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemVersionContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionRequest">
            <summary>
            The type DriveItemVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemVersionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.CreateAsync(Microsoft.Graph.DriveItemVersion)">
            <summary>
            Creates the specified DriveItemVersion using POST.
            </summary>
            <param name="driveItemVersionToCreate">The DriveItemVersion to create.</param>
            <returns>The created DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.CreateAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DriveItemVersion using POST.
            </summary>
            <param name="driveItemVersionToCreate">The DriveItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.DeleteAsync">
            <summary>
            Deletes the specified DriveItemVersion.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DriveItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.GetAsync">
            <summary>
            Gets the specified DriveItemVersion.
            </summary>
            <returns>The DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DriveItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.UpdateAsync(Microsoft.Graph.DriveItemVersion)">
            <summary>
            Updates the specified DriveItemVersion using PATCH.
            </summary>
            <param name="driveItemVersionToUpdate">The DriveItemVersion to update.</param>
            <returns>The updated DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.UpdateAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItemVersion using PATCH.
            </summary>
            <param name="driveItemVersionToUpdate">The DriveItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequest.InitializeCollectionProperties(Microsoft.Graph.DriveItemVersion)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="driveItemVersionToInitialize">The <see cref="T:Microsoft.Graph.DriveItemVersion"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionRequestBuilder">
            <summary>
            The type DriveItemVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemVersionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersionRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRequestBuilder.RestoreVersion">
            <summary>
            Gets the request builder for DriveItemVersionRestoreVersion.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionRestoreVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionRestoreVersionRequest">
            <summary>
            The type DriveItemVersionRestoreVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemVersionRestoreVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionRestoreVersionRequestBuilder">
            <summary>
            The type DriveItemVersionRestoreVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveItemVersionRestoreVersionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionRestoreVersionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionsCollectionPage">
            <summary>
            The type DriveItemVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionsCollectionRequest">
            <summary>
            The type DriveItemVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveItemVersionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.AddAsync(Microsoft.Graph.DriveItemVersion)">
            <summary>
            Adds the specified DriveItemVersion to the collection via POST.
            </summary>
            <param name="driveItemVersion">The DriveItemVersion to add.</param>
            <returns>The created DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.AddAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItemVersion to the collection via POST.
            </summary>
            <param name="driveItemVersion">The DriveItemVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionsCollectionRequestBuilder">
            <summary>
            The type DriveItemVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveItemVersionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveItemVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemVersionRequestBuilder"/> for the specified DriveItemDriveItemVersion.
            </summary>
            <param name="id">The ID for the DriveItemDriveItemVersion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveItemVersionsCollectionResponse">
            <summary>
            The type DriveItemVersionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveItemVersionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveItemVersionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveRecentCollectionPage">
            <summary>
            The type DriveRecentCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecentCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveRecentRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveRecentCollectionResponse">
            <summary>
            The type DriveRecentCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecentCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveRecentCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveRecentCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveRecentRequest">
            <summary>
            The type DriveRecentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveRecentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveRecentRequestBuilder">
            <summary>
            The type DriveRecentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveRecentRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveRecentRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveRequest">
            <summary>
            The type DriveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.CreateAsync(Microsoft.Graph.Drive)">
            <summary>
            Creates the specified Drive using POST.
            </summary>
            <param name="driveToCreate">The Drive to create.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.CreateAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Drive using POST.
            </summary>
            <param name="driveToCreate">The Drive to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.DeleteAsync">
            <summary>
            Deletes the specified Drive.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Drive.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.GetAsync">
            <summary>
            Gets the specified Drive.
            </summary>
            <returns>The Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Drive.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.UpdateAsync(Microsoft.Graph.Drive)">
            <summary>
            Updates the specified Drive using PATCH.
            </summary>
            <param name="driveToUpdate">The Drive to update.</param>
            <returns>The updated Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.UpdateAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Drive using PATCH.
            </summary>
            <param name="driveToUpdate">The Drive to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequest.InitializeCollectionProperties(Microsoft.Graph.Drive)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="driveToInitialize">The <see cref="T:Microsoft.Graph.Drive"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.DriveRequestBuilder">
            <summary>
            The type DriveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new DriveRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveRequestBuilder.List">
            <summary>
            Gets the request builder for List.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveRequestBuilder.Root">
            <summary>
            Gets the request builder for Root.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.DriveRequestBuilder.Special">
            <summary>
            Gets the request builder for Special.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequestBuilder.Recent">
            <summary>
            Gets the request builder for DriveRecent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRecentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequestBuilder.Search(System.String)">
            <summary>
            Gets the request builder for DriveSearch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveSearchRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveRequestBuilder.SharedWithMe">
            <summary>
            Gets the request builder for DriveSharedWithMe.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveSharedWithMeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveSearchCollectionPage">
            <summary>
            The type DriveSearchCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSearchCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveSearchRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveSearchCollectionResponse">
            <summary>
            The type DriveSearchCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSearchCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveSearchCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSearchCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveSearchRequest">
            <summary>
            The type DriveSearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveSearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveSearchRequestBuilder">
            <summary>
            The type DriveSearchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveSearchRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="q">A q parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveSearchRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveSharedWithMeCollectionPage">
            <summary>
            The type DriveSharedWithMeCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSharedWithMeCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveSharedWithMeRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveSharedWithMeCollectionResponse">
            <summary>
            The type DriveSharedWithMeCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSharedWithMeCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveSharedWithMeCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSharedWithMeCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveSharedWithMeRequest">
            <summary>
            The type DriveSharedWithMeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveSharedWithMeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveSharedWithMeRequestBuilder">
            <summary>
            The type DriveSharedWithMeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.DriveSharedWithMeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveSharedWithMeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveSpecialCollectionPage">
            <summary>
            The type DriveSpecialCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSpecialCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveSpecialCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.DriveSpecialCollectionRequest">
            <summary>
            The type DriveSpecialCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new DriveSpecialCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.AddAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.DriveSpecialCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.DriveSpecialCollectionResponse">
            <summary>
            The type DriveSpecialCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSpecialCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IDriveSpecialCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.DriveSpecialCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EBookInstallSummaryRequest">
            <summary>
            The type EBookInstallSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EBookInstallSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.CreateAsync(Microsoft.Graph.EBookInstallSummary)">
            <summary>
            Creates the specified EBookInstallSummary using POST.
            </summary>
            <param name="eBookInstallSummaryToCreate">The EBookInstallSummary to create.</param>
            <returns>The created EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.CreateAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EBookInstallSummary using POST.
            </summary>
            <param name="eBookInstallSummaryToCreate">The EBookInstallSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified EBookInstallSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EBookInstallSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.GetAsync">
            <summary>
            Gets the specified EBookInstallSummary.
            </summary>
            <returns>The EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EBookInstallSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.UpdateAsync(Microsoft.Graph.EBookInstallSummary)">
            <summary>
            Updates the specified EBookInstallSummary using PATCH.
            </summary>
            <param name="eBookInstallSummaryToUpdate">The EBookInstallSummary to update.</param>
            <returns>The updated EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.UpdateAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EBookInstallSummary using PATCH.
            </summary>
            <param name="eBookInstallSummaryToUpdate">The EBookInstallSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EBookInstallSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EBookInstallSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.EBookInstallSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="eBookInstallSummaryToInitialize">The <see cref="T:Microsoft.Graph.EBookInstallSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EBookInstallSummaryRequestBuilder">
            <summary>
            The type EBookInstallSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EBookInstallSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EBookInstallSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EditionUpgradeConfigurationRequest">
            <summary>
            The type EditionUpgradeConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EditionUpgradeConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.CreateAsync(Microsoft.Graph.EditionUpgradeConfiguration)">
            <summary>
            Creates the specified EditionUpgradeConfiguration using POST.
            </summary>
            <param name="editionUpgradeConfigurationToCreate">The EditionUpgradeConfiguration to create.</param>
            <returns>The created EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.CreateAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EditionUpgradeConfiguration using POST.
            </summary>
            <param name="editionUpgradeConfigurationToCreate">The EditionUpgradeConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified EditionUpgradeConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EditionUpgradeConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.GetAsync">
            <summary>
            Gets the specified EditionUpgradeConfiguration.
            </summary>
            <returns>The EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EditionUpgradeConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.UpdateAsync(Microsoft.Graph.EditionUpgradeConfiguration)">
            <summary>
            Updates the specified EditionUpgradeConfiguration using PATCH.
            </summary>
            <param name="editionUpgradeConfigurationToUpdate">The EditionUpgradeConfiguration to update.</param>
            <returns>The updated EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.UpdateAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EditionUpgradeConfiguration using PATCH.
            </summary>
            <param name="editionUpgradeConfigurationToUpdate">The EditionUpgradeConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EditionUpgradeConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EditionUpgradeConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.EditionUpgradeConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="editionUpgradeConfigurationToInitialize">The <see cref="T:Microsoft.Graph.EditionUpgradeConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EditionUpgradeConfigurationRequestBuilder">
            <summary>
            The type EditionUpgradeConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EditionUpgradeConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EditionUpgradeConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassMembersCollectionReferencesRequest">
            <summary>
            The type EducationClassMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassMembersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassMembersCollectionReferencesRequestBuilder">
            <summary>
            The type EducationClassMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassMembersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassMembersCollectionWithReferencesPage">
            <summary>
            The type EducationClassMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest">
            <summary>
            The type EducationClassMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassMembersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationClassMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassMembersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/> for the specified EducationClassEducationUser.
            </summary>
            <param name="id">The ID for the EducationClassEducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassMembersCollectionWithReferencesResponse">
            <summary>
            The type EducationClassMembersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassMembersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassMembersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassReferenceRequest">
            <summary>
            The type EducationClassReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationClass reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified EducationClass reference.
            </summary>
            <param name="id">The EducationClass reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationClass reference.
            </summary>
            <param name="id">The EducationClass reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassReferenceRequestBuilder">
            <summary>
            The type EducationClassReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassRenewRequest">
            <summary>
            The type EducationClassRenewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRenewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassRenewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRenewRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRenewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRenewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRenewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassRenewRequestBuilder">
            <summary>
            The type EducationClassRenewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRenewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EducationClassRenewRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRenewRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassRequest">
            <summary>
            The type EducationClassRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.CreateAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Creates the specified EducationClass using POST.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.CreateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationClass using POST.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationClass.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.GetAsync">
            <summary>
            Gets the specified EducationClass.
            </summary>
            <returns>The EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.UpdateAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Updates the specified EducationClass using PATCH.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <returns>The updated EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.UpdateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PATCH.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequest.InitializeCollectionProperties(Microsoft.Graph.EducationClass)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationClassToInitialize">The <see cref="T:Microsoft.Graph.EducationClass"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationClassRequestBuilder">
            <summary>
            The type EducationClassRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassRequestBuilder.Schools">
            <summary>
            Gets the request builder for Schools.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassRequestBuilder.Teachers">
            <summary>
            Gets the request builder for Teachers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassRequestBuilder.Group">
            <summary>
            Gets the request builder for Group.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassRequestBuilder.Renew">
            <summary>
            Gets the request builder for EducationClassRenew.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassRenewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequest">
            <summary>
            The type EducationClassSchoolsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassSchoolsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequestBuilder">
            <summary>
            The type EducationClassSchoolsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassSchoolsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesPage">
            <summary>
            The type EducationClassSchoolsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest">
            <summary>
            The type EducationClassSchoolsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassSchoolsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationClassSchoolsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassSchoolsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/> for the specified EducationClassEducationSchool.
            </summary>
            <param name="id">The ID for the EducationClassEducationSchool.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesResponse">
            <summary>
            The type EducationClassSchoolsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassSchoolsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequest">
            <summary>
            The type EducationClassTeachersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassTeachersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequestBuilder">
            <summary>
            The type EducationClassTeachersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassTeachersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesPage">
            <summary>
            The type EducationClassTeachersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest">
            <summary>
            The type EducationClassTeachersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassTeachersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationClassTeachersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassTeachersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/> for the specified EducationClassEducationUser.
            </summary>
            <param name="id">The ID for the EducationClassEducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesResponse">
            <summary>
            The type EducationClassTeachersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationClassTeachersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationClassWithReferenceRequest">
            <summary>
            The type EducationClassWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationClassWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified EducationClass.
            </summary>
            <returns>The EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Creates the specified EducationClass using POST.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationClass using POST.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Updates the specified EducationClass using PATCH.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <returns>The updated EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PATCH.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationClass.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationClassWithReferenceRequestBuilder">
            <summary>
            The type EducationClassWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationClassWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationClassWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationClassWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the educationClass.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationOrganizationRequest">
            <summary>
            The type EducationOrganizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationOrganizationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.CreateAsync(Microsoft.Graph.EducationOrganization)">
            <summary>
            Creates the specified EducationOrganization using POST.
            </summary>
            <param name="educationOrganizationToCreate">The EducationOrganization to create.</param>
            <returns>The created EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.CreateAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationOrganization using POST.
            </summary>
            <param name="educationOrganizationToCreate">The EducationOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationOrganization.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.GetAsync">
            <summary>
            Gets the specified EducationOrganization.
            </summary>
            <returns>The EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.UpdateAsync(Microsoft.Graph.EducationOrganization)">
            <summary>
            Updates the specified EducationOrganization using PATCH.
            </summary>
            <param name="educationOrganizationToUpdate">The EducationOrganization to update.</param>
            <returns>The updated EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.UpdateAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOrganization using PATCH.
            </summary>
            <param name="educationOrganizationToUpdate">The EducationOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOrganization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOrganization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequest.InitializeCollectionProperties(Microsoft.Graph.EducationOrganization)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationOrganizationToInitialize">The <see cref="T:Microsoft.Graph.EducationOrganization"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationOrganizationRequestBuilder">
            <summary>
            The type EducationOrganizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationOrganizationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationOrganizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootClassesCollectionPage">
            <summary>
            The type EducationRootClassesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootClassesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationRootClassesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRootClassesCollectionRequest">
            <summary>
            The type EducationRootClassesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationRootClassesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.AddAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootClassesCollectionRequestBuilder">
            <summary>
            The type EducationRootClassesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationRootClassesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootClassesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootClassesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassRequestBuilder"/> for the specified EducationRootEducationClass.
            </summary>
            <param name="id">The ID for the EducationRootEducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootClassesCollectionResponse">
            <summary>
            The type EducationRootClassesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootClassesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationRootClassesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootClassesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRootRequest">
            <summary>
            The type EducationRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationRootRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.CreateAsync(Microsoft.Graph.EducationRoot)">
            <summary>
            Creates the specified EducationRoot using POST.
            </summary>
            <param name="educationRootToCreate">The EducationRoot to create.</param>
            <returns>The created EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.CreateAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRoot using POST.
            </summary>
            <param name="educationRootToCreate">The EducationRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationRoot.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.GetAsync">
            <summary>
            Gets the specified EducationRoot.
            </summary>
            <returns>The EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.UpdateAsync(Microsoft.Graph.EducationRoot)">
            <summary>
            Updates the specified EducationRoot using PATCH.
            </summary>
            <param name="educationRootToUpdate">The EducationRoot to update.</param>
            <returns>The updated EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.UpdateAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRoot using PATCH.
            </summary>
            <param name="educationRootToUpdate">The EducationRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequest.InitializeCollectionProperties(Microsoft.Graph.EducationRoot)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationRootToInitialize">The <see cref="T:Microsoft.Graph.EducationRoot"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationRootRequestBuilder">
            <summary>
            The type EducationRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationRootRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootRequestBuilder.Classes">
            <summary>
            Gets the request builder for Classes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRootClassesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootRequestBuilder.Schools">
            <summary>
            Gets the request builder for Schools.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRootSchoolsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootRequestBuilder.Users">
            <summary>
            Gets the request builder for Users.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRootUsersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootRequestBuilder.Me">
            <summary>
            Gets the request builder for Me.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootSchoolsCollectionPage">
            <summary>
            The type EducationRootSchoolsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootSchoolsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationRootSchoolsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRootSchoolsCollectionRequest">
            <summary>
            The type EducationRootSchoolsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationRootSchoolsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.AddAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.AddAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootSchoolsCollectionRequestBuilder">
            <summary>
            The type EducationRootSchoolsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationRootSchoolsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootSchoolsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootSchoolsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolRequestBuilder"/> for the specified EducationRootEducationSchool.
            </summary>
            <param name="id">The ID for the EducationRootEducationSchool.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootSchoolsCollectionResponse">
            <summary>
            The type EducationRootSchoolsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootSchoolsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationRootSchoolsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootSchoolsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRootUsersCollectionPage">
            <summary>
            The type EducationRootUsersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootUsersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationRootUsersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationRootUsersCollectionRequest">
            <summary>
            The type EducationRootUsersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationRootUsersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.AddAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootUsersCollectionRequestBuilder">
            <summary>
            The type EducationRootUsersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationRootUsersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationRootUsersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationRootUsersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserRequestBuilder"/> for the specified EducationRootEducationUser.
            </summary>
            <param name="id">The ID for the EducationRootEducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationRootUsersCollectionResponse">
            <summary>
            The type EducationRootUsersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootUsersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationRootUsersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationRootUsersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequest">
            <summary>
            The type EducationSchoolClassesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolClassesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequestBuilder">
            <summary>
            The type EducationSchoolClassesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolClassesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesPage">
            <summary>
            The type EducationSchoolClassesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest">
            <summary>
            The type EducationSchoolClassesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolClassesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationSchoolClassesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolClassesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/> for the specified EducationSchoolEducationClass.
            </summary>
            <param name="id">The ID for the EducationSchoolEducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesResponse">
            <summary>
            The type EducationSchoolClassesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolClassesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolReferenceRequest">
            <summary>
            The type EducationSchoolReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationSchool reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified EducationSchool reference.
            </summary>
            <param name="id">The EducationSchool reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationSchool reference.
            </summary>
            <param name="id">The EducationSchool reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolReferenceRequestBuilder">
            <summary>
            The type EducationSchoolReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolRequest">
            <summary>
            The type EducationSchoolRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.CreateAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Creates the specified EducationSchool using POST.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.CreateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSchool using POST.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationSchool.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.GetAsync">
            <summary>
            Gets the specified EducationSchool.
            </summary>
            <returns>The EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.UpdateAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Updates the specified EducationSchool using PATCH.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <returns>The updated EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.UpdateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PATCH.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequest.InitializeCollectionProperties(Microsoft.Graph.EducationSchool)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationSchoolToInitialize">The <see cref="T:Microsoft.Graph.EducationSchool"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolRequestBuilder">
            <summary>
            The type EducationSchoolRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolRequestBuilder.Classes">
            <summary>
            Gets the request builder for Classes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolRequestBuilder.Users">
            <summary>
            Gets the request builder for Users.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolRequestBuilder.AdministrativeUnit">
            <summary>
            Gets the request builder for AdministrativeUnit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequest">
            <summary>
            The type EducationSchoolUsersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolUsersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequestBuilder">
            <summary>
            The type EducationSchoolUsersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolUsersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesPage">
            <summary>
            The type EducationSchoolUsersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest">
            <summary>
            The type EducationSchoolUsersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolUsersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationSchoolUsersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolUsersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/> for the specified EducationSchoolEducationUser.
            </summary>
            <param name="id">The ID for the EducationSchoolEducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesResponse">
            <summary>
            The type EducationSchoolUsersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolUsersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolWithReferenceRequest">
            <summary>
            The type EducationSchoolWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationSchoolWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified EducationSchool.
            </summary>
            <returns>The EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Creates the specified EducationSchool using POST.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSchool using POST.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Updates the specified EducationSchool using PATCH.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <returns>The updated EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PATCH.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationSchool.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationSchoolWithReferenceRequestBuilder">
            <summary>
            The type EducationSchoolWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationSchoolWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationSchoolWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationSchoolWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the educationSchool.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserClassesCollectionReferencesRequest">
            <summary>
            The type EducationUserClassesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserClassesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserClassesCollectionReferencesRequestBuilder">
            <summary>
            The type EducationUserClassesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserClassesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserClassesCollectionWithReferencesPage">
            <summary>
            The type EducationUserClassesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserClassesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest">
            <summary>
            The type EducationUserClassesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserClassesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationUserClassesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserClassesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/> for the specified EducationUserEducationClass.
            </summary>
            <param name="id">The ID for the EducationUserEducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserClassesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserClassesCollectionWithReferencesResponse">
            <summary>
            The type EducationUserClassesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserClassesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserClassesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserReferenceRequest">
            <summary>
            The type EducationUserReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationUser reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified EducationUser reference.
            </summary>
            <param name="id">The EducationUser reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationUser reference.
            </summary>
            <param name="id">The EducationUser reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserReferenceRequestBuilder">
            <summary>
            The type EducationUserReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserRequest">
            <summary>
            The type EducationUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.CreateAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Creates the specified EducationUser using POST.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.CreateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationUser using POST.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationUser.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.GetAsync">
            <summary>
            Gets the specified EducationUser.
            </summary>
            <returns>The EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.UpdateAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Updates the specified EducationUser using PATCH.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <returns>The updated EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.UpdateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PATCH.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequest.InitializeCollectionProperties(Microsoft.Graph.EducationUser)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="educationUserToInitialize">The <see cref="T:Microsoft.Graph.EducationUser"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EducationUserRequestBuilder">
            <summary>
            The type EducationUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRequestBuilder.Schools">
            <summary>
            Gets the request builder for Schools.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRequestBuilder.Classes">
            <summary>
            Gets the request builder for Classes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserRequestBuilder.User">
            <summary>
            Gets the request builder for User.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequest">
            <summary>
            The type EducationUserSchoolsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserSchoolsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequestBuilder">
            <summary>
            The type EducationUserSchoolsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserSchoolsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesPage">
            <summary>
            The type EducationUserSchoolsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest">
            <summary>
            The type EducationUserSchoolsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserSchoolsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequestBuilder">
            <summary>
            The type EducationUserSchoolsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserSchoolsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/> for the specified EducationUserEducationSchool.
            </summary>
            <param name="id">The ID for the EducationUserEducationSchool.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesResponse">
            <summary>
            The type EducationUserSchoolsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EducationUserSchoolsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EducationUserWithReferenceRequest">
            <summary>
            The type EducationUserWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EducationUserWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified EducationUser.
            </summary>
            <returns>The EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Creates the specified EducationUser using POST.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationUser using POST.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Updates the specified EducationUser using PATCH.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <returns>The updated EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PATCH.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationUser.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EducationUserWithReferenceRequestBuilder">
            <summary>
            The type EducationUserWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EducationUserWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EducationUserWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EducationUserWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the educationUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest">
            <summary>
            The type EnrollmentConfigurationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EnrollmentConfigurationAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.EnrollmentConfigurationAssignment)">
            <summary>
            Creates the specified EnrollmentConfigurationAssignment using POST.
            </summary>
            <param name="enrollmentConfigurationAssignmentToCreate">The EnrollmentConfigurationAssignment to create.</param>
            <returns>The created EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EnrollmentConfigurationAssignment using POST.
            </summary>
            <param name="enrollmentConfigurationAssignmentToCreate">The EnrollmentConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified EnrollmentConfigurationAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EnrollmentConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.GetAsync">
            <summary>
            Gets the specified EnrollmentConfigurationAssignment.
            </summary>
            <returns>The EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EnrollmentConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.EnrollmentConfigurationAssignment)">
            <summary>
            Updates the specified EnrollmentConfigurationAssignment using PATCH.
            </summary>
            <param name="enrollmentConfigurationAssignmentToUpdate">The EnrollmentConfigurationAssignment to update.</param>
            <returns>The updated EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentConfigurationAssignment using PATCH.
            </summary>
            <param name="enrollmentConfigurationAssignmentToUpdate">The EnrollmentConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.EnrollmentConfigurationAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="enrollmentConfigurationAssignmentToInitialize">The <see cref="T:Microsoft.Graph.EnrollmentConfigurationAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EnrollmentConfigurationAssignmentRequestBuilder">
            <summary>
            The type EnrollmentConfigurationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EnrollmentConfigurationAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentConfigurationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EnrollmentTroubleshootingEventRequest">
            <summary>
            The type EnrollmentTroubleshootingEventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EnrollmentTroubleshootingEventRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.CreateAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent)">
            <summary>
            Creates the specified EnrollmentTroubleshootingEvent using POST.
            </summary>
            <param name="enrollmentTroubleshootingEventToCreate">The EnrollmentTroubleshootingEvent to create.</param>
            <returns>The created EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.CreateAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EnrollmentTroubleshootingEvent using POST.
            </summary>
            <param name="enrollmentTroubleshootingEventToCreate">The EnrollmentTroubleshootingEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.DeleteAsync">
            <summary>
            Deletes the specified EnrollmentTroubleshootingEvent.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EnrollmentTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.GetAsync">
            <summary>
            Gets the specified EnrollmentTroubleshootingEvent.
            </summary>
            <returns>The EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EnrollmentTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.UpdateAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent)">
            <summary>
            Updates the specified EnrollmentTroubleshootingEvent using PATCH.
            </summary>
            <param name="enrollmentTroubleshootingEventToUpdate">The EnrollmentTroubleshootingEvent to update.</param>
            <returns>The updated EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.UpdateAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentTroubleshootingEvent using PATCH.
            </summary>
            <param name="enrollmentTroubleshootingEventToUpdate">The EnrollmentTroubleshootingEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequest.InitializeCollectionProperties(Microsoft.Graph.EnrollmentTroubleshootingEvent)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="enrollmentTroubleshootingEventToInitialize">The <see cref="T:Microsoft.Graph.EnrollmentTroubleshootingEvent"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EnrollmentTroubleshootingEventRequestBuilder">
            <summary>
            The type EnrollmentTroubleshootingEventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EnrollmentTroubleshootingEventRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EnrollmentTroubleshootingEventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EntityRequest">
            <summary>
            The type EntityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EntityRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.CreateAsync(Microsoft.Graph.Entity)">
            <summary>
            Creates the specified Entity using POST.
            </summary>
            <param name="entityToCreate">The Entity to create.</param>
            <returns>The created Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.CreateAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Entity using POST.
            </summary>
            <param name="entityToCreate">The Entity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.DeleteAsync">
            <summary>
            Deletes the specified Entity.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.GetAsync">
            <summary>
            Gets the specified Entity.
            </summary>
            <returns>The Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Entity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.UpdateAsync(Microsoft.Graph.Entity)">
            <summary>
            Updates the specified Entity using PATCH.
            </summary>
            <param name="entityToUpdate">The Entity to update.</param>
            <returns>The updated Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.UpdateAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PATCH.
            </summary>
            <param name="entityToUpdate">The Entity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Entity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Entity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequest.InitializeCollectionProperties(Microsoft.Graph.Entity)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="entityToInitialize">The <see cref="T:Microsoft.Graph.Entity"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EntityRequestBuilder">
            <summary>
            The type EntityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EntityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EntityRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EntityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EntityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventAcceptRequest">
            <summary>
            The type EventAcceptRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventAcceptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventAcceptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventAcceptRequestBuilder">
            <summary>
            The type EventAcceptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventAcceptRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
            <param name="SendResponse">A SendResponse parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.EventAcceptRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventAttachmentsCollectionPage">
            <summary>
            The type EventAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventAttachmentsCollectionRequest">
            <summary>
            The type EventAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventAttachmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventAttachmentsCollectionRequestBuilder">
            <summary>
            The type EventAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventAttachmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/> for the specified EventAttachment.
            </summary>
            <param name="id">The ID for the EventAttachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventAttachmentsCollectionResponse">
            <summary>
            The type EventAttachmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventAttachmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEventAttachmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventAttachmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventDeclineRequest">
            <summary>
            The type EventDeclineRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventDeclineRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeclineRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventDeclineRequestBuilder">
            <summary>
            The type EventDeclineRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventDeclineRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
            <param name="SendResponse">A SendResponse parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.EventDeclineRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventDeltaCollectionPage">
            <summary>
            The type EventDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventDeltaCollectionResponse">
            <summary>
            The type EventDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEventDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventDeltaRequest">
            <summary>
            The type EventDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventDeltaRequestBuilder">
            <summary>
            The type EventDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventDismissReminderRequest">
            <summary>
            The type EventDismissReminderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventDismissReminderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventDismissReminderRequestBuilder">
            <summary>
            The type EventDismissReminderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventDismissReminderRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventDismissReminderRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventExtensionsCollectionPage">
            <summary>
            The type EventExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventExtensionsCollectionRequest">
            <summary>
            The type EventExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventExtensionsCollectionRequestBuilder">
            <summary>
            The type EventExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified EventExtension.
            </summary>
            <param name="id">The ID for the EventExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventExtensionsCollectionResponse">
            <summary>
            The type EventExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEventExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventInstancesCollectionPage">
            <summary>
            The type EventInstancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventInstancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventInstancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventInstancesCollectionRequest">
            <summary>
            The type EventInstancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventInstancesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="instancesEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="instancesEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventInstancesCollectionRequestBuilder">
            <summary>
            The type EventInstancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventInstancesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventInstancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified EventEvent.
            </summary>
            <param name="id">The ID for the EventEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventInstancesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventInstancesCollectionResponse">
            <summary>
            The type EventInstancesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventInstancesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEventInstancesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventInstancesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventMessageRequest">
            <summary>
            The type EventMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventMessageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.CreateAsync(Microsoft.Graph.EventMessage)">
            <summary>
            Creates the specified EventMessage using POST.
            </summary>
            <param name="eventMessageToCreate">The EventMessage to create.</param>
            <returns>The created EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.CreateAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessage using POST.
            </summary>
            <param name="eventMessageToCreate">The EventMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.DeleteAsync">
            <summary>
            Deletes the specified EventMessage.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.GetAsync">
            <summary>
            Gets the specified EventMessage.
            </summary>
            <returns>The EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.UpdateAsync(Microsoft.Graph.EventMessage)">
            <summary>
            Updates the specified EventMessage using PATCH.
            </summary>
            <param name="eventMessageToUpdate">The EventMessage to update.</param>
            <returns>The updated EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.UpdateAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessage using PATCH.
            </summary>
            <param name="eventMessageToUpdate">The EventMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequest.InitializeCollectionProperties(Microsoft.Graph.EventMessage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="eventMessageToInitialize">The <see cref="T:Microsoft.Graph.EventMessage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EventMessageRequestBuilder">
            <summary>
            The type EventMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventMessageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventMessageRequestBuilder.Event">
            <summary>
            Gets the request builder for Event.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type EventMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type EventMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type EventMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified EventMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the EventMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type EventMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventRequest">
            <summary>
            The type EventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.CreateAsync(Microsoft.Graph.Event)">
            <summary>
            Creates the specified Event using POST.
            </summary>
            <param name="eventToCreate">The Event to create.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.CreateAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Event using POST.
            </summary>
            <param name="eventToCreate">The Event to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.DeleteAsync">
            <summary>
            Deletes the specified Event.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Event.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.GetAsync">
            <summary>
            Gets the specified Event.
            </summary>
            <returns>The Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Event.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.UpdateAsync(Microsoft.Graph.Event)">
            <summary>
            Updates the specified Event using PATCH.
            </summary>
            <param name="eventToUpdate">The Event to update.</param>
            <returns>The updated Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.UpdateAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Event using PATCH.
            </summary>
            <param name="eventToUpdate">The Event to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequest.InitializeCollectionProperties(Microsoft.Graph.Event)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="eventToInitialize">The <see cref="T:Microsoft.Graph.Event"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.EventRequestBuilder">
            <summary>
            The type EventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventRequestBuilder.Calendar">
            <summary>
            Gets the request builder for Calendar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventRequestBuilder.Instances">
            <summary>
            Gets the request builder for Instances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventInstancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.Accept(System.String,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for EventAccept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventAcceptRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.Decline(System.String,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for EventDecline.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeclineRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.TentativelyAccept(System.String,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for EventTentativelyAccept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventTentativelyAcceptRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.SnoozeReminder(Microsoft.Graph.DateTimeTimeZone)">
            <summary>
            Gets the request builder for EventSnoozeReminder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventSnoozeReminderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventRequestBuilder.DismissReminder">
            <summary>
            Gets the request builder for EventDismissReminder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDismissReminderRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type EventSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type EventSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type EventSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new EventSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified EventSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the EventSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type EventSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.EventSnoozeReminderRequest">
            <summary>
            The type EventSnoozeReminderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventSnoozeReminderRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventSnoozeReminderRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventSnoozeReminderRequestBuilder">
            <summary>
            The type EventSnoozeReminderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.DateTimeTimeZone)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventSnoozeReminderRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="NewReminderTime">A NewReminderTime parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.EventSnoozeReminderRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventTentativelyAcceptRequest">
            <summary>
            The type EventTentativelyAcceptRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new EventTentativelyAcceptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.EventTentativelyAcceptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.EventTentativelyAcceptRequestBuilder">
            <summary>
            The type EventTentativelyAcceptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.EventTentativelyAcceptRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
            <param name="SendResponse">A SendResponse parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.EventTentativelyAcceptRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ExtensionRequest">
            <summary>
            The type ExtensionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ExtensionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.CreateAsync(Microsoft.Graph.Extension)">
            <summary>
            Creates the specified Extension using POST.
            </summary>
            <param name="extensionToCreate">The Extension to create.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.CreateAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Extension using POST.
            </summary>
            <param name="extensionToCreate">The Extension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.DeleteAsync">
            <summary>
            Deletes the specified Extension.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Extension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.GetAsync">
            <summary>
            Gets the specified Extension.
            </summary>
            <returns>The Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Extension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.UpdateAsync(Microsoft.Graph.Extension)">
            <summary>
            Updates the specified Extension using PATCH.
            </summary>
            <param name="extensionToUpdate">The Extension to update.</param>
            <returns>The updated Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.UpdateAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Extension using PATCH.
            </summary>
            <param name="extensionToUpdate">The Extension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequest.InitializeCollectionProperties(Microsoft.Graph.Extension)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="extensionToInitialize">The <see cref="T:Microsoft.Graph.Extension"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ExtensionRequestBuilder">
            <summary>
            The type ExtensionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ExtensionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ExtensionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.FieldValueSetRequest">
            <summary>
            The type FieldValueSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new FieldValueSetRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.CreateAsync(Microsoft.Graph.FieldValueSet)">
            <summary>
            Creates the specified FieldValueSet using POST.
            </summary>
            <param name="fieldValueSetToCreate">The FieldValueSet to create.</param>
            <returns>The created FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.CreateAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FieldValueSet using POST.
            </summary>
            <param name="fieldValueSetToCreate">The FieldValueSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.DeleteAsync">
            <summary>
            Deletes the specified FieldValueSet.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FieldValueSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.GetAsync">
            <summary>
            Gets the specified FieldValueSet.
            </summary>
            <returns>The FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FieldValueSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.UpdateAsync(Microsoft.Graph.FieldValueSet)">
            <summary>
            Updates the specified FieldValueSet using PATCH.
            </summary>
            <param name="fieldValueSetToUpdate">The FieldValueSet to update.</param>
            <returns>The updated FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.UpdateAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FieldValueSet using PATCH.
            </summary>
            <param name="fieldValueSetToUpdate">The FieldValueSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FieldValueSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FieldValueSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequest.InitializeCollectionProperties(Microsoft.Graph.FieldValueSet)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="fieldValueSetToInitialize">The <see cref="T:Microsoft.Graph.FieldValueSet"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.FieldValueSetRequestBuilder">
            <summary>
            The type FieldValueSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new FieldValueSetRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FieldValueSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.FileAttachmentRequest">
            <summary>
            The type FileAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new FileAttachmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.CreateAsync(Microsoft.Graph.FileAttachment)">
            <summary>
            Creates the specified FileAttachment using POST.
            </summary>
            <param name="fileAttachmentToCreate">The FileAttachment to create.</param>
            <returns>The created FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.CreateAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FileAttachment using POST.
            </summary>
            <param name="fileAttachmentToCreate">The FileAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.DeleteAsync">
            <summary>
            Deletes the specified FileAttachment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FileAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.GetAsync">
            <summary>
            Gets the specified FileAttachment.
            </summary>
            <returns>The FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FileAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.UpdateAsync(Microsoft.Graph.FileAttachment)">
            <summary>
            Updates the specified FileAttachment using PATCH.
            </summary>
            <param name="fileAttachmentToUpdate">The FileAttachment to update.</param>
            <returns>The updated FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.UpdateAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAttachment using PATCH.
            </summary>
            <param name="fileAttachmentToUpdate">The FileAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FileAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FileAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequest.InitializeCollectionProperties(Microsoft.Graph.FileAttachment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="fileAttachmentToInitialize">The <see cref="T:Microsoft.Graph.FileAttachment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.FileAttachmentRequestBuilder">
            <summary>
            The type FileAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new FileAttachmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.FileAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceClient">
            <summary>
            The type GraphServiceClient.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceClient.#ctor(Microsoft.Graph.IAuthenticationProvider,Microsoft.Graph.IHttpProvider)">
            <summary>
            Instantiates a new GraphServiceClient.
            </summary>
            <param name="authenticationProvider">The <see cref="T:Microsoft.Graph.IAuthenticationProvider"/> for authenticating request messages.</param>
            <param name="httpProvider">The <see cref="T:Microsoft.Graph.IHttpProvider"/> for sending requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceClient.#ctor(System.String,Microsoft.Graph.IAuthenticationProvider,Microsoft.Graph.IHttpProvider)">
            <summary>
            Instantiates a new GraphServiceClient.
            </summary>
            <param name="baseUrl">The base service URL. For example, "https://graph.microsoft.com/v1.0".</param>
            <param name="authenticationProvider">The <see cref="T:Microsoft.Graph.IAuthenticationProvider"/> for authenticating request messages.</param>
            <param name="httpProvider">The <see cref="T:Microsoft.Graph.IHttpProvider"/> for sending requests.</param>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.DirectoryObjects">
            <summary>
            Gets the GraphServiceDirectoryObjects request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Devices">
            <summary>
            Gets the GraphServiceDevices request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Domains">
            <summary>
            Gets the GraphServiceDomains request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.DomainDnsRecords">
            <summary>
            Gets the GraphServiceDomainDnsRecords request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Groups">
            <summary>
            Gets the GraphServiceGroups request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.DirectoryRoles">
            <summary>
            Gets the GraphServiceDirectoryRoles request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.DirectoryRoleTemplates">
            <summary>
            Gets the GraphServiceDirectoryRoleTemplates request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Organization">
            <summary>
            Gets the GraphServiceOrganization request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.GroupSettings">
            <summary>
            Gets the GraphServiceGroupSettings request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.GroupSettingTemplates">
            <summary>
            Gets the GraphServiceGroupSettingTemplates request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.SubscribedSkus">
            <summary>
            Gets the GraphServiceSubscribedSkus request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Users">
            <summary>
            Gets the GraphServiceUsers request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Contracts">
            <summary>
            Gets the GraphServiceContracts request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.SchemaExtensions">
            <summary>
            Gets the GraphServiceSchemaExtensions request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Drives">
            <summary>
            Gets the GraphServiceDrives request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Shares">
            <summary>
            Gets the GraphServiceShares request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Sites">
            <summary>
            Gets the GraphServiceSites request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Workbooks">
            <summary>
            Gets the GraphServiceWorkbooks request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Subscriptions">
            <summary>
            Gets the GraphServiceSubscriptions request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Invitations">
            <summary>
            Gets the GraphServiceInvitations request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.GroupLifecyclePolicies">
            <summary>
            Gets the GraphServiceGroupLifecyclePolicies request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Me">
            <summary>
            Gets the GraphServiceMe request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Directory">
            <summary>
            Gets the GraphServiceDirectory request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Drive">
            <summary>
            Gets the GraphServiceDrive request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Planner">
            <summary>
            Gets the GraphServicePlanner request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Reports">
            <summary>
            Gets the GraphServiceReports request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.Education">
            <summary>
            Gets the GraphServiceEducation request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.DeviceAppManagement">
            <summary>
            Gets the GraphServiceDeviceAppManagement request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceClient.DeviceManagement">
            <summary>
            Gets the GraphServiceDeviceManagement request builder.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceContractsCollectionPage">
            <summary>
            The type GraphServiceContractsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContractsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceContractsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceContractsCollectionRequest">
            <summary>
            The type GraphServiceContractsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceContractsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.AddAsync(Microsoft.Graph.Contract)">
            <summary>
            Adds the specified Contract to the collection via POST.
            </summary>
            <param name="contract">The Contract to add.</param>
            <returns>The created Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.AddAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contract to the collection via POST.
            </summary>
            <param name="contract">The Contract to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceContractsCollectionRequestBuilder">
            <summary>
            The type GraphServiceContractsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceContractsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceContractsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContractsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContractRequestBuilder"/> for the specified GraphServiceContract.
            </summary>
            <param name="id">The ID for the GraphServiceContract.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContractRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceContractsCollectionResponse">
            <summary>
            The type GraphServiceContractsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContractsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceContractsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceContractsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDevicesCollectionPage">
            <summary>
            The type GraphServiceDevicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDevicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDevicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDevicesCollectionRequest">
            <summary>
            The type GraphServiceDevicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDevicesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.AddAsync(Microsoft.Graph.Device)">
            <summary>
            Adds the specified Device to the collection via POST.
            </summary>
            <param name="device">The Device to add.</param>
            <returns>The created Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.AddAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Device to the collection via POST.
            </summary>
            <param name="device">The Device to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDevicesCollectionRequestBuilder">
            <summary>
            The type GraphServiceDevicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDevicesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDevicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDevicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceRequestBuilder"/> for the specified GraphServiceDevice.
            </summary>
            <param name="id">The ID for the GraphServiceDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDevicesCollectionResponse">
            <summary>
            The type GraphServiceDevicesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDevicesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDevicesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDevicesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionPage">
            <summary>
            The type GraphServiceDirectoryObjectsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest">
            <summary>
            The type GraphServiceDirectoryObjectsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDirectoryObjectsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder">
            <summary>
            The type GraphServiceDirectoryObjectsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDirectoryObjectsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified GraphServiceDirectoryObject.
            </summary>
            <param name="id">The ID for the GraphServiceDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionResponse">
            <summary>
            The type GraphServiceDirectoryObjectsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryObjectsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRolesCollectionPage">
            <summary>
            The type GraphServiceDirectoryRolesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRolesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest">
            <summary>
            The type GraphServiceDirectoryRolesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDirectoryRolesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.AddAsync(Microsoft.Graph.DirectoryRole)">
            <summary>
            Adds the specified DirectoryRole to the collection via POST.
            </summary>
            <param name="directoryRole">The DirectoryRole to add.</param>
            <returns>The created DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.AddAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryRole to the collection via POST.
            </summary>
            <param name="directoryRole">The DirectoryRole to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequestBuilder">
            <summary>
            The type GraphServiceDirectoryRolesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDirectoryRolesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRolesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryRoleRequestBuilder"/> for the specified GraphServiceDirectoryRole.
            </summary>
            <param name="id">The ID for the GraphServiceDirectoryRole.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRolesCollectionResponse">
            <summary>
            The type GraphServiceDirectoryRolesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRolesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRolesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionPage">
            <summary>
            The type GraphServiceDirectoryRoleTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest">
            <summary>
            The type GraphServiceDirectoryRoleTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDirectoryRoleTemplatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.AddAsync(Microsoft.Graph.DirectoryRoleTemplate)">
            <summary>
            Adds the specified DirectoryRoleTemplate to the collection via POST.
            </summary>
            <param name="directoryRoleTemplate">The DirectoryRoleTemplate to add.</param>
            <returns>The created DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.AddAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryRoleTemplate to the collection via POST.
            </summary>
            <param name="directoryRoleTemplate">The DirectoryRoleTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder">
            <summary>
            The type GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder"/> for the specified GraphServiceDirectoryRoleTemplate.
            </summary>
            <param name="id">The ID for the GraphServiceDirectoryRoleTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionResponse">
            <summary>
            The type GraphServiceDirectoryRoleTemplatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDirectoryRoleTemplatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionPage">
            <summary>
            The type GraphServiceDomainDnsRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest">
            <summary>
            The type GraphServiceDomainDnsRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDomainDnsRecordsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequestBuilder">
            <summary>
            The type GraphServiceDomainDnsRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDomainDnsRecordsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/> for the specified GraphServiceDomainDnsRecord.
            </summary>
            <param name="id">The ID for the GraphServiceDomainDnsRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionResponse">
            <summary>
            The type GraphServiceDomainDnsRecordsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainDnsRecordsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainsCollectionPage">
            <summary>
            The type GraphServiceDomainsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDomainsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainsCollectionRequest">
            <summary>
            The type GraphServiceDomainsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDomainsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.AddAsync(Microsoft.Graph.Domain)">
            <summary>
            Adds the specified Domain to the collection via POST.
            </summary>
            <param name="domain">The Domain to add.</param>
            <returns>The created Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.AddAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Domain to the collection via POST.
            </summary>
            <param name="domain">The Domain to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainsCollectionRequestBuilder">
            <summary>
            The type GraphServiceDomainsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDomainsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDomainsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainRequestBuilder"/> for the specified GraphServiceDomain.
            </summary>
            <param name="id">The ID for the GraphServiceDomain.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDomainsCollectionResponse">
            <summary>
            The type GraphServiceDomainsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDomainsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDomainsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDrivesCollectionPage">
            <summary>
            The type GraphServiceDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDrivesCollectionRequest">
            <summary>
            The type GraphServiceDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceDrivesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDrivesCollectionRequestBuilder">
            <summary>
            The type GraphServiceDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceDrivesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified GraphServiceDrive.
            </summary>
            <param name="id">The ID for the GraphServiceDrive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceDrivesCollectionResponse">
            <summary>
            The type GraphServiceDrivesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDrivesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceDrivesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceDrivesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionPage">
            <summary>
            The type GraphServiceGroupLifecyclePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest">
            <summary>
            The type GraphServiceGroupLifecyclePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceGroupLifecyclePoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.AddAsync(Microsoft.Graph.GroupLifecyclePolicy)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.AddAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder">
            <summary>
            The type GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/> for the specified GraphServiceGroupLifecyclePolicy.
            </summary>
            <param name="id">The ID for the GraphServiceGroupLifecyclePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionResponse">
            <summary>
            The type GraphServiceGroupLifecyclePoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupLifecyclePoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupsCollectionPage">
            <summary>
            The type GraphServiceGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupsCollectionRequest">
            <summary>
            The type GraphServiceGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.AddAsync(Microsoft.Graph.Group)">
            <summary>
            Adds the specified Group to the collection via POST.
            </summary>
            <param name="group">The Group to add.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.AddAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupsCollectionRequestBuilder">
            <summary>
            The type GraphServiceGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupRequestBuilder"/> for the specified GraphServiceGroup.
            </summary>
            <param name="id">The ID for the GraphServiceGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for GroupDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupsCollectionResponse">
            <summary>
            The type GraphServiceGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingsCollectionPage">
            <summary>
            The type GraphServiceGroupSettingsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest">
            <summary>
            The type GraphServiceGroupSettingsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceGroupSettingsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.AddAsync(Microsoft.Graph.GroupSetting)">
            <summary>
            Adds the specified GroupSetting to the collection via POST.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.AddAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSetting to the collection via POST.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequestBuilder">
            <summary>
            The type GraphServiceGroupSettingsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceGroupSettingsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/> for the specified GraphServiceGroupSetting.
            </summary>
            <param name="id">The ID for the GraphServiceGroupSetting.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingsCollectionResponse">
            <summary>
            The type GraphServiceGroupSettingsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceGroupSettingsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionPage">
            <summary>
            The type GraphServiceGroupSettingTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest">
            <summary>
            The type GraphServiceGroupSettingTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceGroupSettingTemplatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.AddAsync(Microsoft.Graph.GroupSettingTemplate)">
            <summary>
            Adds the specified GroupSettingTemplate to the collection via POST.
            </summary>
            <param name="groupSettingTemplate">The GroupSettingTemplate to add.</param>
            <returns>The created GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.AddAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSettingTemplate to the collection via POST.
            </summary>
            <param name="groupSettingTemplate">The GroupSettingTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequestBuilder">
            <summary>
            The type GraphServiceGroupSettingTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceGroupSettingTemplatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupSettingTemplateRequestBuilder"/> for the specified GraphServiceGroupSettingTemplate.
            </summary>
            <param name="id">The ID for the GraphServiceGroupSettingTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionResponse">
            <summary>
            The type GraphServiceGroupSettingTemplatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceInvitationsCollectionPage">
            <summary>
            The type GraphServiceInvitationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceInvitationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceInvitationsCollectionRequest">
            <summary>
            The type GraphServiceInvitationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceInvitationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.AddAsync(Microsoft.Graph.Invitation)">
            <summary>
            Adds the specified Invitation to the collection via POST.
            </summary>
            <param name="invitation">The Invitation to add.</param>
            <returns>The created Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.AddAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Invitation to the collection via POST.
            </summary>
            <param name="invitation">The Invitation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceInvitationsCollectionRequestBuilder">
            <summary>
            The type GraphServiceInvitationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceInvitationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceInvitationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceInvitationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IInvitationRequestBuilder"/> for the specified GraphServiceInvitation.
            </summary>
            <param name="id">The ID for the GraphServiceInvitation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IInvitationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceInvitationsCollectionResponse">
            <summary>
            The type GraphServiceInvitationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceInvitationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceInvitationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceInvitationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceOrganizationCollectionPage">
            <summary>
            The type GraphServiceOrganizationCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOrganizationCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceOrganizationCollectionRequest">
            <summary>
            The type GraphServiceOrganizationCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceOrganizationCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.AddAsync(Microsoft.Graph.Organization)">
            <summary>
            Adds the specified Organization to the collection via POST.
            </summary>
            <param name="organization">The Organization to add.</param>
            <returns>The created Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.AddAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Organization to the collection via POST.
            </summary>
            <param name="organization">The Organization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceOrganizationCollectionRequestBuilder">
            <summary>
            The type GraphServiceOrganizationCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceOrganizationCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceOrganizationCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOrganizationCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrganizationRequestBuilder"/> for the specified GraphServiceOrganization.
            </summary>
            <param name="id">The ID for the GraphServiceOrganization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceOrganizationCollectionResponse">
            <summary>
            The type GraphServiceOrganizationCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOrganizationCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceOrganizationCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceOrganizationCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionPage">
            <summary>
            The type GraphServiceSchemaExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest">
            <summary>
            The type GraphServiceSchemaExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceSchemaExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.AddAsync(Microsoft.Graph.SchemaExtension)">
            <summary>
            Adds the specified SchemaExtension to the collection via POST.
            </summary>
            <param name="schemaExtension">The SchemaExtension to add.</param>
            <returns>The created SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.AddAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SchemaExtension to the collection via POST.
            </summary>
            <param name="schemaExtension">The SchemaExtension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequestBuilder">
            <summary>
            The type GraphServiceSchemaExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceSchemaExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISchemaExtensionRequestBuilder"/> for the specified GraphServiceSchemaExtension.
            </summary>
            <param name="id">The ID for the GraphServiceSchemaExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISchemaExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionResponse">
            <summary>
            The type GraphServiceSchemaExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSchemaExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSharesCollectionPage">
            <summary>
            The type GraphServiceSharesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSharesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSharesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSharesCollectionRequest">
            <summary>
            The type GraphServiceSharesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceSharesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.AddAsync(Microsoft.Graph.SharedDriveItem)">
            <summary>
            Adds the specified SharedDriveItem to the collection via POST.
            </summary>
            <param name="sharedDriveItem">The SharedDriveItem to add.</param>
            <returns>The created SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.AddAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedDriveItem to the collection via POST.
            </summary>
            <param name="sharedDriveItem">The SharedDriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSharesCollectionRequestBuilder">
            <summary>
            The type GraphServiceSharesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceSharesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSharesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSharesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISharedDriveItemRequestBuilder"/> for the specified GraphServiceSharedDriveItem.
            </summary>
            <param name="id">The ID for the GraphServiceSharedDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISharedDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSharesCollectionResponse">
            <summary>
            The type GraphServiceSharesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSharesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceSharesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSharesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSitesCollectionPage">
            <summary>
            The type GraphServiceSitesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSitesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSitesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSitesCollectionRequest">
            <summary>
            The type GraphServiceSitesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceSitesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.AddAsync(Microsoft.Graph.Site)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSitesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSitesCollectionResponse">
            <summary>
            The type GraphServiceSitesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSitesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceSitesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSitesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscribedSkusCollectionPage">
            <summary>
            The type GraphServiceSubscribedSkusCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscribedSkusCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest">
            <summary>
            The type GraphServiceSubscribedSkusCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceSubscribedSkusCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.AddAsync(Microsoft.Graph.SubscribedSku)">
            <summary>
            Adds the specified SubscribedSku to the collection via POST.
            </summary>
            <param name="subscribedSku">The SubscribedSku to add.</param>
            <returns>The created SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.AddAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SubscribedSku to the collection via POST.
            </summary>
            <param name="subscribedSku">The SubscribedSku to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequestBuilder">
            <summary>
            The type GraphServiceSubscribedSkusCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceSubscribedSkusCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscribedSkusCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubscribedSkuRequestBuilder"/> for the specified GraphServiceSubscribedSku.
            </summary>
            <param name="id">The ID for the GraphServiceSubscribedSku.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubscribedSkuRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscribedSkusCollectionResponse">
            <summary>
            The type GraphServiceSubscribedSkusCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscribedSkusCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscribedSkusCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscriptionsCollectionPage">
            <summary>
            The type GraphServiceSubscriptionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscriptionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest">
            <summary>
            The type GraphServiceSubscriptionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceSubscriptionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.AddAsync(Microsoft.Graph.Subscription)">
            <summary>
            Adds the specified Subscription to the collection via POST.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.AddAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequestBuilder">
            <summary>
            The type GraphServiceSubscriptionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceSubscriptionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscriptionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/> for the specified GraphServiceSubscription.
            </summary>
            <param name="id">The ID for the GraphServiceSubscription.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceSubscriptionsCollectionResponse">
            <summary>
            The type GraphServiceSubscriptionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscriptionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceSubscriptionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceSubscriptionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceUsersCollectionPage">
            <summary>
            The type GraphServiceUsersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceUsersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceUsersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceUsersCollectionRequest">
            <summary>
            The type GraphServiceUsersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceUsersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.AddAsync(Microsoft.Graph.User)">
            <summary>
            Adds the specified User to the collection via POST.
            </summary>
            <param name="user">The User to add.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.AddAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceUsersCollectionRequestBuilder">
            <summary>
            The type GraphServiceUsersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceUsersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceUsersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserRequestBuilder"/> for the specified GraphServiceUser.
            </summary>
            <param name="id">The ID for the GraphServiceUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceUsersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for UserDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceUsersCollectionResponse">
            <summary>
            The type GraphServiceUsersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceUsersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceUsersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceUsersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceWorkbooksCollectionPage">
            <summary>
            The type GraphServiceWorkbooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceWorkbooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest">
            <summary>
            The type GraphServiceWorkbooksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GraphServiceWorkbooksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest.AddAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceWorkbooksCollectionRequestBuilder">
            <summary>
            The type GraphServiceWorkbooksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GraphServiceWorkbooksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GraphServiceWorkbooksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceWorkbooksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified GraphServiceDriveItem.
            </summary>
            <param name="id">The ID for the GraphServiceDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GraphServiceWorkbooksCollectionResponse">
            <summary>
            The type GraphServiceWorkbooksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceWorkbooksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGraphServiceWorkbooksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GraphServiceWorkbooksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupAcceptedSendersCollectionPage">
            <summary>
            The type GroupAcceptedSendersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAcceptedSendersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupAcceptedSendersCollectionRequest">
            <summary>
            The type GroupAcceptedSendersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupAcceptedSendersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupAcceptedSendersCollectionRequestBuilder">
            <summary>
            The type GroupAcceptedSendersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupAcceptedSendersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupAcceptedSendersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified GroupDirectoryObject.
            </summary>
            <param name="id">The ID for the GroupDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAcceptedSendersCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupAcceptedSendersCollectionResponse">
            <summary>
            The type GroupAcceptedSendersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAcceptedSendersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupAcceptedSendersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupAddFavoriteRequest">
            <summary>
            The type GroupAddFavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupAddFavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupAddFavoriteRequestBuilder">
            <summary>
            The type GroupAddFavoriteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupAddFavoriteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupAddFavoriteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupCalendarViewCollectionPage">
            <summary>
            The type GroupCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupCalendarViewCollectionRequest">
            <summary>
            The type GroupCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupCalendarViewCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupCalendarViewCollectionRequestBuilder">
            <summary>
            The type GroupCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupCalendarViewCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified GroupEvent.
            </summary>
            <param name="id">The ID for the GroupEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupCalendarViewCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupCalendarViewCollectionResponse">
            <summary>
            The type GroupCalendarViewCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupCalendarViewCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupCalendarViewCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupCalendarViewCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupConversationsCollectionPage">
            <summary>
            The type GroupConversationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupConversationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupConversationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupConversationsCollectionRequest">
            <summary>
            The type GroupConversationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupConversationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.AddAsync(Microsoft.Graph.Conversation)">
            <summary>
            Adds the specified Conversation to the collection via POST.
            </summary>
            <param name="conversation">The Conversation to add.</param>
            <returns>The created Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.AddAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Conversation to the collection via POST.
            </summary>
            <param name="conversation">The Conversation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupConversationsCollectionRequestBuilder">
            <summary>
            The type GroupConversationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupConversationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupConversationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupConversationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationRequestBuilder"/> for the specified GroupConversation.
            </summary>
            <param name="id">The ID for the GroupConversation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupConversationsCollectionResponse">
            <summary>
            The type GroupConversationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupConversationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupConversationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupConversationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupDeltaCollectionPage">
            <summary>
            The type GroupDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupDeltaCollectionResponse">
            <summary>
            The type GroupDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupDeltaRequest">
            <summary>
            The type GroupDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupDeltaRequestBuilder">
            <summary>
            The type GroupDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupDrivesCollectionPage">
            <summary>
            The type GroupDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupDrivesCollectionRequest">
            <summary>
            The type GroupDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupDrivesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupDrivesCollectionRequestBuilder">
            <summary>
            The type GroupDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupDrivesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified GroupDrive.
            </summary>
            <param name="id">The ID for the GroupDrive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupDrivesCollectionResponse">
            <summary>
            The type GroupDrivesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDrivesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupDrivesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupDrivesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupEventsCollectionPage">
            <summary>
            The type GroupEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupEventsCollectionRequest">
            <summary>
            The type GroupEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupEventsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupEventsCollectionRequestBuilder">
            <summary>
            The type GroupEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupEventsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified GroupEvent.
            </summary>
            <param name="id">The ID for the GroupEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupEventsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupEventsCollectionResponse">
            <summary>
            The type GroupEventsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupEventsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupEventsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupEventsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupExtensionsCollectionPage">
            <summary>
            The type GroupExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupExtensionsCollectionRequest">
            <summary>
            The type GroupExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupExtensionsCollectionRequestBuilder">
            <summary>
            The type GroupExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified GroupExtension.
            </summary>
            <param name="id">The ID for the GroupExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupExtensionsCollectionResponse">
            <summary>
            The type GroupExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionPage">
            <summary>
            The type GroupGroupLifecyclePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest">
            <summary>
            The type GroupGroupLifecyclePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupGroupLifecyclePoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.AddAsync(Microsoft.Graph.GroupLifecyclePolicy)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.AddAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequestBuilder">
            <summary>
            The type GroupGroupLifecyclePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupGroupLifecyclePoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/> for the specified GroupGroupLifecyclePolicy.
            </summary>
            <param name="id">The ID for the GroupGroupLifecyclePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionResponse">
            <summary>
            The type GroupGroupLifecyclePoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupGroupLifecyclePoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest">
            <summary>
            The type GroupLifecyclePolicyAddGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupLifecyclePolicyAddGroupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequestBuilder">
            <summary>
            The type GroupLifecyclePolicyAddGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="groupId">A groupId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyAddGroupRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest">
            <summary>
            The type GroupLifecyclePolicyRemoveGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupLifecyclePolicyRemoveGroupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequestBuilder">
            <summary>
            The type GroupLifecyclePolicyRemoveGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="groupId">A groupId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRemoveGroupRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyRequest">
            <summary>
            The type GroupLifecyclePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupLifecyclePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.CreateAsync(Microsoft.Graph.GroupLifecyclePolicy)">
            <summary>
            Creates the specified GroupLifecyclePolicy using POST.
            </summary>
            <param name="groupLifecyclePolicyToCreate">The GroupLifecyclePolicy to create.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.CreateAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupLifecyclePolicy using POST.
            </summary>
            <param name="groupLifecyclePolicyToCreate">The GroupLifecyclePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified GroupLifecyclePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupLifecyclePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.GetAsync">
            <summary>
            Gets the specified GroupLifecyclePolicy.
            </summary>
            <returns>The GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupLifecyclePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.UpdateAsync(Microsoft.Graph.GroupLifecyclePolicy)">
            <summary>
            Updates the specified GroupLifecyclePolicy using PATCH.
            </summary>
            <param name="groupLifecyclePolicyToUpdate">The GroupLifecyclePolicy to update.</param>
            <returns>The updated GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.UpdateAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupLifecyclePolicy using PATCH.
            </summary>
            <param name="groupLifecyclePolicyToUpdate">The GroupLifecyclePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.GroupLifecyclePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="groupLifecyclePolicyToInitialize">The <see cref="T:Microsoft.Graph.GroupLifecyclePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.GroupLifecyclePolicyRequestBuilder">
            <summary>
            The type GroupLifecyclePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupLifecyclePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequestBuilder.AddGroup(System.String)">
            <summary>
            Gets the request builder for GroupLifecyclePolicyAddGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupLifecyclePolicyRequestBuilder.RemoveGroup(System.String)">
            <summary>
            Gets the request builder for GroupLifecyclePolicyRemoveGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMemberOfCollectionReferencesRequest">
            <summary>
            The type GroupMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupMemberOfCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The type GroupMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupMemberOfCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMemberOfCollectionWithReferencesPage">
            <summary>
            The type GroupMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest">
            <summary>
            The type GroupMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupMemberOfCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The type GroupMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified GroupDirectoryObject.
            </summary>
            <param name="id">The ID for the GroupDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMemberOfCollectionWithReferencesResponse">
            <summary>
            The type GroupMemberOfCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMemberOfCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMemberOfCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersCollectionReferencesRequest">
            <summary>
            The type GroupMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupMembersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersCollectionReferencesRequestBuilder">
            <summary>
            The type GroupMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupMembersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersCollectionWithReferencesPage">
            <summary>
            The type GroupMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest">
            <summary>
            The type GroupMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupMembersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The type GroupMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupMembersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified GroupDirectoryObject.
            </summary>
            <param name="id">The ID for the GroupDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupMembersCollectionWithReferencesResponse">
            <summary>
            The type GroupMembersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupMembersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupOwnersCollectionReferencesRequest">
            <summary>
            The type GroupOwnersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupOwnersCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupOwnersCollectionReferencesRequestBuilder">
            <summary>
            The type GroupOwnersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupOwnersCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupOwnersCollectionWithReferencesPage">
            <summary>
            The type GroupOwnersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupOwnersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest">
            <summary>
            The type GroupOwnersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupOwnersCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequestBuilder">
            <summary>
            The type GroupOwnersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupOwnersCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified GroupDirectoryObject.
            </summary>
            <param name="id">The ID for the GroupDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupOwnersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupOwnersCollectionWithReferencesResponse">
            <summary>
            The type GroupOwnersCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupOwnersCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupOwnersCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupPhotosCollectionPage">
            <summary>
            The type GroupPhotosCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupPhotosCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupPhotosCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupPhotosCollectionRequest">
            <summary>
            The type GroupPhotosCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupPhotosCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.AddAsync(Microsoft.Graph.ProfilePhoto)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.AddAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupPhotosCollectionRequestBuilder">
            <summary>
            The type GroupPhotosCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupPhotosCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupPhotosCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupPhotosCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/> for the specified GroupProfilePhoto.
            </summary>
            <param name="id">The ID for the GroupProfilePhoto.</param>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupPhotosCollectionResponse">
            <summary>
            The type GroupPhotosCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupPhotosCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupPhotosCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupPhotosCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupReferenceRequest">
            <summary>
            The type GroupReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified Group reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified Group reference.
            </summary>
            <param name="id">The Group reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Group reference.
            </summary>
            <param name="id">The Group reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupReferenceRequestBuilder">
            <summary>
            The type GroupReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRejectedSendersCollectionPage">
            <summary>
            The type GroupRejectedSendersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupRejectedSendersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupRejectedSendersCollectionRequest">
            <summary>
            The type GroupRejectedSendersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupRejectedSendersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRejectedSendersCollectionRequestBuilder">
            <summary>
            The type GroupRejectedSendersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupRejectedSendersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRejectedSendersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified GroupDirectoryObject.
            </summary>
            <param name="id">The ID for the GroupDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRejectedSendersCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRejectedSendersCollectionResponse">
            <summary>
            The type GroupRejectedSendersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupRejectedSendersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupRejectedSendersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupRemoveFavoriteRequest">
            <summary>
            The type GroupRemoveFavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupRemoveFavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRemoveFavoriteRequestBuilder">
            <summary>
            The type GroupRemoveFavoriteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupRemoveFavoriteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRemoveFavoriteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRenewRequest">
            <summary>
            The type GroupRenewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupRenewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRenewRequestBuilder">
            <summary>
            The type GroupRenewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupRenewRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRenewRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupRequest">
            <summary>
            The type GroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.CreateAsync(Microsoft.Graph.Group)">
            <summary>
            Creates the specified Group using POST.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.CreateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.DeleteAsync">
            <summary>
            Deletes the specified Group.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.GetAsync">
            <summary>
            Gets the specified Group.
            </summary>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.UpdateAsync(Microsoft.Graph.Group)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.UpdateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequest.InitializeCollectionProperties(Microsoft.Graph.Group)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="groupToInitialize">The <see cref="T:Microsoft.Graph.Group"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.GroupRequestBuilder">
            <summary>
            The type GroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.CreatedOnBehalfOf">
            <summary>
            Gets the request builder for CreatedOnBehalfOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Owners">
            <summary>
            Gets the request builder for Owners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Settings">
            <summary>
            Gets the request builder for Settings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Threads">
            <summary>
            Gets the request builder for Threads.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupThreadsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Calendar">
            <summary>
            Gets the request builder for Calendar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Events">
            <summary>
            Gets the request builder for Events.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Conversations">
            <summary>
            Gets the request builder for Conversations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupConversationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Photos">
            <summary>
            Gets the request builder for Photos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupPhotosCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.AcceptedSenders">
            <summary>
            Gets the request builder for AcceptedSenders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.RejectedSenders">
            <summary>
            Gets the request builder for RejectedSenders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupDrivesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Sites">
            <summary>
            Gets the request builder for Sites.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSitesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Planner">
            <summary>
            Gets the request builder for Planner.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerGroupRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupRequestBuilder.GroupLifecyclePolicies">
            <summary>
            Gets the request builder for GroupLifecyclePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.SubscribeByMail">
            <summary>
            Gets the request builder for GroupSubscribeByMail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSubscribeByMailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.UnsubscribeByMail">
            <summary>
            Gets the request builder for GroupUnsubscribeByMail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupUnsubscribeByMailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.AddFavorite">
            <summary>
            Gets the request builder for GroupAddFavorite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAddFavoriteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.RemoveFavorite">
            <summary>
            Gets the request builder for GroupRemoveFavorite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRemoveFavoriteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.ResetUnseenCount">
            <summary>
            Gets the request builder for GroupResetUnseenCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupResetUnseenCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupRequestBuilder.Renew">
            <summary>
            Gets the request builder for GroupRenew.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRenewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupResetUnseenCountRequest">
            <summary>
            The type GroupResetUnseenCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupResetUnseenCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupResetUnseenCountRequestBuilder">
            <summary>
            The type GroupResetUnseenCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupResetUnseenCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupResetUnseenCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingRequest">
            <summary>
            The type GroupSettingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupSettingRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.CreateAsync(Microsoft.Graph.GroupSetting)">
            <summary>
            Creates the specified GroupSetting using POST.
            </summary>
            <param name="groupSettingToCreate">The GroupSetting to create.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.CreateAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupSetting using POST.
            </summary>
            <param name="groupSettingToCreate">The GroupSetting to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.DeleteAsync">
            <summary>
            Deletes the specified GroupSetting.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupSetting.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.GetAsync">
            <summary>
            Gets the specified GroupSetting.
            </summary>
            <returns>The GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupSetting.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.UpdateAsync(Microsoft.Graph.GroupSetting)">
            <summary>
            Updates the specified GroupSetting using PATCH.
            </summary>
            <param name="groupSettingToUpdate">The GroupSetting to update.</param>
            <returns>The updated GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.UpdateAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSetting using PATCH.
            </summary>
            <param name="groupSettingToUpdate">The GroupSetting to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequest.InitializeCollectionProperties(Microsoft.Graph.GroupSetting)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="groupSettingToInitialize">The <see cref="T:Microsoft.Graph.GroupSetting"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingRequestBuilder">
            <summary>
            The type GroupSettingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupSettingRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingsCollectionPage">
            <summary>
            The type GroupSettingsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupSettingsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingsCollectionRequest">
            <summary>
            The type GroupSettingsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupSettingsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.AddAsync(Microsoft.Graph.GroupSetting)">
            <summary>
            Adds the specified GroupSetting to the collection via POST.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.AddAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSetting to the collection via POST.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingsCollectionRequestBuilder">
            <summary>
            The type GroupSettingsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupSettingsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/> for the specified GroupGroupSetting.
            </summary>
            <param name="id">The ID for the GroupGroupSetting.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingsCollectionResponse">
            <summary>
            The type GroupSettingsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupSettingsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSettingsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingTemplateRequest">
            <summary>
            The type GroupSettingTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupSettingTemplateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.CreateAsync(Microsoft.Graph.GroupSettingTemplate)">
            <summary>
            Creates the specified GroupSettingTemplate using POST.
            </summary>
            <param name="groupSettingTemplateToCreate">The GroupSettingTemplate to create.</param>
            <returns>The created GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.CreateAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupSettingTemplate using POST.
            </summary>
            <param name="groupSettingTemplateToCreate">The GroupSettingTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.DeleteAsync">
            <summary>
            Deletes the specified GroupSettingTemplate.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupSettingTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.GetAsync">
            <summary>
            Gets the specified GroupSettingTemplate.
            </summary>
            <returns>The GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupSettingTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.UpdateAsync(Microsoft.Graph.GroupSettingTemplate)">
            <summary>
            Updates the specified GroupSettingTemplate using PATCH.
            </summary>
            <param name="groupSettingTemplateToUpdate">The GroupSettingTemplate to update.</param>
            <returns>The updated GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.UpdateAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSettingTemplate using PATCH.
            </summary>
            <param name="groupSettingTemplateToUpdate">The GroupSettingTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequest.InitializeCollectionProperties(Microsoft.Graph.GroupSettingTemplate)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="groupSettingTemplateToInitialize">The <see cref="T:Microsoft.Graph.GroupSettingTemplate"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.GroupSettingTemplateRequestBuilder">
            <summary>
            The type GroupSettingTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupSettingTemplateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSettingTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSitesCollectionPage">
            <summary>
            The type GroupSitesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSitesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupSitesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupSitesCollectionRequest">
            <summary>
            The type GroupSitesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupSitesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.AddAsync(Microsoft.Graph.Site)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSitesCollectionRequestBuilder">
            <summary>
            The type GroupSitesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupSitesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSitesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupSitesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/> for the specified GroupSite.
            </summary>
            <param name="id">The ID for the GroupSite.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSitesCollectionResponse">
            <summary>
            The type GroupSitesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSitesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupSitesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupSitesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupSubscribeByMailRequest">
            <summary>
            The type GroupSubscribeByMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupSubscribeByMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupSubscribeByMailRequestBuilder">
            <summary>
            The type GroupSubscribeByMailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupSubscribeByMailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupSubscribeByMailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupThreadsCollectionPage">
            <summary>
            The type GroupThreadsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupThreadsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupThreadsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupThreadsCollectionRequest">
            <summary>
            The type GroupThreadsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupThreadsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.AddAsync(Microsoft.Graph.ConversationThread)">
            <summary>
            Adds the specified ConversationThread to the collection via POST.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.AddAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationThread to the collection via POST.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupThreadsCollectionRequestBuilder">
            <summary>
            The type GroupThreadsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupThreadsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupThreadsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupThreadsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/> for the specified GroupConversationThread.
            </summary>
            <param name="id">The ID for the GroupConversationThread.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupThreadsCollectionResponse">
            <summary>
            The type GroupThreadsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupThreadsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IGroupThreadsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.GroupThreadsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.GroupUnsubscribeByMailRequest">
            <summary>
            The type GroupUnsubscribeByMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupUnsubscribeByMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupUnsubscribeByMailRequestBuilder">
            <summary>
            The type GroupUnsubscribeByMailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.GroupUnsubscribeByMailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupUnsubscribeByMailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupWithReferenceRequest">
            <summary>
            The type GroupWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new GroupWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified Group.
            </summary>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.CreateAsync(Microsoft.Graph.Group)">
            <summary>
            Creates the specified Group using POST.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.CreateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using POST.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.UpdateAsync(Microsoft.Graph.Group)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.UpdateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified Group.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.GroupWithReferenceRequestBuilder">
            <summary>
            The type GroupWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new GroupWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.GroupWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.GroupWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the group.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IActivityHistoryItemRequest">
            <summary>
            The interface IActivityHistoryItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.CreateAsync(Microsoft.Graph.ActivityHistoryItem)">
            <summary>
            Creates the specified ActivityHistoryItem using PUT.
            </summary>
            <param name="activityHistoryItemToCreate">The ActivityHistoryItem to create.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.CreateAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ActivityHistoryItem using PUT.
            </summary>
            <param name="activityHistoryItemToCreate">The ActivityHistoryItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.DeleteAsync">
            <summary>
            Deletes the specified ActivityHistoryItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ActivityHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.GetAsync">
            <summary>
            Gets the specified ActivityHistoryItem.
            </summary>
            <returns>The ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ActivityHistoryItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.UpdateAsync(Microsoft.Graph.ActivityHistoryItem)">
            <summary>
            Updates the specified ActivityHistoryItem using PATCH.
            </summary>
            <param name="activityHistoryItemToUpdate">The ActivityHistoryItem to update.</param>
            <returns>The updated ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.UpdateAsync(Microsoft.Graph.ActivityHistoryItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ActivityHistoryItem using PATCH.
            </summary>
            <param name="activityHistoryItemToUpdate">The ActivityHistoryItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ActivityHistoryItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ActivityHistoryItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IActivityHistoryItemRequestBuilder">
            <summary>
            The interface IActivityHistoryItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IActivityHistoryItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IActivityHistoryItemRequestBuilder.Activity">
            <summary>
            Gets the request builder for Activity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitReferenceRequest">
            <summary>
            The interface IAdministrativeUnitReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified AdministrativeUnit reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified AdministrativeUnit reference.
            </summary>
            <param name="id">The AdministrativeUnit reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified AdministrativeUnit reference.
            </summary>
            <param name="id">The AdministrativeUnit reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitReferenceRequestBuilder">
            <summary>
            The interface IAdministrativeUnitReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitRequest">
            <summary>
            The interface IAdministrativeUnitRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.CreateAsync(Microsoft.Graph.AdministrativeUnit)">
            <summary>
            Creates the specified AdministrativeUnit using PUT.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.CreateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdministrativeUnit using PUT.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.DeleteAsync">
            <summary>
            Deletes the specified AdministrativeUnit.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.GetAsync">
            <summary>
            Gets the specified AdministrativeUnit.
            </summary>
            <returns>The AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.UpdateAsync(Microsoft.Graph.AdministrativeUnit)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <returns>The updated AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.UpdateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitRequestBuilder">
            <summary>
            The interface IAdministrativeUnitRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest">
            <summary>
            The interface IAdministrativeUnitWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified AdministrativeUnit.
            </summary>
            <returns>The AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.CreateAsync(Microsoft.Graph.AdministrativeUnit)">
            <summary>
            Creates the specified AdministrativeUnit using PUT.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.CreateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AdministrativeUnit using PUT.
            </summary>
            <param name="administrativeUnitToCreate">The AdministrativeUnit to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.UpdateAsync(Microsoft.Graph.AdministrativeUnit)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <returns>The updated AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.UpdateAsync(Microsoft.Graph.AdministrativeUnit,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AdministrativeUnit using PATCH.
            </summary>
            <param name="administrativeUnitToUpdate">The AdministrativeUnit to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AdministrativeUnit.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified AdministrativeUnit.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AdministrativeUnit.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AdministrativeUnit,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAdministrativeUnitWithReferenceRequestBuilder">
            <summary>
            The interface IAdministrativeUnitWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAdministrativeUnitWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAdministrativeUnitWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the administrativeUnit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidCompliancePolicyRequest">
            <summary>
            The interface IAndroidCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.CreateAsync(Microsoft.Graph.AndroidCompliancePolicy)">
            <summary>
            Creates the specified AndroidCompliancePolicy using PUT.
            </summary>
            <param name="androidCompliancePolicyToCreate">The AndroidCompliancePolicy to create.</param>
            <returns>The created AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.CreateAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidCompliancePolicy using PUT.
            </summary>
            <param name="androidCompliancePolicyToCreate">The AndroidCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidCompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified AndroidCompliancePolicy.
            </summary>
            <returns>The AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.AndroidCompliancePolicy)">
            <summary>
            Updates the specified AndroidCompliancePolicy using PATCH.
            </summary>
            <param name="androidCompliancePolicyToUpdate">The AndroidCompliancePolicy to update.</param>
            <returns>The updated AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.AndroidCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCompliancePolicy using PATCH.
            </summary>
            <param name="androidCompliancePolicyToUpdate">The AndroidCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidCompliancePolicyRequestBuilder">
            <summary>
            The interface IAndroidCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidCustomConfigurationRequest">
            <summary>
            The interface IAndroidCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidCustomConfiguration)">
            <summary>
            Creates the specified AndroidCustomConfiguration using PUT.
            </summary>
            <param name="androidCustomConfigurationToCreate">The AndroidCustomConfiguration to create.</param>
            <returns>The created AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidCustomConfiguration using PUT.
            </summary>
            <param name="androidCustomConfigurationToCreate">The AndroidCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidCustomConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.GetAsync">
            <summary>
            Gets the specified AndroidCustomConfiguration.
            </summary>
            <returns>The AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidCustomConfiguration)">
            <summary>
            Updates the specified AndroidCustomConfiguration using PATCH.
            </summary>
            <param name="androidCustomConfigurationToUpdate">The AndroidCustomConfiguration to update.</param>
            <returns>The updated AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidCustomConfiguration using PATCH.
            </summary>
            <param name="androidCustomConfigurationToUpdate">The AndroidCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidCustomConfigurationRequestBuilder">
            <summary>
            The interface IAndroidCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest">
            <summary>
            The interface IAndroidGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration)">
            <summary>
            Creates the specified AndroidGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="androidGeneralDeviceConfigurationToCreate">The AndroidGeneralDeviceConfiguration to create.</param>
            <returns>The created AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="androidGeneralDeviceConfigurationToCreate">The AndroidGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidGeneralDeviceConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.GetAsync">
            <summary>
            Gets the specified AndroidGeneralDeviceConfiguration.
            </summary>
            <returns>The AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration)">
            <summary>
            Updates the specified AndroidGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="androidGeneralDeviceConfigurationToUpdate">The AndroidGeneralDeviceConfiguration to update.</param>
            <returns>The updated AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="androidGeneralDeviceConfigurationToUpdate">The AndroidGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The interface IAndroidGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidLobAppRequest">
            <summary>
            The interface IAndroidLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.CreateAsync(Microsoft.Graph.AndroidLobApp)">
            <summary>
            Creates the specified AndroidLobApp using PUT.
            </summary>
            <param name="androidLobAppToCreate">The AndroidLobApp to create.</param>
            <returns>The created AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.CreateAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidLobApp using PUT.
            </summary>
            <param name="androidLobAppToCreate">The AndroidLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidLobApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.GetAsync">
            <summary>
            Gets the specified AndroidLobApp.
            </summary>
            <returns>The AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.UpdateAsync(Microsoft.Graph.AndroidLobApp)">
            <summary>
            Updates the specified AndroidLobApp using PATCH.
            </summary>
            <param name="androidLobAppToUpdate">The AndroidLobApp to update.</param>
            <returns>The updated AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.UpdateAsync(Microsoft.Graph.AndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidLobApp using PATCH.
            </summary>
            <param name="androidLobAppToUpdate">The AndroidLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidLobAppRequestBuilder">
            <summary>
            The interface IAndroidLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionPage">
            <summary>
            The interface IAndroidManagedAppProtectionAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest">
            <summary>
            The interface IAndroidManagedAppProtectionAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequestBuilder">
            <summary>
            The interface IAndroidManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified ManagedMobileApp.
            </summary>
            <param name="id">The ID for the ManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppProtectionRequest">
            <summary>
            The interface IAndroidManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.AndroidManagedAppProtection)">
            <summary>
            Creates the specified AndroidManagedAppProtection using PUT.
            </summary>
            <param name="androidManagedAppProtectionToCreate">The AndroidManagedAppProtection to create.</param>
            <returns>The created AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidManagedAppProtection using PUT.
            </summary>
            <param name="androidManagedAppProtectionToCreate">The AndroidManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidManagedAppProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.GetAsync">
            <summary>
            Gets the specified AndroidManagedAppProtection.
            </summary>
            <returns>The AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.AndroidManagedAppProtection)">
            <summary>
            Updates the specified AndroidManagedAppProtection using PATCH.
            </summary>
            <param name="androidManagedAppProtectionToUpdate">The AndroidManagedAppProtection to update.</param>
            <returns>The updated AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppProtection using PATCH.
            </summary>
            <param name="androidManagedAppProtectionToUpdate">The AndroidManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder">
            <summary>
            The interface IAndroidManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppRegistrationRequest">
            <summary>
            The interface IAndroidManagedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.AndroidManagedAppRegistration)">
            <summary>
            Creates the specified AndroidManagedAppRegistration using PUT.
            </summary>
            <param name="androidManagedAppRegistrationToCreate">The AndroidManagedAppRegistration to create.</param>
            <returns>The created AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidManagedAppRegistration using PUT.
            </summary>
            <param name="androidManagedAppRegistrationToCreate">The AndroidManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidManagedAppRegistration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.GetAsync">
            <summary>
            Gets the specified AndroidManagedAppRegistration.
            </summary>
            <returns>The AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.AndroidManagedAppRegistration)">
            <summary>
            Updates the specified AndroidManagedAppRegistration using PATCH.
            </summary>
            <param name="androidManagedAppRegistrationToUpdate">The AndroidManagedAppRegistration to update.</param>
            <returns>The updated AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.AndroidManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidManagedAppRegistration using PATCH.
            </summary>
            <param name="androidManagedAppRegistrationToUpdate">The AndroidManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidManagedAppRegistrationRequestBuilder">
            <summary>
            The interface IAndroidManagedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidManagedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidStoreAppRequest">
            <summary>
            The interface IAndroidStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.CreateAsync(Microsoft.Graph.AndroidStoreApp)">
            <summary>
            Creates the specified AndroidStoreApp using PUT.
            </summary>
            <param name="androidStoreAppToCreate">The AndroidStoreApp to create.</param>
            <returns>The created AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.CreateAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AndroidStoreApp using PUT.
            </summary>
            <param name="androidStoreAppToCreate">The AndroidStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.DeleteAsync">
            <summary>
            Deletes the specified AndroidStoreApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.GetAsync">
            <summary>
            Gets the specified AndroidStoreApp.
            </summary>
            <returns>The AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.UpdateAsync(Microsoft.Graph.AndroidStoreApp)">
            <summary>
            Updates the specified AndroidStoreApp using PATCH.
            </summary>
            <param name="androidStoreAppToUpdate">The AndroidStoreApp to update.</param>
            <returns>The updated AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.UpdateAsync(Microsoft.Graph.AndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AndroidStoreApp using PATCH.
            </summary>
            <param name="androidStoreAppToUpdate">The AndroidStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAndroidStoreAppRequestBuilder">
            <summary>
            The interface IAndroidStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAndroidStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest">
            <summary>
            The interface IAppleDeviceFeaturesConfigurationBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.CreateAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase)">
            <summary>
            Creates the specified AppleDeviceFeaturesConfigurationBase using PUT.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToCreate">The AppleDeviceFeaturesConfigurationBase to create.</param>
            <returns>The created AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.CreateAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Creates the specified AppleDeviceFeaturesConfigurationBase using PUT.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToCreate">The AppleDeviceFeaturesConfigurationBase to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.DeleteAsync">
            <summary>
            Deletes the specified AppleDeviceFeaturesConfigurationBase.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified AppleDeviceFeaturesConfigurationBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.GetAsync">
            <summary>
            Gets the specified AppleDeviceFeaturesConfigurationBase.
            </summary>
            <returns>The AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified AppleDeviceFeaturesConfigurationBase.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.UpdateAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase)">
            <summary>
            Updates the specified AppleDeviceFeaturesConfigurationBase using PATCH.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToUpdate">The AppleDeviceFeaturesConfigurationBase to update.</param>
            <returns>The updated AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.UpdateAsync(Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Threading.CancellationToken)">
            <summary>
            Updates the specified AppleDeviceFeaturesConfigurationBase using PATCH.
            </summary>
            <param name="appleDeviceFeaturesConfigurationBaseToUpdate">The AppleDeviceFeaturesConfigurationBase to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated AppleDeviceFeaturesConfigurationBase.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AppleDeviceFeaturesConfigurationBase,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequestBuilder">
            <summary>
            The interface IAppleDeviceFeaturesConfigurationBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAppleDeviceFeaturesConfigurationBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest">
            <summary>
            The interface IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder">
            <summary>
            The interface IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplePushNotificationCertificateRequest">
            <summary>
            The interface IApplePushNotificationCertificateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.CreateAsync(Microsoft.Graph.ApplePushNotificationCertificate)">
            <summary>
            Creates the specified ApplePushNotificationCertificate using PUT.
            </summary>
            <param name="applePushNotificationCertificateToCreate">The ApplePushNotificationCertificate to create.</param>
            <returns>The created ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.CreateAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ApplePushNotificationCertificate using PUT.
            </summary>
            <param name="applePushNotificationCertificateToCreate">The ApplePushNotificationCertificate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.DeleteAsync">
            <summary>
            Deletes the specified ApplePushNotificationCertificate.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ApplePushNotificationCertificate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.GetAsync">
            <summary>
            Gets the specified ApplePushNotificationCertificate.
            </summary>
            <returns>The ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ApplePushNotificationCertificate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.UpdateAsync(Microsoft.Graph.ApplePushNotificationCertificate)">
            <summary>
            Updates the specified ApplePushNotificationCertificate using PATCH.
            </summary>
            <param name="applePushNotificationCertificateToUpdate">The ApplePushNotificationCertificate to update.</param>
            <returns>The updated ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.UpdateAsync(Microsoft.Graph.ApplePushNotificationCertificate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ApplePushNotificationCertificate using PATCH.
            </summary>
            <param name="applePushNotificationCertificateToUpdate">The ApplePushNotificationCertificate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ApplePushNotificationCertificate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplePushNotificationCertificate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ApplePushNotificationCertificate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IApplePushNotificationCertificateRequestBuilder">
            <summary>
            The interface IApplePushNotificationCertificateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IApplePushNotificationCertificateRequestBuilder.DownloadApplePushNotificationCertificateSigningRequest">
            <summary>
            Gets the request builder for ApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequest.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplePushNotificationCertificateDownloadApplePushNotificationCertificateSigningRequestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentRequest">
            <summary>
            The interface IAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.CreateAsync(Microsoft.Graph.Attachment)">
            <summary>
            Creates the specified Attachment using PUT.
            </summary>
            <param name="attachmentToCreate">The Attachment to create.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.CreateAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Attachment using PUT.
            </summary>
            <param name="attachmentToCreate">The Attachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.DeleteAsync">
            <summary>
            Deletes the specified Attachment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Attachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.GetAsync">
            <summary>
            Gets the specified Attachment.
            </summary>
            <returns>The Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Attachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.UpdateAsync(Microsoft.Graph.Attachment)">
            <summary>
            Updates the specified Attachment using PATCH.
            </summary>
            <param name="attachmentToUpdate">The Attachment to update.</param>
            <returns>The updated Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.UpdateAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Attachment using PATCH.
            </summary>
            <param name="attachmentToUpdate">The Attachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IAttachmentRequestBuilder">
            <summary>
            The interface IAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBaseItemRequest">
            <summary>
            The interface IBaseItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.CreateAsync(Microsoft.Graph.BaseItem)">
            <summary>
            Creates the specified BaseItem using PUT.
            </summary>
            <param name="baseItemToCreate">The BaseItem to create.</param>
            <returns>The created BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.CreateAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BaseItem using PUT.
            </summary>
            <param name="baseItemToCreate">The BaseItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.DeleteAsync">
            <summary>
            Deletes the specified BaseItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BaseItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.GetAsync">
            <summary>
            Gets the specified BaseItem.
            </summary>
            <returns>The BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BaseItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.UpdateAsync(Microsoft.Graph.BaseItem)">
            <summary>
            Updates the specified BaseItem using PATCH.
            </summary>
            <param name="baseItemToUpdate">The BaseItem to update.</param>
            <returns>The updated BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.UpdateAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItem using PATCH.
            </summary>
            <param name="baseItemToUpdate">The BaseItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBaseItemRequestBuilder">
            <summary>
            The interface IBaseItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBaseItemRequestBuilder.CreatedByUser">
            <summary>
            Gets the request builder for CreatedByUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IBaseItemRequestBuilder.LastModifiedByUser">
            <summary>
            Gets the request builder for LastModifiedByUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBaseItemVersionRequest">
            <summary>
            The interface IBaseItemVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.CreateAsync(Microsoft.Graph.BaseItemVersion)">
            <summary>
            Creates the specified BaseItemVersion using PUT.
            </summary>
            <param name="baseItemVersionToCreate">The BaseItemVersion to create.</param>
            <returns>The created BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.CreateAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified BaseItemVersion using PUT.
            </summary>
            <param name="baseItemVersionToCreate">The BaseItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.DeleteAsync">
            <summary>
            Deletes the specified BaseItemVersion.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified BaseItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.GetAsync">
            <summary>
            Gets the specified BaseItemVersion.
            </summary>
            <returns>The BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified BaseItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.UpdateAsync(Microsoft.Graph.BaseItemVersion)">
            <summary>
            Updates the specified BaseItemVersion using PATCH.
            </summary>
            <param name="baseItemVersionToUpdate">The BaseItemVersion to update.</param>
            <returns>The updated BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.UpdateAsync(Microsoft.Graph.BaseItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified BaseItemVersion using PATCH.
            </summary>
            <param name="baseItemVersionToUpdate">The BaseItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated BaseItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IBaseItemVersionRequestBuilder">
            <summary>
            The interface IBaseItemVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IBaseItemVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarCalendarViewCollectionPage">
            <summary>
            The interface ICalendarCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICalendarCalendarViewCollectionRequest">
            <summary>
            The interface ICalendarCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder">
            <summary>
            The interface ICalendarCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarEventsCollectionPage">
            <summary>
            The interface ICalendarEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICalendarEventsCollectionRequest">
            <summary>
            The interface ICalendarEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder">
            <summary>
            The interface ICalendarEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionPage">
            <summary>
            The interface ICalendarGroupCalendarsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarGroupCalendarsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest">
            <summary>
            The interface ICalendarGroupCalendarsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.AddAsync(Microsoft.Graph.Calendar)">
            <summary>
            Adds the specified Calendar to the collection via POST.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.AddAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Calendar to the collection via POST.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequestBuilder">
            <summary>
            The interface ICalendarGroupCalendarsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/> for the specified Calendar.
            </summary>
            <param name="id">The ID for the Calendar.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarGroupRequest">
            <summary>
            The interface ICalendarGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.CreateAsync(Microsoft.Graph.CalendarGroup)">
            <summary>
            Creates the specified CalendarGroup using PUT.
            </summary>
            <param name="calendarGroupToCreate">The CalendarGroup to create.</param>
            <returns>The created CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.CreateAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified CalendarGroup using PUT.
            </summary>
            <param name="calendarGroupToCreate">The CalendarGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.DeleteAsync">
            <summary>
            Deletes the specified CalendarGroup.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified CalendarGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.GetAsync">
            <summary>
            Gets the specified CalendarGroup.
            </summary>
            <returns>The CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified CalendarGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.UpdateAsync(Microsoft.Graph.CalendarGroup)">
            <summary>
            Updates the specified CalendarGroup using PATCH.
            </summary>
            <param name="calendarGroupToUpdate">The CalendarGroup to update.</param>
            <returns>The updated CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.UpdateAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified CalendarGroup using PATCH.
            </summary>
            <param name="calendarGroupToUpdate">The CalendarGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarGroupRequestBuilder">
            <summary>
            The interface ICalendarGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarGroupRequestBuilder.Calendars">
            <summary>
            Gets the request builder for Calendars.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarGroupCalendarsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface ICalendarMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface ICalendarMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarRequest">
            <summary>
            The interface ICalendarRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.CreateAsync(Microsoft.Graph.Calendar)">
            <summary>
            Creates the specified Calendar using PUT.
            </summary>
            <param name="calendarToCreate">The Calendar to create.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.CreateAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Calendar using PUT.
            </summary>
            <param name="calendarToCreate">The Calendar to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.DeleteAsync">
            <summary>
            Deletes the specified Calendar.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Calendar.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.GetAsync">
            <summary>
            Gets the specified Calendar.
            </summary>
            <returns>The Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Calendar.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.UpdateAsync(Microsoft.Graph.Calendar)">
            <summary>
            Updates the specified Calendar using PATCH.
            </summary>
            <param name="calendarToUpdate">The Calendar to update.</param>
            <returns>The updated Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.UpdateAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Calendar using PATCH.
            </summary>
            <param name="calendarToUpdate">The Calendar to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarRequestBuilder">
            <summary>
            The interface ICalendarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarRequestBuilder.Events">
            <summary>
            Gets the request builder for Events.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface ICalendarSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface ICalendarSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ICalendarSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IColumnDefinitionRequest">
            <summary>
            The interface IColumnDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.CreateAsync(Microsoft.Graph.ColumnDefinition)">
            <summary>
            Creates the specified ColumnDefinition using PUT.
            </summary>
            <param name="columnDefinitionToCreate">The ColumnDefinition to create.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.CreateAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnDefinition using PUT.
            </summary>
            <param name="columnDefinitionToCreate">The ColumnDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.DeleteAsync">
            <summary>
            Deletes the specified ColumnDefinition.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.GetAsync">
            <summary>
            Gets the specified ColumnDefinition.
            </summary>
            <returns>The ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.UpdateAsync(Microsoft.Graph.ColumnDefinition)">
            <summary>
            Updates the specified ColumnDefinition using PATCH.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition to update.</param>
            <returns>The updated ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.UpdateAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnDefinition using PATCH.
            </summary>
            <param name="columnDefinitionToUpdate">The ColumnDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IColumnDefinitionRequestBuilder">
            <summary>
            The interface IColumnDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IColumnLinkRequest">
            <summary>
            The interface IColumnLinkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.CreateAsync(Microsoft.Graph.ColumnLink)">
            <summary>
            Creates the specified ColumnLink using PUT.
            </summary>
            <param name="columnLinkToCreate">The ColumnLink to create.</param>
            <returns>The created ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.CreateAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ColumnLink using PUT.
            </summary>
            <param name="columnLinkToCreate">The ColumnLink to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.DeleteAsync">
            <summary>
            Deletes the specified ColumnLink.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ColumnLink.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.GetAsync">
            <summary>
            Gets the specified ColumnLink.
            </summary>
            <returns>The ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ColumnLink.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.UpdateAsync(Microsoft.Graph.ColumnLink)">
            <summary>
            Updates the specified ColumnLink using PATCH.
            </summary>
            <param name="columnLinkToUpdate">The ColumnLink to update.</param>
            <returns>The updated ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.UpdateAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ColumnLink using PATCH.
            </summary>
            <param name="columnLinkToUpdate">The ColumnLink to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IColumnLinkRequestBuilder">
            <summary>
            The interface IColumnLinkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IColumnLinkRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactDeltaCollectionPage">
            <summary>
            The interface IContactDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactDeltaRequest">
            <summary>
            The interface IContactDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactDeltaRequestBuilder">
            <summary>
            The interface IContactDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactExtensionsCollectionPage">
            <summary>
            The interface IContactExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactExtensionsCollectionRequest">
            <summary>
            The interface IContactExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactExtensionsCollectionRequestBuilder">
            <summary>
            The interface IContactExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderChildFoldersCollectionPage">
            <summary>
            The interface IContactFolderChildFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderChildFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest">
            <summary>
            The interface IContactFolderChildFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.AddAsync(Microsoft.Graph.ContactFolder)">
            <summary>
            Adds the specified ContactFolder to the collection via POST.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.AddAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContactFolder to the collection via POST.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder">
            <summary>
            The interface IContactFolderChildFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/> for the specified ContactFolder.
            </summary>
            <param name="id">The ID for the ContactFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderContactsCollectionPage">
            <summary>
            The interface IContactFolderContactsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderContactsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderContactsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderContactsCollectionRequest">
            <summary>
            The interface IContactFolderContactsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.AddAsync(Microsoft.Graph.Contact)">
            <summary>
            Adds the specified Contact to the collection via POST.
            </summary>
            <param name="contact">The Contact to add.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.AddAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contact to the collection via POST.
            </summary>
            <param name="contact">The Contact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder">
            <summary>
            The interface IContactFolderContactsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactRequestBuilder"/> for the specified Contact.
            </summary>
            <param name="id">The ID for the Contact.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderDeltaCollectionPage">
            <summary>
            The interface IContactFolderDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderDeltaRequest">
            <summary>
            The interface IContactFolderDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderDeltaRequestBuilder">
            <summary>
            The interface IContactFolderDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IContactFolderMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IContactFolderMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderRequest">
            <summary>
            The interface IContactFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.CreateAsync(Microsoft.Graph.ContactFolder)">
            <summary>
            Creates the specified ContactFolder using PUT.
            </summary>
            <param name="contactFolderToCreate">The ContactFolder to create.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.CreateAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContactFolder using PUT.
            </summary>
            <param name="contactFolderToCreate">The ContactFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.DeleteAsync">
            <summary>
            Deletes the specified ContactFolder.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContactFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.GetAsync">
            <summary>
            Gets the specified ContactFolder.
            </summary>
            <returns>The ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContactFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.UpdateAsync(Microsoft.Graph.ContactFolder)">
            <summary>
            Updates the specified ContactFolder using PATCH.
            </summary>
            <param name="contactFolderToUpdate">The ContactFolder to update.</param>
            <returns>The updated ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.UpdateAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContactFolder using PATCH.
            </summary>
            <param name="contactFolderToUpdate">The ContactFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderRequestBuilder">
            <summary>
            The interface IContactFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderRequestBuilder.Contacts">
            <summary>
            Gets the request builder for Contacts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderContactsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderRequestBuilder.ChildFolders">
            <summary>
            Gets the request builder for ChildFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderChildFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IContactFolderSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IContactFolderSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IContactMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IContactMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IContactMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactRequest">
            <summary>
            The interface IContactRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.CreateAsync(Microsoft.Graph.Contact)">
            <summary>
            Creates the specified Contact using PUT.
            </summary>
            <param name="contactToCreate">The Contact to create.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.CreateAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Contact using PUT.
            </summary>
            <param name="contactToCreate">The Contact to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.DeleteAsync">
            <summary>
            Deletes the specified Contact.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Contact.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.GetAsync">
            <summary>
            Gets the specified Contact.
            </summary>
            <returns>The Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Contact.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.UpdateAsync(Microsoft.Graph.Contact)">
            <summary>
            Updates the specified Contact using PATCH.
            </summary>
            <param name="contactToUpdate">The Contact to update.</param>
            <returns>The updated Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.UpdateAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contact using PATCH.
            </summary>
            <param name="contactToUpdate">The Contact to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactRequestBuilder">
            <summary>
            The interface IContactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IContactSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IContactSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IContactSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContactSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnLinksCollectionPage">
            <summary>
            The interface IContentTypeColumnLinksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeColumnLinksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest">
            <summary>
            The interface IContentTypeColumnLinksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.AddAsync(Microsoft.Graph.ColumnLink)">
            <summary>
            Adds the specified ColumnLink to the collection via POST.
            </summary>
            <param name="columnLink">The ColumnLink to add.</param>
            <returns>The created ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.AddAsync(Microsoft.Graph.ColumnLink,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnLink to the collection via POST.
            </summary>
            <param name="columnLink">The ColumnLink to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnLink.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnLink,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeColumnLinksCollectionRequestBuilder">
            <summary>
            The interface IContentTypeColumnLinksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeColumnLinksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeColumnLinksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnLinkRequestBuilder"/> for the specified ColumnLink.
            </summary>
            <param name="id">The ID for the ColumnLink.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnLinkRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeRequest">
            <summary>
            The interface IContentTypeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.CreateAsync(Microsoft.Graph.ContentType)">
            <summary>
            Creates the specified ContentType using PUT.
            </summary>
            <param name="contentTypeToCreate">The ContentType to create.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.CreateAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ContentType using PUT.
            </summary>
            <param name="contentTypeToCreate">The ContentType to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.DeleteAsync">
            <summary>
            Deletes the specified ContentType.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ContentType.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.GetAsync">
            <summary>
            Gets the specified ContentType.
            </summary>
            <returns>The ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ContentType.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.UpdateAsync(Microsoft.Graph.ContentType)">
            <summary>
            Updates the specified ContentType using PATCH.
            </summary>
            <param name="contentTypeToUpdate">The ContentType to update.</param>
            <returns>The updated ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.UpdateAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ContentType using PATCH.
            </summary>
            <param name="contentTypeToUpdate">The ContentType to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContentTypeRequestBuilder">
            <summary>
            The interface IContentTypeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContentTypeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IContentTypeRequestBuilder.ColumnLinks">
            <summary>
            Gets the request builder for ColumnLinks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeColumnLinksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContractRequest">
            <summary>
            The interface IContractRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.CreateAsync(Microsoft.Graph.Contract)">
            <summary>
            Creates the specified Contract using PUT.
            </summary>
            <param name="contractToCreate">The Contract to create.</param>
            <returns>The created Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.CreateAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Contract using PUT.
            </summary>
            <param name="contractToCreate">The Contract to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.DeleteAsync">
            <summary>
            Deletes the specified Contract.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Contract.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.GetAsync">
            <summary>
            Gets the specified Contract.
            </summary>
            <returns>The Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Contract.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.UpdateAsync(Microsoft.Graph.Contract)">
            <summary>
            Updates the specified Contract using PATCH.
            </summary>
            <param name="contractToUpdate">The Contract to update.</param>
            <returns>The updated Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.UpdateAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Contract using PATCH.
            </summary>
            <param name="contractToUpdate">The Contract to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IContractRequestBuilder">
            <summary>
            The interface IContractRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IContractRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IContractRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationRequest">
            <summary>
            The interface IConversationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.CreateAsync(Microsoft.Graph.Conversation)">
            <summary>
            Creates the specified Conversation using PUT.
            </summary>
            <param name="conversationToCreate">The Conversation to create.</param>
            <returns>The created Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.CreateAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Conversation using PUT.
            </summary>
            <param name="conversationToCreate">The Conversation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.DeleteAsync">
            <summary>
            Deletes the specified Conversation.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Conversation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.GetAsync">
            <summary>
            Gets the specified Conversation.
            </summary>
            <returns>The Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Conversation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.UpdateAsync(Microsoft.Graph.Conversation)">
            <summary>
            Updates the specified Conversation using PATCH.
            </summary>
            <param name="conversationToUpdate">The Conversation to update.</param>
            <returns>The updated Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.UpdateAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Conversation using PATCH.
            </summary>
            <param name="conversationToUpdate">The Conversation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationRequestBuilder">
            <summary>
            The interface IConversationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConversationRequestBuilder.Threads">
            <summary>
            Gets the request builder for Threads.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadPostsCollectionPage">
            <summary>
            The interface IConversationThreadPostsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConversationThreadPostsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConversationThreadPostsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadPostsCollectionRequest">
            <summary>
            The interface IConversationThreadPostsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.AddAsync(Microsoft.Graph.Post)">
            <summary>
            Adds the specified Post to the collection via POST.
            </summary>
            <param name="post">The Post to add.</param>
            <returns>The created Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.AddAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Post to the collection via POST.
            </summary>
            <param name="post">The Post to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadPostsCollectionRequestBuilder">
            <summary>
            The interface IConversationThreadPostsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadPostsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConversationThreadPostsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPostRequestBuilder"/> for the specified Post.
            </summary>
            <param name="id">The ID for the Post.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPostRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadReplyRequest">
            <summary>
            The interface IConversationThreadReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConversationThreadReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadReplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadReplyRequestBuilder">
            <summary>
            The interface IConversationThreadReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadReplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadRequest">
            <summary>
            The interface IConversationThreadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.CreateAsync(Microsoft.Graph.ConversationThread)">
            <summary>
            Creates the specified ConversationThread using PUT.
            </summary>
            <param name="conversationThreadToCreate">The ConversationThread to create.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.CreateAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ConversationThread using PUT.
            </summary>
            <param name="conversationThreadToCreate">The ConversationThread to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.DeleteAsync">
            <summary>
            Deletes the specified ConversationThread.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ConversationThread.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.GetAsync">
            <summary>
            Gets the specified ConversationThread.
            </summary>
            <returns>The ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ConversationThread.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.UpdateAsync(Microsoft.Graph.ConversationThread)">
            <summary>
            Updates the specified ConversationThread using PATCH.
            </summary>
            <param name="conversationThreadToUpdate">The ConversationThread to update.</param>
            <returns>The updated ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.UpdateAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ConversationThread using PATCH.
            </summary>
            <param name="conversationThreadToUpdate">The ConversationThread to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadRequestBuilder">
            <summary>
            The interface IConversationThreadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConversationThreadRequestBuilder.Posts">
            <summary>
            Gets the request builder for Posts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadPostsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadRequestBuilder.Reply(Microsoft.Graph.Post)">
            <summary>
            Gets the request builder for ConversationThreadReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadReplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadsCollectionPage">
            <summary>
            The interface IConversationThreadsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IConversationThreadsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IConversationThreadsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadsCollectionRequest">
            <summary>
            The interface IConversationThreadsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.AddAsync(Microsoft.Graph.ConversationThread)">
            <summary>
            Adds the specified ConversationThread to the collection via POST.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.AddAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationThread to the collection via POST.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IConversationThreadsCollectionRequestBuilder">
            <summary>
            The interface IConversationThreadsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IConversationThreadsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IConversationThreadsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/> for the specified ConversationThread.
            </summary>
            <param name="id">The ID for the ConversationThread.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionPage">
            <summary>
            The interface IDefaultManagedAppProtectionAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest">
            <summary>
            The interface IDefaultManagedAppProtectionAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequestBuilder">
            <summary>
            The interface IDefaultManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified ManagedMobileApp.
            </summary>
            <param name="id">The ID for the ManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDefaultManagedAppProtectionRequest">
            <summary>
            The interface IDefaultManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.DefaultManagedAppProtection)">
            <summary>
            Creates the specified DefaultManagedAppProtection using PUT.
            </summary>
            <param name="defaultManagedAppProtectionToCreate">The DefaultManagedAppProtection to create.</param>
            <returns>The created DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DefaultManagedAppProtection using PUT.
            </summary>
            <param name="defaultManagedAppProtectionToCreate">The DefaultManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified DefaultManagedAppProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DefaultManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.GetAsync">
            <summary>
            Gets the specified DefaultManagedAppProtection.
            </summary>
            <returns>The DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DefaultManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.DefaultManagedAppProtection)">
            <summary>
            Updates the specified DefaultManagedAppProtection using PATCH.
            </summary>
            <param name="defaultManagedAppProtectionToUpdate">The DefaultManagedAppProtection to update.</param>
            <returns>The updated DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DefaultManagedAppProtection using PATCH.
            </summary>
            <param name="defaultManagedAppProtectionToUpdate">The DefaultManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder">
            <summary>
            The interface IDefaultManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequest">
            <summary>
            The interface IDetectedAppManagedDevicesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ManagedDevice)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder">
            <summary>
            The interface IDetectedAppManagedDevicesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesPage">
            <summary>
            The interface IDetectedAppManagedDevicesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest">
            <summary>
            The interface IDetectedAppManagedDevicesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder"/> for the specified ManagedDevice.
            </summary>
            <param name="id">The ID for the ManagedDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppRequest">
            <summary>
            The interface IDetectedAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.CreateAsync(Microsoft.Graph.DetectedApp)">
            <summary>
            Creates the specified DetectedApp using PUT.
            </summary>
            <param name="detectedAppToCreate">The DetectedApp to create.</param>
            <returns>The created DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.CreateAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DetectedApp using PUT.
            </summary>
            <param name="detectedAppToCreate">The DetectedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.DeleteAsync">
            <summary>
            Deletes the specified DetectedApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DetectedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.GetAsync">
            <summary>
            Gets the specified DetectedApp.
            </summary>
            <returns>The DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DetectedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.UpdateAsync(Microsoft.Graph.DetectedApp)">
            <summary>
            Updates the specified DetectedApp using PATCH.
            </summary>
            <param name="detectedAppToUpdate">The DetectedApp to update.</param>
            <returns>The updated DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.UpdateAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DetectedApp using PATCH.
            </summary>
            <param name="detectedAppToUpdate">The DetectedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDetectedAppRequestBuilder">
            <summary>
            The interface IDetectedAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDetectedAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDetectedAppRequestBuilder.ManagedDevices">
            <summary>
            Gets the request builder for ManagedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDetectedAppManagedDevicesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest">
            <summary>
            The interface IDeviceAndAppManagementRoleAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleAssignment using PUT.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToCreate">The DeviceAndAppManagementRoleAssignment to create.</param>
            <returns>The created DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleAssignment using PUT.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToCreate">The DeviceAndAppManagementRoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.GetAsync">
            <summary>
            Gets the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <returns>The DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleAssignment using PATCH.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToUpdate">The DeviceAndAppManagementRoleAssignment to update.</param>
            <returns>The updated DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleAssignment using PATCH.
            </summary>
            <param name="deviceAndAppManagementRoleAssignmentToUpdate">The DeviceAndAppManagementRoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder">
            <summary>
            The interface IDeviceAndAppManagementRoleAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest">
            <summary>
            The interface IDeviceAndAppManagementRoleDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.CreateAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleDefinition using PUT.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToCreate">The DeviceAndAppManagementRoleDefinition to create.</param>
            <returns>The created DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.CreateAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAndAppManagementRoleDefinition using PUT.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToCreate">The DeviceAndAppManagementRoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleDefinition.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAndAppManagementRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.GetAsync">
            <summary>
            Gets the specified DeviceAndAppManagementRoleDefinition.
            </summary>
            <returns>The DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAndAppManagementRoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.UpdateAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleDefinition using PATCH.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToUpdate">The DeviceAndAppManagementRoleDefinition to update.</param>
            <returns>The updated DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.UpdateAsync(Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAndAppManagementRoleDefinition using PATCH.
            </summary>
            <param name="deviceAndAppManagementRoleDefinitionToUpdate">The DeviceAndAppManagementRoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceAndAppManagementRoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequestBuilder">
            <summary>
            The interface IDeviceAndAppManagementRoleDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAndAppManagementRoleDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionPage">
            <summary>
            The interface IDeviceAppManagementAndroidManagedAppProtectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.AndroidManagedAppProtection)">
            <summary>
            Adds the specified AndroidManagedAppProtection to the collection via POST.
            </summary>
            <param name="androidManagedAppProtection">The AndroidManagedAppProtection to add.</param>
            <returns>The created AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.AndroidManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified AndroidManagedAppProtection to the collection via POST.
            </summary>
            <param name="androidManagedAppProtection">The AndroidManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created AndroidManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.AndroidManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder"/> for the specified AndroidManagedAppProtection.
            </summary>
            <param name="id">The ID for the AndroidManagedAppProtection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAndroidManagedAppProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionPage">
            <summary>
            The interface IDeviceAppManagementDefaultManagedAppProtectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.DefaultManagedAppProtection)">
            <summary>
            Adds the specified DefaultManagedAppProtection to the collection via POST.
            </summary>
            <param name="defaultManagedAppProtection">The DefaultManagedAppProtection to add.</param>
            <returns>The created DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.DefaultManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DefaultManagedAppProtection to the collection via POST.
            </summary>
            <param name="defaultManagedAppProtection">The DefaultManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DefaultManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DefaultManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder"/> for the specified DefaultManagedAppProtection.
            </summary>
            <param name="id">The ID for the DefaultManagedAppProtection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDefaultManagedAppProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionPage">
            <summary>
            The interface IDeviceAppManagementIosManagedAppProtectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.IosManagedAppProtection)">
            <summary>
            Adds the specified IosManagedAppProtection to the collection via POST.
            </summary>
            <param name="iosManagedAppProtection">The IosManagedAppProtection to add.</param>
            <returns>The created IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.AddAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IosManagedAppProtection to the collection via POST.
            </summary>
            <param name="iosManagedAppProtection">The IosManagedAppProtection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder"/> for the specified IosManagedAppProtection.
            </summary>
            <param name="id">The ID for the IosManagedAppProtection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionPage">
            <summary>
            The interface IDeviceAppManagementManagedAppPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest">
            <summary>
            The interface IDeviceAppManagementManagedAppPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/> for the specified ManagedAppPolicy.
            </summary>
            <param name="id">The ID for the ManagedAppPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionPage">
            <summary>
            The interface IDeviceAppManagementManagedAppRegistrationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementManagedAppRegistrationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppRegistration)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppRegistrationRequestBuilder"/> for the specified ManagedAppRegistration.
            </summary>
            <param name="id">The ID for the ManagedAppRegistration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder.GetUserIdsWithFlaggedAppRegistration">
            <summary>
            Gets the request builder for ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionPage">
            <summary>
            The interface IDeviceAppManagementManagedAppStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest">
            <summary>
            The interface IDeviceAppManagementManagedAppStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppStatus)">
            <summary>
            Adds the specified ManagedAppStatus to the collection via POST.
            </summary>
            <param name="managedAppStatus">The ManagedAppStatus to add.</param>
            <returns>The created ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppStatus to the collection via POST.
            </summary>
            <param name="managedAppStatus">The ManagedAppStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppStatusRequestBuilder"/> for the specified ManagedAppStatus.
            </summary>
            <param name="id">The ID for the ManagedAppStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionPage">
            <summary>
            The interface IDeviceAppManagementManagedEBooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest">
            <summary>
            The interface IDeviceAppManagementManagedEBooksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.AddAsync(Microsoft.Graph.ManagedEBook)">
            <summary>
            Adds the specified ManagedEBook to the collection via POST.
            </summary>
            <param name="managedEBook">The ManagedEBook to add.</param>
            <returns>The created ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.AddAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedEBook to the collection via POST.
            </summary>
            <param name="managedEBook">The ManagedEBook to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementManagedEBooksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedEBookRequestBuilder"/> for the specified ManagedEBook.
            </summary>
            <param name="id">The ID for the ManagedEBook.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage">
            <summary>
            The interface IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest">
            <summary>
            The interface IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.AddAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy)">
            <summary>
            Adds the specified MdmWindowsInformationProtectionPolicy to the collection via POST.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicy">The MdmWindowsInformationProtectionPolicy to add.</param>
            <returns>The created MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.AddAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MdmWindowsInformationProtectionPolicy to the collection via POST.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicy">The MdmWindowsInformationProtectionPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder"/> for the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <param name="id">The ID for the MdmWindowsInformationProtectionPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionPage">
            <summary>
            The interface IDeviceAppManagementMobileAppCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest">
            <summary>
            The interface IDeviceAppManagementMobileAppCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppCategory)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder"/> for the specified MobileAppCategory.
            </summary>
            <param name="id">The ID for the MobileAppCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionPage">
            <summary>
            The interface IDeviceAppManagementMobileAppConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementMobileAppConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfiguration to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfiguration">The ManagedDeviceMobileAppConfiguration to add.</param>
            <returns>The created ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfiguration to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfiguration">The ManagedDeviceMobileAppConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder"/> for the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionPage">
            <summary>
            The interface IDeviceAppManagementMobileAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementMobileAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.AddAsync(Microsoft.Graph.MobileApp)">
            <summary>
            Adds the specified MobileApp to the collection via POST.
            </summary>
            <param name="mobileApp">The MobileApp to add.</param>
            <returns>The created MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.AddAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileApp to the collection via POST.
            </summary>
            <param name="mobileApp">The MobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementMobileAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppRequestBuilder"/> for the specified MobileApp.
            </summary>
            <param name="id">The ID for the MobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementRequest">
            <summary>
            The interface IDeviceAppManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.CreateAsync(Microsoft.Graph.DeviceAppManagement)">
            <summary>
            Creates the specified DeviceAppManagement using PUT.
            </summary>
            <param name="deviceAppManagementToCreate">The DeviceAppManagement to create.</param>
            <returns>The created DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.CreateAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceAppManagement using PUT.
            </summary>
            <param name="deviceAppManagementToCreate">The DeviceAppManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceAppManagement.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceAppManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.GetAsync">
            <summary>
            Gets the specified DeviceAppManagement.
            </summary>
            <returns>The DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceAppManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.UpdateAsync(Microsoft.Graph.DeviceAppManagement)">
            <summary>
            Updates the specified DeviceAppManagement using PATCH.
            </summary>
            <param name="deviceAppManagementToUpdate">The DeviceAppManagement to update.</param>
            <returns>The updated DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.UpdateAsync(Microsoft.Graph.DeviceAppManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceAppManagement using PATCH.
            </summary>
            <param name="deviceAppManagementToUpdate">The DeviceAppManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceAppManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAppManagement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAppManagement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementRequestBuilder">
            <summary>
            The interface IDeviceAppManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.MobileApps">
            <summary>
            Gets the request builder for MobileApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.MobileAppCategories">
            <summary>
            Gets the request builder for MobileAppCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.MobileAppConfigurations">
            <summary>
            Gets the request builder for MobileAppConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMobileAppConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.VppTokens">
            <summary>
            Gets the request builder for VppTokens.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.ManagedAppPolicies">
            <summary>
            Gets the request builder for ManagedAppPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.IosManagedAppProtections">
            <summary>
            Gets the request builder for IosManagedAppProtections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementIosManagedAppProtectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.AndroidManagedAppProtections">
            <summary>
            Gets the request builder for AndroidManagedAppProtections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementAndroidManagedAppProtectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.DefaultManagedAppProtections">
            <summary>
            Gets the request builder for DefaultManagedAppProtections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementDefaultManagedAppProtectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.TargetedManagedAppConfigurations">
            <summary>
            Gets the request builder for TargetedManagedAppConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.MdmWindowsInformationProtectionPolicies">
            <summary>
            Gets the request builder for MdmWindowsInformationProtectionPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementMdmWindowsInformationProtectionPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.WindowsInformationProtectionPolicies">
            <summary>
            Gets the request builder for WindowsInformationProtectionPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.ManagedAppRegistrations">
            <summary>
            Gets the request builder for ManagedAppRegistrations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppRegistrationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.ManagedAppStatuses">
            <summary>
            Gets the request builder for ManagedAppStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedAppStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementRequestBuilder.ManagedEBooks">
            <summary>
            Gets the request builder for ManagedEBooks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementManagedEBooksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementRequestBuilder.SyncMicrosoftStoreForBusinessApps">
            <summary>
            Gets the request builder for DeviceAppManagementSyncMicrosoftStoreForBusinessApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest">
            <summary>
            The interface IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder">
            <summary>
            The interface IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionPage">
            <summary>
            The interface IDeviceAppManagementTargetedManagedAppConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest">
            <summary>
            The interface IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppConfiguration)">
            <summary>
            Adds the specified TargetedManagedAppConfiguration to the collection via POST.
            </summary>
            <param name="targetedManagedAppConfiguration">The TargetedManagedAppConfiguration to add.</param>
            <returns>The created TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppConfiguration to the collection via POST.
            </summary>
            <param name="targetedManagedAppConfiguration">The TargetedManagedAppConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementTargetedManagedAppConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder"/> for the specified TargetedManagedAppConfiguration.
            </summary>
            <param name="id">The ID for the TargetedManagedAppConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionPage">
            <summary>
            The interface IDeviceAppManagementVppTokensCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest">
            <summary>
            The interface IDeviceAppManagementVppTokensCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.AddAsync(Microsoft.Graph.VppToken)">
            <summary>
            Adds the specified VppToken to the collection via POST.
            </summary>
            <param name="vppToken">The VppToken to add.</param>
            <returns>The created VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.AddAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Adds the specified VppToken to the collection via POST.
            </summary>
            <param name="vppToken">The VppToken to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementVppTokensCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementVppTokensCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IVppTokenRequestBuilder"/> for the specified VppToken.
            </summary>
            <param name="id">The ID for the VppToken.</param>
            <returns>The <see cref="T:Microsoft.Graph.IVppTokenRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage">
            <summary>
            The interface IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest">
            <summary>
            The interface IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionPolicy)">
            <summary>
            Adds the specified WindowsInformationProtectionPolicy to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionPolicy">The WindowsInformationProtectionPolicy to add.</param>
            <returns>The created WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionPolicy to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionPolicy">The WindowsInformationProtectionPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder">
            <summary>
            The interface IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceAppManagementWindowsInformationProtectionPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder"/> for the specified WindowsInformationProtectionPolicy.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCategoryRequest">
            <summary>
            The interface IDeviceCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.CreateAsync(Microsoft.Graph.DeviceCategory)">
            <summary>
            Creates the specified DeviceCategory using PUT.
            </summary>
            <param name="deviceCategoryToCreate">The DeviceCategory to create.</param>
            <returns>The created DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.CreateAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCategory using PUT.
            </summary>
            <param name="deviceCategoryToCreate">The DeviceCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceCategory.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.GetAsync">
            <summary>
            Gets the specified DeviceCategory.
            </summary>
            <returns>The DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.UpdateAsync(Microsoft.Graph.DeviceCategory)">
            <summary>
            Updates the specified DeviceCategory using PATCH.
            </summary>
            <param name="deviceCategoryToUpdate">The DeviceCategory to update.</param>
            <returns>The updated DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.UpdateAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCategory using PATCH.
            </summary>
            <param name="deviceCategoryToUpdate">The DeviceCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCategoryRequestBuilder">
            <summary>
            The interface IDeviceCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceActionItemRequest">
            <summary>
            The interface IDeviceComplianceActionItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.CreateAsync(Microsoft.Graph.DeviceComplianceActionItem)">
            <summary>
            Creates the specified DeviceComplianceActionItem using PUT.
            </summary>
            <param name="deviceComplianceActionItemToCreate">The DeviceComplianceActionItem to create.</param>
            <returns>The created DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.CreateAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceActionItem using PUT.
            </summary>
            <param name="deviceComplianceActionItemToCreate">The DeviceComplianceActionItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceActionItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceActionItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceActionItem.
            </summary>
            <returns>The DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceActionItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceActionItem)">
            <summary>
            Updates the specified DeviceComplianceActionItem using PATCH.
            </summary>
            <param name="deviceComplianceActionItemToUpdate">The DeviceComplianceActionItem to update.</param>
            <returns>The updated DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceActionItem using PATCH.
            </summary>
            <param name="deviceComplianceActionItemToUpdate">The DeviceComplianceActionItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder">
            <summary>
            The interface IDeviceComplianceActionItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest">
            <summary>
            The interface IDeviceComplianceDeviceOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.CreateAsync(Microsoft.Graph.DeviceComplianceDeviceOverview)">
            <summary>
            Creates the specified DeviceComplianceDeviceOverview using PUT.
            </summary>
            <param name="deviceComplianceDeviceOverviewToCreate">The DeviceComplianceDeviceOverview to create.</param>
            <returns>The created DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.CreateAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceDeviceOverview using PUT.
            </summary>
            <param name="deviceComplianceDeviceOverviewToCreate">The DeviceComplianceDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceDeviceOverview.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceDeviceOverview.
            </summary>
            <returns>The DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceDeviceOverview)">
            <summary>
            Updates the specified DeviceComplianceDeviceOverview using PATCH.
            </summary>
            <param name="deviceComplianceDeviceOverviewToUpdate">The DeviceComplianceDeviceOverview to update.</param>
            <returns>The updated DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceOverview using PATCH.
            </summary>
            <param name="deviceComplianceDeviceOverviewToUpdate">The DeviceComplianceDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequestBuilder">
            <summary>
            The interface IDeviceComplianceDeviceOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest">
            <summary>
            The interface IDeviceComplianceDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.CreateAsync(Microsoft.Graph.DeviceComplianceDeviceStatus)">
            <summary>
            Creates the specified DeviceComplianceDeviceStatus using PUT.
            </summary>
            <param name="deviceComplianceDeviceStatusToCreate">The DeviceComplianceDeviceStatus to create.</param>
            <returns>The created DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.CreateAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceDeviceStatus using PUT.
            </summary>
            <param name="deviceComplianceDeviceStatusToCreate">The DeviceComplianceDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceDeviceStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceDeviceStatus.
            </summary>
            <returns>The DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceDeviceStatus)">
            <summary>
            Updates the specified DeviceComplianceDeviceStatus using PATCH.
            </summary>
            <param name="deviceComplianceDeviceStatusToUpdate">The DeviceComplianceDeviceStatus to update.</param>
            <returns>The updated DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceDeviceStatus using PATCH.
            </summary>
            <param name="deviceComplianceDeviceStatusToUpdate">The DeviceComplianceDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder">
            <summary>
            The interface IDeviceComplianceDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicyAssignCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyAssignCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest">
            <summary>
            The interface IDeviceCompliancePolicyAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment)">
            <summary>
            Creates the specified DeviceCompliancePolicyAssignment using PUT.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToCreate">The DeviceCompliancePolicyAssignment to create.</param>
            <returns>The created DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyAssignment using PUT.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToCreate">The DeviceCompliancePolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceCompliancePolicyAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.GetAsync">
            <summary>
            Gets the specified DeviceCompliancePolicyAssignment.
            </summary>
            <returns>The DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment)">
            <summary>
            Updates the specified DeviceCompliancePolicyAssignment using PATCH.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToUpdate">The DeviceCompliancePolicyAssignment to update.</param>
            <returns>The updated DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyAssignment using PATCH.
            </summary>
            <param name="deviceCompliancePolicyAssignmentToUpdate">The DeviceCompliancePolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicyAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest">
            <summary>
            The interface IDeviceCompliancePolicyAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment)">
            <summary>
            Adds the specified DeviceCompliancePolicyAssignment to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicyAssignment">The DeviceCompliancePolicyAssignment to add.</param>
            <returns>The created DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicyAssignment to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicyAssignment">The DeviceCompliancePolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder"/> for the specified DeviceCompliancePolicyAssignment.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest">
            <summary>
            The interface IDeviceCompliancePolicyAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyAssignRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest">
            <summary>
            The interface IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.SettingStateDeviceSummary)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/> for the specified SettingStateDeviceSummary.
            </summary>
            <param name="id">The ID for the SettingStateDeviceSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest">
            <summary>
            The interface IDeviceCompliancePolicyDeviceStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary)">
            <summary>
            Creates the specified DeviceCompliancePolicyDeviceStateSummary using PUT.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToCreate">The DeviceCompliancePolicyDeviceStateSummary to create.</param>
            <returns>The created DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyDeviceStateSummary using PUT.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToCreate">The DeviceCompliancePolicyDeviceStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.GetAsync">
            <summary>
            Gets the specified DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <returns>The DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary)">
            <summary>
            Updates the specified DeviceCompliancePolicyDeviceStateSummary using PATCH.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToUpdate">The DeviceCompliancePolicyDeviceStateSummary to update.</param>
            <returns>The updated DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyDeviceStateSummary using PATCH.
            </summary>
            <param name="deviceCompliancePolicyDeviceStateSummaryToUpdate">The DeviceCompliancePolicyDeviceStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceCompliancePolicyDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyDeviceStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicyDeviceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest">
            <summary>
            The interface IDeviceCompliancePolicyDeviceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceDeviceStatus)">
            <summary>
            Adds the specified DeviceComplianceDeviceStatus to the collection via POST.
            </summary>
            <param name="deviceComplianceDeviceStatus">The DeviceComplianceDeviceStatus to add.</param>
            <returns>The created DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceDeviceStatus to the collection via POST.
            </summary>
            <param name="deviceComplianceDeviceStatus">The DeviceComplianceDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder"/> for the specified DeviceComplianceDeviceStatus.
            </summary>
            <param name="id">The ID for the DeviceComplianceDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyRequest">
            <summary>
            The interface IDeviceCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicy)">
            <summary>
            Creates the specified DeviceCompliancePolicy using PUT.
            </summary>
            <param name="deviceCompliancePolicyToCreate">The DeviceCompliancePolicy to create.</param>
            <returns>The created DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicy using PUT.
            </summary>
            <param name="deviceCompliancePolicyToCreate">The DeviceCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceCompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified DeviceCompliancePolicy.
            </summary>
            <returns>The DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicy)">
            <summary>
            Updates the specified DeviceCompliancePolicy using PATCH.
            </summary>
            <param name="deviceCompliancePolicyToUpdate">The DeviceCompliancePolicy to update.</param>
            <returns>The updated DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicy using PATCH.
            </summary>
            <param name="deviceCompliancePolicyToUpdate">The DeviceCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.ScheduledActionsForRule">
            <summary>
            Gets the request builder for ScheduledActionsForRule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.DeviceStatuses">
            <summary>
            Gets the request builder for DeviceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.UserStatuses">
            <summary>
            Gets the request builder for UserStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.DeviceStatusOverview">
            <summary>
            Gets the request builder for DeviceStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceDeviceOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.UserStatusOverview">
            <summary>
            Gets the request builder for UserStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceUserOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.DeviceSettingStateSummaries">
            <summary>
            Gets the request builder for DeviceSettingStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceSettingStateSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceCompliancePolicyAssignment})">
            <summary>
            Gets the request builder for DeviceCompliancePolicyAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder.ScheduleActionsForRules(System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceComplianceScheduledActionForRule})">
            <summary>
            Gets the request builder for DeviceCompliancePolicyScheduleActionsForRules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequest">
            <summary>
            The interface IDeviceCompliancePolicyScheduleActionsForRulesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyScheduleActionsForRulesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduleActionsForRulesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicyScheduledActionsForRuleCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest">
            <summary>
            The interface IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule)">
            <summary>
            Adds the specified DeviceComplianceScheduledActionForRule to the collection via POST.
            </summary>
            <param name="deviceComplianceScheduledActionForRule">The DeviceComplianceScheduledActionForRule to add.</param>
            <returns>The created DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceScheduledActionForRule to the collection via POST.
            </summary>
            <param name="deviceComplianceScheduledActionForRule">The DeviceComplianceScheduledActionForRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyScheduledActionsForRuleCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder"/> for the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <param name="id">The ID for the DeviceComplianceScheduledActionForRule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest">
            <summary>
            The interface IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceSettingState)">
            <summary>
            Adds the specified DeviceComplianceSettingState to the collection via POST.
            </summary>
            <param name="deviceComplianceSettingState">The DeviceComplianceSettingState to add.</param>
            <returns>The created DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceSettingState to the collection via POST.
            </summary>
            <param name="deviceComplianceSettingState">The DeviceComplianceSettingState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder"/> for the specified DeviceComplianceSettingState.
            </summary>
            <param name="id">The ID for the DeviceComplianceSettingState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest">
            <summary>
            The interface IDeviceCompliancePolicySettingStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary)">
            <summary>
            Creates the specified DeviceCompliancePolicySettingStateSummary using PUT.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToCreate">The DeviceCompliancePolicySettingStateSummary to create.</param>
            <returns>The created DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicySettingStateSummary using PUT.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToCreate">The DeviceCompliancePolicySettingStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.GetAsync">
            <summary>
            Gets the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <returns>The DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary)">
            <summary>
            Updates the specified DeviceCompliancePolicySettingStateSummary using PATCH.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToUpdate">The DeviceCompliancePolicySettingStateSummary to update.</param>
            <returns>The updated DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicySettingStateSummary using PATCH.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummaryToUpdate">The DeviceCompliancePolicySettingStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicySettingStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder.DeviceComplianceSettingStates">
            <summary>
            Gets the request builder for DeviceComplianceSettingStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyStateRequest">
            <summary>
            The interface IDeviceCompliancePolicyStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyState)">
            <summary>
            Creates the specified DeviceCompliancePolicyState using PUT.
            </summary>
            <param name="deviceCompliancePolicyStateToCreate">The DeviceCompliancePolicyState to create.</param>
            <returns>The created DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.CreateAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceCompliancePolicyState using PUT.
            </summary>
            <param name="deviceCompliancePolicyStateToCreate">The DeviceCompliancePolicyState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceCompliancePolicyState.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceCompliancePolicyState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.GetAsync">
            <summary>
            Gets the specified DeviceCompliancePolicyState.
            </summary>
            <returns>The DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceCompliancePolicyState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyState)">
            <summary>
            Updates the specified DeviceCompliancePolicyState using PATCH.
            </summary>
            <param name="deviceCompliancePolicyStateToUpdate">The DeviceCompliancePolicyState to update.</param>
            <returns>The updated DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.UpdateAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceCompliancePolicyState using PATCH.
            </summary>
            <param name="deviceCompliancePolicyStateToUpdate">The DeviceCompliancePolicyState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionPage">
            <summary>
            The interface IDeviceCompliancePolicyUserStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest">
            <summary>
            The interface IDeviceCompliancePolicyUserStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceUserStatus)">
            <summary>
            Adds the specified DeviceComplianceUserStatus to the collection via POST.
            </summary>
            <param name="deviceComplianceUserStatus">The DeviceComplianceUserStatus to add.</param>
            <returns>The created DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceUserStatus to the collection via POST.
            </summary>
            <param name="deviceComplianceUserStatus">The DeviceComplianceUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder">
            <summary>
            The interface IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceCompliancePolicyUserStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder"/> for the specified DeviceComplianceUserStatus.
            </summary>
            <param name="id">The ID for the DeviceComplianceUserStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest">
            <summary>
            The interface IDeviceComplianceScheduledActionForRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.CreateAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule)">
            <summary>
            Creates the specified DeviceComplianceScheduledActionForRule using PUT.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToCreate">The DeviceComplianceScheduledActionForRule to create.</param>
            <returns>The created DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.CreateAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceScheduledActionForRule using PUT.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToCreate">The DeviceComplianceScheduledActionForRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <returns>The DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceScheduledActionForRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule)">
            <summary>
            Updates the specified DeviceComplianceScheduledActionForRule using PATCH.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToUpdate">The DeviceComplianceScheduledActionForRule to update.</param>
            <returns>The updated DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceScheduledActionForRule using PATCH.
            </summary>
            <param name="deviceComplianceScheduledActionForRuleToUpdate">The DeviceComplianceScheduledActionForRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceScheduledActionForRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceScheduledActionForRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder">
            <summary>
            The interface IDeviceComplianceScheduledActionForRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleRequestBuilder.ScheduledActionConfigurations">
            <summary>
            Gets the request builder for ScheduledActionConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage">
            <summary>
            The interface IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest">
            <summary>
            The interface IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceActionItem)">
            <summary>
            Adds the specified DeviceComplianceActionItem to the collection via POST.
            </summary>
            <param name="deviceComplianceActionItem">The DeviceComplianceActionItem to add.</param>
            <returns>The created DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceComplianceActionItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceComplianceActionItem to the collection via POST.
            </summary>
            <param name="deviceComplianceActionItem">The DeviceComplianceActionItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceActionItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceActionItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceComplianceScheduledActionForRuleScheduledActionConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder"/> for the specified DeviceComplianceActionItem.
            </summary>
            <param name="id">The ID for the DeviceComplianceActionItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceComplianceActionItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceSettingStateRequest">
            <summary>
            The interface IDeviceComplianceSettingStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.CreateAsync(Microsoft.Graph.DeviceComplianceSettingState)">
            <summary>
            Creates the specified DeviceComplianceSettingState using PUT.
            </summary>
            <param name="deviceComplianceSettingStateToCreate">The DeviceComplianceSettingState to create.</param>
            <returns>The created DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.CreateAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceSettingState using PUT.
            </summary>
            <param name="deviceComplianceSettingStateToCreate">The DeviceComplianceSettingState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceSettingState.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceSettingState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceSettingState.
            </summary>
            <returns>The DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceSettingState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceSettingState)">
            <summary>
            Updates the specified DeviceComplianceSettingState using PATCH.
            </summary>
            <param name="deviceComplianceSettingStateToUpdate">The DeviceComplianceSettingState to update.</param>
            <returns>The updated DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceSettingState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceSettingState using PATCH.
            </summary>
            <param name="deviceComplianceSettingStateToUpdate">The DeviceComplianceSettingState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceSettingState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceSettingState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder">
            <summary>
            The interface IDeviceComplianceSettingStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceSettingStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceUserOverviewRequest">
            <summary>
            The interface IDeviceComplianceUserOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.CreateAsync(Microsoft.Graph.DeviceComplianceUserOverview)">
            <summary>
            Creates the specified DeviceComplianceUserOverview using PUT.
            </summary>
            <param name="deviceComplianceUserOverviewToCreate">The DeviceComplianceUserOverview to create.</param>
            <returns>The created DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.CreateAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceUserOverview using PUT.
            </summary>
            <param name="deviceComplianceUserOverviewToCreate">The DeviceComplianceUserOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceUserOverview.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceUserOverview.
            </summary>
            <returns>The DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceUserOverview)">
            <summary>
            Updates the specified DeviceComplianceUserOverview using PATCH.
            </summary>
            <param name="deviceComplianceUserOverviewToUpdate">The DeviceComplianceUserOverview to update.</param>
            <returns>The updated DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserOverview using PATCH.
            </summary>
            <param name="deviceComplianceUserOverviewToUpdate">The DeviceComplianceUserOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceUserOverviewRequestBuilder">
            <summary>
            The interface IDeviceComplianceUserOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceUserStatusRequest">
            <summary>
            The interface IDeviceComplianceUserStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.CreateAsync(Microsoft.Graph.DeviceComplianceUserStatus)">
            <summary>
            Creates the specified DeviceComplianceUserStatus using PUT.
            </summary>
            <param name="deviceComplianceUserStatusToCreate">The DeviceComplianceUserStatus to create.</param>
            <returns>The created DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.CreateAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceComplianceUserStatus using PUT.
            </summary>
            <param name="deviceComplianceUserStatusToCreate">The DeviceComplianceUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceComplianceUserStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceComplianceUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.GetAsync">
            <summary>
            Gets the specified DeviceComplianceUserStatus.
            </summary>
            <returns>The DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceComplianceUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceUserStatus)">
            <summary>
            Updates the specified DeviceComplianceUserStatus using PATCH.
            </summary>
            <param name="deviceComplianceUserStatusToUpdate">The DeviceComplianceUserStatus to update.</param>
            <returns>The updated DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.UpdateAsync(Microsoft.Graph.DeviceComplianceUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceComplianceUserStatus using PATCH.
            </summary>
            <param name="deviceComplianceUserStatusToUpdate">The DeviceComplianceUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceComplianceUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceComplianceUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder">
            <summary>
            The interface IDeviceComplianceUserStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceComplianceUserStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignCollectionPage">
            <summary>
            The interface IDeviceConfigurationAssignCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationAssignCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignmentRequest">
            <summary>
            The interface IDeviceConfigurationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationAssignment)">
            <summary>
            Creates the specified DeviceConfigurationAssignment using PUT.
            </summary>
            <param name="deviceConfigurationAssignmentToCreate">The DeviceConfigurationAssignment to create.</param>
            <returns>The created DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationAssignment using PUT.
            </summary>
            <param name="deviceConfigurationAssignmentToCreate">The DeviceConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationAssignment.
            </summary>
            <returns>The DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationAssignment)">
            <summary>
            Updates the specified DeviceConfigurationAssignment using PATCH.
            </summary>
            <param name="deviceConfigurationAssignmentToUpdate">The DeviceConfigurationAssignment to update.</param>
            <returns>The updated DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationAssignment using PATCH.
            </summary>
            <param name="deviceConfigurationAssignmentToUpdate">The DeviceConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder">
            <summary>
            The interface IDeviceConfigurationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionPage">
            <summary>
            The interface IDeviceConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest">
            <summary>
            The interface IDeviceConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationAssignment)">
            <summary>
            Adds the specified DeviceConfigurationAssignment to the collection via POST.
            </summary>
            <param name="deviceConfigurationAssignment">The DeviceConfigurationAssignment to add.</param>
            <returns>The created DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationAssignment to the collection via POST.
            </summary>
            <param name="deviceConfigurationAssignment">The DeviceConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IDeviceConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder"/> for the specified DeviceConfigurationAssignment.
            </summary>
            <param name="id">The ID for the DeviceConfigurationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignRequest">
            <summary>
            The interface IDeviceConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationAssignRequestBuilder">
            <summary>
            The interface IDeviceConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest">
            <summary>
            The interface IDeviceConfigurationDeviceOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview)">
            <summary>
            Creates the specified DeviceConfigurationDeviceOverview using PUT.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToCreate">The DeviceConfigurationDeviceOverview to create.</param>
            <returns>The created DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceOverview using PUT.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToCreate">The DeviceConfigurationDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationDeviceOverview.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationDeviceOverview.
            </summary>
            <returns>The DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview)">
            <summary>
            Updates the specified DeviceConfigurationDeviceOverview using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToUpdate">The DeviceConfigurationDeviceOverview to update.</param>
            <returns>The updated DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceOverview using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceOverviewToUpdate">The DeviceConfigurationDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequestBuilder">
            <summary>
            The interface IDeviceConfigurationDeviceOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionPage">
            <summary>
            The interface IDeviceConfigurationDeviceSettingStateSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest">
            <summary>
            The interface IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.SettingStateDeviceSummary)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SettingStateDeviceSummary to the collection via POST.
            </summary>
            <param name="settingStateDeviceSummary">The SettingStateDeviceSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder">
            <summary>
            The interface IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/> for the specified SettingStateDeviceSummary.
            </summary>
            <param name="id">The ID for the SettingStateDeviceSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest">
            <summary>
            The interface IDeviceConfigurationDeviceStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStateSummary using PUT.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToCreate">The DeviceConfigurationDeviceStateSummary to create.</param>
            <returns>The created DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStateSummary using PUT.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToCreate">The DeviceConfigurationDeviceStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStateSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationDeviceStateSummary.
            </summary>
            <returns>The DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStateSummary using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToUpdate">The DeviceConfigurationDeviceStateSummary to update.</param>
            <returns>The updated DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStateSummary using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceStateSummaryToUpdate">The DeviceConfigurationDeviceStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationDeviceStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequestBuilder">
            <summary>
            The interface IDeviceConfigurationDeviceStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionPage">
            <summary>
            The interface IDeviceConfigurationDeviceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest">
            <summary>
            The interface IDeviceConfigurationDeviceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus)">
            <summary>
            Adds the specified DeviceConfigurationDeviceStatus to the collection via POST.
            </summary>
            <param name="deviceConfigurationDeviceStatus">The DeviceConfigurationDeviceStatus to add.</param>
            <returns>The created DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationDeviceStatus to the collection via POST.
            </summary>
            <param name="deviceConfigurationDeviceStatus">The DeviceConfigurationDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequestBuilder">
            <summary>
            The interface IDeviceConfigurationDeviceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder"/> for the specified DeviceConfigurationDeviceStatus.
            </summary>
            <param name="id">The ID for the DeviceConfigurationDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest">
            <summary>
            The interface IDeviceConfigurationDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStatus using PUT.
            </summary>
            <param name="deviceConfigurationDeviceStatusToCreate">The DeviceConfigurationDeviceStatus to create.</param>
            <returns>The created DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationDeviceStatus using PUT.
            </summary>
            <param name="deviceConfigurationDeviceStatusToCreate">The DeviceConfigurationDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationDeviceStatus.
            </summary>
            <returns>The DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStatus using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceStatusToUpdate">The DeviceConfigurationDeviceStatus to update.</param>
            <returns>The updated DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationDeviceStatus using PATCH.
            </summary>
            <param name="deviceConfigurationDeviceStatusToUpdate">The DeviceConfigurationDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder">
            <summary>
            The interface IDeviceConfigurationDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationRequest">
            <summary>
            The interface IDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceConfiguration)">
            <summary>
            Creates the specified DeviceConfiguration using PUT.
            </summary>
            <param name="deviceConfigurationToCreate">The DeviceConfiguration to create.</param>
            <returns>The created DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfiguration using PUT.
            </summary>
            <param name="deviceConfigurationToCreate">The DeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfiguration.
            </summary>
            <returns>The DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceConfiguration)">
            <summary>
            Updates the specified DeviceConfiguration using PATCH.
            </summary>
            <param name="deviceConfigurationToUpdate">The DeviceConfiguration to update.</param>
            <returns>The updated DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfiguration using PATCH.
            </summary>
            <param name="deviceConfigurationToUpdate">The DeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationRequestBuilder">
            <summary>
            The interface IDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationRequestBuilder.DeviceStatuses">
            <summary>
            Gets the request builder for DeviceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationRequestBuilder.UserStatuses">
            <summary>
            Gets the request builder for UserStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationRequestBuilder.DeviceStatusOverview">
            <summary>
            Gets the request builder for DeviceStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationRequestBuilder.UserStatusOverview">
            <summary>
            Gets the request builder for UserStatusOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationUserOverviewRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationRequestBuilder.DeviceSettingStateSummaries">
            <summary>
            Gets the request builder for DeviceSettingStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceSettingStateSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.DeviceConfigurationAssignment})">
            <summary>
            Gets the request builder for DeviceConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationStateRequest">
            <summary>
            The interface IDeviceConfigurationStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationState)">
            <summary>
            Creates the specified DeviceConfigurationState using PUT.
            </summary>
            <param name="deviceConfigurationStateToCreate">The DeviceConfigurationState to create.</param>
            <returns>The created DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationState using PUT.
            </summary>
            <param name="deviceConfigurationStateToCreate">The DeviceConfigurationState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationState.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationState.
            </summary>
            <returns>The DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationState)">
            <summary>
            Updates the specified DeviceConfigurationState using PATCH.
            </summary>
            <param name="deviceConfigurationStateToUpdate">The DeviceConfigurationState to update.</param>
            <returns>The updated DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationState using PATCH.
            </summary>
            <param name="deviceConfigurationStateToUpdate">The DeviceConfigurationState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder">
            <summary>
            The interface IDeviceConfigurationStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest">
            <summary>
            The interface IDeviceConfigurationUserOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationUserOverview)">
            <summary>
            Creates the specified DeviceConfigurationUserOverview using PUT.
            </summary>
            <param name="deviceConfigurationUserOverviewToCreate">The DeviceConfigurationUserOverview to create.</param>
            <returns>The created DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationUserOverview using PUT.
            </summary>
            <param name="deviceConfigurationUserOverviewToCreate">The DeviceConfigurationUserOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationUserOverview.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationUserOverview.
            </summary>
            <returns>The DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationUserOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationUserOverview)">
            <summary>
            Updates the specified DeviceConfigurationUserOverview using PATCH.
            </summary>
            <param name="deviceConfigurationUserOverviewToUpdate">The DeviceConfigurationUserOverview to update.</param>
            <returns>The updated DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationUserOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserOverview using PATCH.
            </summary>
            <param name="deviceConfigurationUserOverviewToUpdate">The DeviceConfigurationUserOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationUserOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserOverviewRequestBuilder">
            <summary>
            The interface IDeviceConfigurationUserOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionPage">
            <summary>
            The interface IDeviceConfigurationUserStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest">
            <summary>
            The interface IDeviceConfigurationUserStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationUserStatus)">
            <summary>
            Adds the specified DeviceConfigurationUserStatus to the collection via POST.
            </summary>
            <param name="deviceConfigurationUserStatus">The DeviceConfigurationUserStatus to add.</param>
            <returns>The created DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationUserStatus to the collection via POST.
            </summary>
            <param name="deviceConfigurationUserStatus">The DeviceConfigurationUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequestBuilder">
            <summary>
            The interface IDeviceConfigurationUserStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceConfigurationUserStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder"/> for the specified DeviceConfigurationUserStatus.
            </summary>
            <param name="id">The ID for the DeviceConfigurationUserStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserStatusRequest">
            <summary>
            The interface IDeviceConfigurationUserStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationUserStatus)">
            <summary>
            Creates the specified DeviceConfigurationUserStatus using PUT.
            </summary>
            <param name="deviceConfigurationUserStatusToCreate">The DeviceConfigurationUserStatus to create.</param>
            <returns>The created DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.CreateAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceConfigurationUserStatus using PUT.
            </summary>
            <param name="deviceConfigurationUserStatusToCreate">The DeviceConfigurationUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceConfigurationUserStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.GetAsync">
            <summary>
            Gets the specified DeviceConfigurationUserStatus.
            </summary>
            <returns>The DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationUserStatus)">
            <summary>
            Updates the specified DeviceConfigurationUserStatus using PATCH.
            </summary>
            <param name="deviceConfigurationUserStatusToUpdate">The DeviceConfigurationUserStatus to update.</param>
            <returns>The updated DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.UpdateAsync(Microsoft.Graph.DeviceConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceConfigurationUserStatus using PATCH.
            </summary>
            <param name="deviceConfigurationUserStatusToUpdate">The DeviceConfigurationUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder">
            <summary>
            The interface IDeviceConfigurationUserStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceConfigurationUserStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionPage">
            <summary>
            The interface IDeviceEnrollmentConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest">
            <summary>
            The interface IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.EnrollmentConfigurationAssignment)">
            <summary>
            Adds the specified EnrollmentConfigurationAssignment to the collection via POST.
            </summary>
            <param name="enrollmentConfigurationAssignment">The EnrollmentConfigurationAssignment to add.</param>
            <returns>The created EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EnrollmentConfigurationAssignment to the collection via POST.
            </summary>
            <param name="enrollmentConfigurationAssignment">The EnrollmentConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder"/> for the specified EnrollmentConfigurationAssignment.
            </summary>
            <param name="id">The ID for the EnrollmentConfigurationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequest">
            <summary>
            The interface IDeviceEnrollmentConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest">
            <summary>
            The interface IDeviceEnrollmentConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentConfiguration)">
            <summary>
            Creates the specified DeviceEnrollmentConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentConfigurationToCreate">The DeviceEnrollmentConfiguration to create.</param>
            <returns>The created DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentConfigurationToCreate">The DeviceEnrollmentConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceEnrollmentConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.GetAsync">
            <summary>
            Gets the specified DeviceEnrollmentConfiguration.
            </summary>
            <returns>The DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentConfiguration)">
            <summary>
            Updates the specified DeviceEnrollmentConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentConfigurationToUpdate">The DeviceEnrollmentConfiguration to update.</param>
            <returns>The updated DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentConfigurationToUpdate">The DeviceEnrollmentConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder.SetPriority(System.Int32)">
            <summary>
            Gets the request builder for DeviceEnrollmentConfigurationSetPriority.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.EnrollmentConfigurationAssignment})">
            <summary>
            Gets the request builder for DeviceEnrollmentConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequest">
            <summary>
            The interface IDeviceEnrollmentConfigurationSetPriorityRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentConfigurationSetPriorityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentConfigurationSetPriorityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest">
            <summary>
            The interface IDeviceEnrollmentLimitConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration)">
            <summary>
            Creates the specified DeviceEnrollmentLimitConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToCreate">The DeviceEnrollmentLimitConfiguration to create.</param>
            <returns>The created DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentLimitConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToCreate">The DeviceEnrollmentLimitConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceEnrollmentLimitConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentLimitConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.GetAsync">
            <summary>
            Gets the specified DeviceEnrollmentLimitConfiguration.
            </summary>
            <returns>The DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentLimitConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration)">
            <summary>
            Updates the specified DeviceEnrollmentLimitConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToUpdate">The DeviceEnrollmentLimitConfiguration to update.</param>
            <returns>The updated DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentLimitConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentLimitConfigurationToUpdate">The DeviceEnrollmentLimitConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceEnrollmentLimitConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentLimitConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentLimitConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentLimitConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest">
            <summary>
            The interface IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration)">
            <summary>
            Creates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToCreate">The DeviceEnrollmentPlatformRestrictionsConfiguration to create.</param>
            <returns>The created DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToCreate">The DeviceEnrollmentPlatformRestrictionsConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceEnrollmentPlatformRestrictionsConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentPlatformRestrictionsConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.GetAsync">
            <summary>
            Gets the specified DeviceEnrollmentPlatformRestrictionsConfiguration.
            </summary>
            <returns>The DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentPlatformRestrictionsConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration)">
            <summary>
            Updates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToUpdate">The DeviceEnrollmentPlatformRestrictionsConfiguration to update.</param>
            <returns>The updated DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentPlatformRestrictionsConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentPlatformRestrictionsConfigurationToUpdate">The DeviceEnrollmentPlatformRestrictionsConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceEnrollmentPlatformRestrictionsConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentPlatformRestrictionsConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentPlatformRestrictionsConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest">
            <summary>
            The interface IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration)">
            <summary>
            Creates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToCreate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to create.</param>
            <returns>The created DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.CreateAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PUT.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToCreate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.GetAsync">
            <summary>
            Gets the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration.
            </summary>
            <returns>The DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration)">
            <summary>
            Updates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToUpdate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to update.</param>
            <returns>The updated DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.UpdateAsync(Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceEnrollmentWindowsHelloForBusinessConfiguration using PATCH.
            </summary>
            <param name="deviceEnrollmentWindowsHelloForBusinessConfigurationToUpdate">The DeviceEnrollmentWindowsHelloForBusinessConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceEnrollmentWindowsHelloForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentWindowsHelloForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder">
            <summary>
            The interface IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceEnrollmentWindowsHelloForBusinessConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceExtensionsCollectionPage">
            <summary>
            The interface IDeviceExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceExtensionsCollectionRequest">
            <summary>
            The interface IDeviceExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceExtensionsCollectionRequestBuilder">
            <summary>
            The interface IDeviceExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceInstallStateRequest">
            <summary>
            The interface IDeviceInstallStateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.CreateAsync(Microsoft.Graph.DeviceInstallState)">
            <summary>
            Creates the specified DeviceInstallState using PUT.
            </summary>
            <param name="deviceInstallStateToCreate">The DeviceInstallState to create.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.CreateAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceInstallState using PUT.
            </summary>
            <param name="deviceInstallStateToCreate">The DeviceInstallState to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceInstallState.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceInstallState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.GetAsync">
            <summary>
            Gets the specified DeviceInstallState.
            </summary>
            <returns>The DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceInstallState.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.UpdateAsync(Microsoft.Graph.DeviceInstallState)">
            <summary>
            Updates the specified DeviceInstallState using PATCH.
            </summary>
            <param name="deviceInstallStateToUpdate">The DeviceInstallState to update.</param>
            <returns>The updated DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.UpdateAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceInstallState using PATCH.
            </summary>
            <param name="deviceInstallStateToUpdate">The DeviceInstallState to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder">
            <summary>
            The interface IDeviceInstallStateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceInstallStateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionPage">
            <summary>
            The interface IDeviceManagementDetectedAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest">
            <summary>
            The interface IDeviceManagementDetectedAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.AddAsync(Microsoft.Graph.DetectedApp)">
            <summary>
            Adds the specified DetectedApp to the collection via POST.
            </summary>
            <param name="detectedApp">The DetectedApp to add.</param>
            <returns>The created DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.AddAsync(Microsoft.Graph.DetectedApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DetectedApp to the collection via POST.
            </summary>
            <param name="detectedApp">The DetectedApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DetectedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DetectedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDetectedAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDetectedAppRequestBuilder"/> for the specified DetectedApp.
            </summary>
            <param name="id">The ID for the DetectedApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDetectedAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionPage">
            <summary>
            The interface IDeviceManagementDeviceCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest">
            <summary>
            The interface IDeviceManagementDeviceCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCategory)">
            <summary>
            Adds the specified DeviceCategory to the collection via POST.
            </summary>
            <param name="deviceCategory">The DeviceCategory to add.</param>
            <returns>The created DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCategory to the collection via POST.
            </summary>
            <param name="deviceCategory">The DeviceCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDeviceCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCategoryRequestBuilder"/> for the specified DeviceCategory.
            </summary>
            <param name="id">The ID for the DeviceCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionPage">
            <summary>
            The interface IDeviceManagementDeviceCompliancePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest">
            <summary>
            The interface IDeviceManagementDeviceCompliancePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicy)">
            <summary>
            Adds the specified DeviceCompliancePolicy to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicy">The DeviceCompliancePolicy to add.</param>
            <returns>The created DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicy to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicy">The DeviceCompliancePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder"/> for the specified DeviceCompliancePolicy.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage">
            <summary>
            The interface IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest">
            <summary>
            The interface IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary)">
            <summary>
            Adds the specified DeviceCompliancePolicySettingStateSummary to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummary">The DeviceCompliancePolicySettingStateSummary to add.</param>
            <returns>The created DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicySettingStateSummary to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicySettingStateSummary">The DeviceCompliancePolicySettingStateSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicySettingStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicySettingStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder"/> for the specified DeviceCompliancePolicySettingStateSummary.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicySettingStateSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicySettingStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionPage">
            <summary>
            The interface IDeviceManagementDeviceConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest">
            <summary>
            The interface IDeviceManagementDeviceConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfiguration)">
            <summary>
            Adds the specified DeviceConfiguration to the collection via POST.
            </summary>
            <param name="deviceConfiguration">The DeviceConfiguration to add.</param>
            <returns>The created DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfiguration to the collection via POST.
            </summary>
            <param name="deviceConfiguration">The DeviceConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDeviceConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationRequestBuilder"/> for the specified DeviceConfiguration.
            </summary>
            <param name="id">The ID for the DeviceConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionPage">
            <summary>
            The interface IDeviceManagementDeviceEnrollmentConfigurationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest">
            <summary>
            The interface IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceEnrollmentConfiguration)">
            <summary>
            Adds the specified DeviceEnrollmentConfiguration to the collection via POST.
            </summary>
            <param name="deviceEnrollmentConfiguration">The DeviceEnrollmentConfiguration to add.</param>
            <returns>The created DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.AddAsync(Microsoft.Graph.DeviceEnrollmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceEnrollmentConfiguration to the collection via POST.
            </summary>
            <param name="deviceEnrollmentConfiguration">The DeviceEnrollmentConfiguration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceEnrollmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceEnrollmentConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder"/> for the specified DeviceEnrollmentConfiguration.
            </summary>
            <param name="id">The ID for the DeviceEnrollmentConfiguration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceEnrollmentConfigurationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionPage">
            <summary>
            The interface IDeviceManagementDeviceManagementPartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest">
            <summary>
            The interface IDeviceManagementDeviceManagementPartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementPartner)">
            <summary>
            Adds the specified DeviceManagementPartner to the collection via POST.
            </summary>
            <param name="deviceManagementPartner">The DeviceManagementPartner to add.</param>
            <returns>The created DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementPartner to the collection via POST.
            </summary>
            <param name="deviceManagementPartner">The DeviceManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder"/> for the specified DeviceManagementPartner.
            </summary>
            <param name="id">The ID for the DeviceManagementPartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest">
            <summary>
            The interface IDeviceManagementExchangeConnectorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.CreateAsync(Microsoft.Graph.DeviceManagementExchangeConnector)">
            <summary>
            Creates the specified DeviceManagementExchangeConnector using PUT.
            </summary>
            <param name="deviceManagementExchangeConnectorToCreate">The DeviceManagementExchangeConnector to create.</param>
            <returns>The created DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.CreateAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementExchangeConnector using PUT.
            </summary>
            <param name="deviceManagementExchangeConnectorToCreate">The DeviceManagementExchangeConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceManagementExchangeConnector.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementExchangeConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.GetAsync">
            <summary>
            Gets the specified DeviceManagementExchangeConnector.
            </summary>
            <returns>The DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementExchangeConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.UpdateAsync(Microsoft.Graph.DeviceManagementExchangeConnector)">
            <summary>
            Updates the specified DeviceManagementExchangeConnector using PATCH.
            </summary>
            <param name="deviceManagementExchangeConnectorToUpdate">The DeviceManagementExchangeConnector to update.</param>
            <returns>The updated DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.UpdateAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementExchangeConnector using PATCH.
            </summary>
            <param name="deviceManagementExchangeConnectorToUpdate">The DeviceManagementExchangeConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder">
            <summary>
            The interface IDeviceManagementExchangeConnectorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder.Sync(Microsoft.Graph.DeviceManagementExchangeConnectorSyncType)">
            <summary>
            Gets the request builder for DeviceManagementExchangeConnectorSync.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionPage">
            <summary>
            The interface IDeviceManagementExchangeConnectorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest">
            <summary>
            The interface IDeviceManagementExchangeConnectorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementExchangeConnector)">
            <summary>
            Adds the specified DeviceManagementExchangeConnector to the collection via POST.
            </summary>
            <param name="deviceManagementExchangeConnector">The DeviceManagementExchangeConnector to add.</param>
            <returns>The created DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementExchangeConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementExchangeConnector to the collection via POST.
            </summary>
            <param name="deviceManagementExchangeConnector">The DeviceManagementExchangeConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementExchangeConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementExchangeConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementExchangeConnectorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder"/> for the specified DeviceManagementExchangeConnector.
            </summary>
            <param name="id">The ID for the DeviceManagementExchangeConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequest">
            <summary>
            The interface IDeviceManagementExchangeConnectorSyncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequestBuilder">
            <summary>
            The interface IDeviceManagementExchangeConnectorSyncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementExchangeConnectorSyncRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsCollectionPage">
            <summary>
            The interface IDeviceManagementGetEffectivePermissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest">
            <summary>
            The interface IDeviceManagementGetEffectivePermissionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequestBuilder">
            <summary>
            The interface IDeviceManagementGetEffectivePermissionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionPage">
            <summary>
            The interface IDeviceManagementIosUpdateStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest">
            <summary>
            The interface IDeviceManagementIosUpdateStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.AddAsync(Microsoft.Graph.IosUpdateDeviceStatus)">
            <summary>
            Adds the specified IosUpdateDeviceStatus to the collection via POST.
            </summary>
            <param name="iosUpdateDeviceStatus">The IosUpdateDeviceStatus to add.</param>
            <returns>The created IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.AddAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified IosUpdateDeviceStatus to the collection via POST.
            </summary>
            <param name="iosUpdateDeviceStatus">The IosUpdateDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementIosUpdateStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder"/> for the specified IosUpdateDeviceStatus.
            </summary>
            <param name="id">The ID for the IosUpdateDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionPage">
            <summary>
            The interface IDeviceManagementManagedDevicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest">
            <summary>
            The interface IDeviceManagementManagedDevicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDevice)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementManagedDevicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/> for the specified ManagedDevice.
            </summary>
            <param name="id">The ID for the ManagedDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionPage">
            <summary>
            The interface IDeviceManagementMobileThreatDefenseConnectorsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest">
            <summary>
            The interface IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.AddAsync(Microsoft.Graph.MobileThreatDefenseConnector)">
            <summary>
            Adds the specified MobileThreatDefenseConnector to the collection via POST.
            </summary>
            <param name="mobileThreatDefenseConnector">The MobileThreatDefenseConnector to add.</param>
            <returns>The created MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.AddAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileThreatDefenseConnector to the collection via POST.
            </summary>
            <param name="mobileThreatDefenseConnector">The MobileThreatDefenseConnector to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder"/> for the specified MobileThreatDefenseConnector.
            </summary>
            <param name="id">The ID for the MobileThreatDefenseConnector.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionPage">
            <summary>
            The interface IDeviceManagementNotificationMessageTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest">
            <summary>
            The interface IDeviceManagementNotificationMessageTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.AddAsync(Microsoft.Graph.NotificationMessageTemplate)">
            <summary>
            Adds the specified NotificationMessageTemplate to the collection via POST.
            </summary>
            <param name="notificationMessageTemplate">The NotificationMessageTemplate to add.</param>
            <returns>The created NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.AddAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified NotificationMessageTemplate to the collection via POST.
            </summary>
            <param name="notificationMessageTemplate">The NotificationMessageTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.INotificationMessageTemplateRequestBuilder"/> for the specified NotificationMessageTemplate.
            </summary>
            <param name="id">The ID for the NotificationMessageTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.INotificationMessageTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementPartnerRequest">
            <summary>
            The interface IDeviceManagementPartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.CreateAsync(Microsoft.Graph.DeviceManagementPartner)">
            <summary>
            Creates the specified DeviceManagementPartner using PUT.
            </summary>
            <param name="deviceManagementPartnerToCreate">The DeviceManagementPartner to create.</param>
            <returns>The created DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.CreateAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementPartner using PUT.
            </summary>
            <param name="deviceManagementPartnerToCreate">The DeviceManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceManagementPartner.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.GetAsync">
            <summary>
            Gets the specified DeviceManagementPartner.
            </summary>
            <returns>The DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.UpdateAsync(Microsoft.Graph.DeviceManagementPartner)">
            <summary>
            Updates the specified DeviceManagementPartner using PATCH.
            </summary>
            <param name="deviceManagementPartnerToUpdate">The DeviceManagementPartner to update.</param>
            <returns>The updated DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.UpdateAsync(Microsoft.Graph.DeviceManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementPartner using PATCH.
            </summary>
            <param name="deviceManagementPartnerToUpdate">The DeviceManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder">
            <summary>
            The interface IDeviceManagementPartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementPartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionPage">
            <summary>
            The interface IDeviceManagementRemoteAssistancePartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest">
            <summary>
            The interface IDeviceManagementRemoteAssistancePartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.AddAsync(Microsoft.Graph.RemoteAssistancePartner)">
            <summary>
            Adds the specified RemoteAssistancePartner to the collection via POST.
            </summary>
            <param name="remoteAssistancePartner">The RemoteAssistancePartner to add.</param>
            <returns>The created RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.AddAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RemoteAssistancePartner to the collection via POST.
            </summary>
            <param name="remoteAssistancePartner">The RemoteAssistancePartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder"/> for the specified RemoteAssistancePartner.
            </summary>
            <param name="id">The ID for the RemoteAssistancePartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRequest">
            <summary>
            The interface IDeviceManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.CreateAsync(Microsoft.Graph.DeviceManagement)">
            <summary>
            Creates the specified DeviceManagement using PUT.
            </summary>
            <param name="deviceManagementToCreate">The DeviceManagement to create.</param>
            <returns>The created DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.CreateAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagement using PUT.
            </summary>
            <param name="deviceManagementToCreate">The DeviceManagement to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceManagement.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.GetAsync">
            <summary>
            Gets the specified DeviceManagement.
            </summary>
            <returns>The DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagement.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.UpdateAsync(Microsoft.Graph.DeviceManagement)">
            <summary>
            Updates the specified DeviceManagement using PATCH.
            </summary>
            <param name="deviceManagementToUpdate">The DeviceManagement to update.</param>
            <returns>The updated DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.UpdateAsync(Microsoft.Graph.DeviceManagement,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagement using PATCH.
            </summary>
            <param name="deviceManagementToUpdate">The DeviceManagement to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceManagement.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagement,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagement,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRequestBuilder">
            <summary>
            The interface IDeviceManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.TermsAndConditions">
            <summary>
            Gets the request builder for TermsAndConditions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ApplePushNotificationCertificate">
            <summary>
            Gets the request builder for ApplePushNotificationCertificate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IApplePushNotificationCertificateRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ManagedDeviceOverview">
            <summary>
            Gets the request builder for ManagedDeviceOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DetectedApps">
            <summary>
            Gets the request builder for DetectedApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDetectedAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ManagedDevices">
            <summary>
            Gets the request builder for ManagedDevices.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementManagedDevicesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceConfigurations">
            <summary>
            Gets the request builder for DeviceConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceCompliancePolicies">
            <summary>
            Gets the request builder for DeviceCompliancePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.SoftwareUpdateStatusSummary">
            <summary>
            Gets the request builder for SoftwareUpdateStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceCompliancePolicyDeviceStateSummary">
            <summary>
            Gets the request builder for DeviceCompliancePolicyDeviceStateSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyDeviceStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceCompliancePolicySettingStateSummaries">
            <summary>
            Gets the request builder for DeviceCompliancePolicySettingStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCompliancePolicySettingStateSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceConfigurationDeviceStateSummaries">
            <summary>
            Gets the request builder for DeviceConfigurationDeviceStateSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationDeviceStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.IosUpdateStatuses">
            <summary>
            Gets the request builder for IosUpdateStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementIosUpdateStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceCategories">
            <summary>
            Gets the request builder for DeviceCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ExchangeConnectors">
            <summary>
            Gets the request builder for ExchangeConnectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementExchangeConnectorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceEnrollmentConfigurations">
            <summary>
            Gets the request builder for DeviceEnrollmentConfigurations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceEnrollmentConfigurationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ConditionalAccessSettings">
            <summary>
            Gets the request builder for ConditionalAccessSettings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.MobileThreatDefenseConnectors">
            <summary>
            Gets the request builder for MobileThreatDefenseConnectors.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementMobileThreatDefenseConnectorsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.DeviceManagementPartners">
            <summary>
            Gets the request builder for DeviceManagementPartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementDeviceManagementPartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.NotificationMessageTemplates">
            <summary>
            Gets the request builder for NotificationMessageTemplates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementNotificationMessageTemplatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.RoleDefinitions">
            <summary>
            Gets the request builder for RoleDefinitions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.RoleAssignments">
            <summary>
            Gets the request builder for RoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.ResourceOperations">
            <summary>
            Gets the request builder for ResourceOperations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.TelecomExpenseManagementPartners">
            <summary>
            Gets the request builder for TelecomExpenseManagementPartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.RemoteAssistancePartners">
            <summary>
            Gets the request builder for RemoteAssistancePartners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementRemoteAssistancePartnersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.WindowsInformationProtectionAppLearningSummaries">
            <summary>
            Gets the request builder for WindowsInformationProtectionAppLearningSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.WindowsInformationProtectionNetworkLearningSummaries">
            <summary>
            Gets the request builder for WindowsInformationProtectionNetworkLearningSummaries.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRequestBuilder.TroubleshootingEvents">
            <summary>
            Gets the request builder for TroubleshootingEvents.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequestBuilder.VerifyWindowsEnrollmentAutoDiscovery(System.String)">
            <summary>
            Gets the request builder for DeviceManagementVerifyWindowsEnrollmentAutoDiscovery.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRequestBuilder.GetEffectivePermissions(System.String)">
            <summary>
            Gets the request builder for DeviceManagementGetEffectivePermissions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementGetEffectivePermissionsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionPage">
            <summary>
            The interface IDeviceManagementResourceOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest">
            <summary>
            The interface IDeviceManagementResourceOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.AddAsync(Microsoft.Graph.ResourceOperation)">
            <summary>
            Adds the specified ResourceOperation to the collection via POST.
            </summary>
            <param name="resourceOperation">The ResourceOperation to add.</param>
            <returns>The created ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.AddAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ResourceOperation to the collection via POST.
            </summary>
            <param name="resourceOperation">The ResourceOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementResourceOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementResourceOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IResourceOperationRequestBuilder"/> for the specified ResourceOperation.
            </summary>
            <param name="id">The ID for the ResourceOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IResourceOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionPage">
            <summary>
            The interface IDeviceManagementRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest">
            <summary>
            The interface IDeviceManagementRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment)">
            <summary>
            Adds the specified DeviceAndAppManagementRoleAssignment to the collection via POST.
            </summary>
            <param name="deviceAndAppManagementRoleAssignment">The DeviceAndAppManagementRoleAssignment to add.</param>
            <returns>The created DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceAndAppManagementRoleAssignment to the collection via POST.
            </summary>
            <param name="deviceAndAppManagementRoleAssignment">The DeviceAndAppManagementRoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceAndAppManagementRoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceAndAppManagementRoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder"/> for the specified DeviceAndAppManagementRoleAssignment.
            </summary>
            <param name="id">The ID for the DeviceAndAppManagementRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceAndAppManagementRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionPage">
            <summary>
            The interface IDeviceManagementRoleDefinitionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest">
            <summary>
            The interface IDeviceManagementRoleDefinitionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.RoleDefinition)">
            <summary>
            Adds the specified RoleDefinition to the collection via POST.
            </summary>
            <param name="roleDefinition">The RoleDefinition to add.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.AddAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RoleDefinition to the collection via POST.
            </summary>
            <param name="roleDefinition">The RoleDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementRoleDefinitionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementRoleDefinitionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRoleDefinitionRequestBuilder"/> for the specified RoleDefinition.
            </summary>
            <param name="id">The ID for the RoleDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionPage">
            <summary>
            The interface IDeviceManagementTelecomExpenseManagementPartnersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest">
            <summary>
            The interface IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.TelecomExpenseManagementPartner)">
            <summary>
            Adds the specified TelecomExpenseManagementPartner to the collection via POST.
            </summary>
            <param name="telecomExpenseManagementPartner">The TelecomExpenseManagementPartner to add.</param>
            <returns>The created TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.AddAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TelecomExpenseManagementPartner to the collection via POST.
            </summary>
            <param name="telecomExpenseManagementPartner">The TelecomExpenseManagementPartner to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementTelecomExpenseManagementPartnersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder"/> for the specified TelecomExpenseManagementPartner.
            </summary>
            <param name="id">The ID for the TelecomExpenseManagementPartner.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionPage">
            <summary>
            The interface IDeviceManagementTermsAndConditionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest">
            <summary>
            The interface IDeviceManagementTermsAndConditionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditions)">
            <summary>
            Adds the specified TermsAndConditions to the collection via POST.
            </summary>
            <param name="termsAndConditions">The TermsAndConditions to add.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditions to the collection via POST.
            </summary>
            <param name="termsAndConditions">The TermsAndConditions to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementTermsAndConditionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementTermsAndConditionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITermsAndConditionsRequestBuilder"/> for the specified TermsAndConditions.
            </summary>
            <param name="id">The ID for the TermsAndConditions.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest">
            <summary>
            The interface IDeviceManagementTroubleshootingEventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.CreateAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent)">
            <summary>
            Creates the specified DeviceManagementTroubleshootingEvent using PUT.
            </summary>
            <param name="deviceManagementTroubleshootingEventToCreate">The DeviceManagementTroubleshootingEvent to create.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.CreateAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DeviceManagementTroubleshootingEvent using PUT.
            </summary>
            <param name="deviceManagementTroubleshootingEventToCreate">The DeviceManagementTroubleshootingEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.DeleteAsync">
            <summary>
            Deletes the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.GetAsync">
            <summary>
            Gets the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <returns>The DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.UpdateAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent)">
            <summary>
            Updates the specified DeviceManagementTroubleshootingEvent using PATCH.
            </summary>
            <param name="deviceManagementTroubleshootingEventToUpdate">The DeviceManagementTroubleshootingEvent to update.</param>
            <returns>The updated DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.UpdateAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DeviceManagementTroubleshootingEvent using PATCH.
            </summary>
            <param name="deviceManagementTroubleshootingEventToUpdate">The DeviceManagementTroubleshootingEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder">
            <summary>
            The interface IDeviceManagementTroubleshootingEventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionPage">
            <summary>
            The interface IDeviceManagementTroubleshootingEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest">
            <summary>
            The interface IDeviceManagementTroubleshootingEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementTroubleshootingEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/> for the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <param name="id">The ID for the DeviceManagementTroubleshootingEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest">
            <summary>
            The interface IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder">
            <summary>
            The interface IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementVerifyWindowsEnrollmentAutoDiscoveryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage">
            <summary>
            The interface IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest">
            <summary>
            The interface IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLearningSummary to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummary">The WindowsInformationProtectionAppLearningSummary to add.</param>
            <returns>The created WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLearningSummary to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummary">The WindowsInformationProtectionAppLearningSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionAppLearningSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder"/> for the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionAppLearningSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage">
            <summary>
            The interface IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest">
            <summary>
            The interface IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary)">
            <summary>
            Adds the specified WindowsInformationProtectionNetworkLearningSummary to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummary">The WindowsInformationProtectionNetworkLearningSummary to add.</param>
            <returns>The created WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionNetworkLearningSummary to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummary">The WindowsInformationProtectionNetworkLearningSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder">
            <summary>
            The interface IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceManagementWindowsInformationProtectionNetworkLearningSummariesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder"/> for the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionNetworkLearningSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequest">
            <summary>
            The interface IDeviceRegisteredOwnersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder">
            <summary>
            The interface IDeviceRegisteredOwnersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesPage">
            <summary>
            The interface IDeviceRegisteredOwnersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest">
            <summary>
            The interface IDeviceRegisteredOwnersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequest">
            <summary>
            The interface IDeviceRegisteredUsersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder">
            <summary>
            The interface IDeviceRegisteredUsersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesPage">
            <summary>
            The interface IDeviceRegisteredUsersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest">
            <summary>
            The interface IDeviceRegisteredUsersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRequest">
            <summary>
            The interface IDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.CreateAsync(Microsoft.Graph.Device)">
            <summary>
            Creates the specified Device using PUT.
            </summary>
            <param name="deviceToCreate">The Device to create.</param>
            <returns>The created Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.CreateAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Device using PUT.
            </summary>
            <param name="deviceToCreate">The Device to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.DeleteAsync">
            <summary>
            Deletes the specified Device.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Device.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.GetAsync">
            <summary>
            Gets the specified Device.
            </summary>
            <returns>The Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Device.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.UpdateAsync(Microsoft.Graph.Device)">
            <summary>
            Updates the specified Device using PATCH.
            </summary>
            <param name="deviceToUpdate">The Device to update.</param>
            <returns>The updated Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.UpdateAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Device using PATCH.
            </summary>
            <param name="deviceToUpdate">The Device to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDeviceRequestBuilder">
            <summary>
            The interface IDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRequestBuilder.RegisteredOwners">
            <summary>
            Gets the request builder for RegisteredOwners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredOwnersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRequestBuilder.RegisteredUsers">
            <summary>
            Gets the request builder for RegisteredUsers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRegisteredUsersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDeviceRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionPage">
            <summary>
            The interface IDirectoryDeletedItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryDeletedItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest">
            <summary>
            The interface IDirectoryDeletedItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder">
            <summary>
            The interface IDirectoryDeletedItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsCollectionPage">
            <summary>
            The interface IDirectoryObjectCheckMemberGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest">
            <summary>
            The interface IDirectoryObjectCheckMemberGroupsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequestBuilder">
            <summary>
            The interface IDirectoryObjectCheckMemberGroupsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetByIdsCollectionPage">
            <summary>
            The interface IDirectoryObjectGetByIdsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetByIdsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequest">
            <summary>
            The interface IDirectoryObjectGetByIdsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder">
            <summary>
            The interface IDirectoryObjectGetByIdsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsCollectionPage">
            <summary>
            The interface IDirectoryObjectGetMemberGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetMemberGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest">
            <summary>
            The interface IDirectoryObjectGetMemberGroupsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequestBuilder">
            <summary>
            The interface IDirectoryObjectGetMemberGroupsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsCollectionPage">
            <summary>
            The interface IDirectoryObjectGetMemberObjectsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetMemberObjectsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest">
            <summary>
            The interface IDirectoryObjectGetMemberObjectsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequestBuilder">
            <summary>
            The interface IDirectoryObjectGetMemberObjectsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectReferenceRequest">
            <summary>
            The interface IDirectoryObjectReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified DirectoryObject reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified DirectoryObject reference.
            </summary>
            <param name="id">The DirectoryObject reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified DirectoryObject reference.
            </summary>
            <param name="id">The DirectoryObject reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectReferenceRequestBuilder">
            <summary>
            The interface IDirectoryObjectReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectRequest">
            <summary>
            The interface IDirectoryObjectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.CreateAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Creates the specified DirectoryObject using PUT.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.CreateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObject using PUT.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.DeleteAsync">
            <summary>
            Deletes the specified DirectoryObject.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.GetAsync">
            <summary>
            Gets the specified DirectoryObject.
            </summary>
            <returns>The DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.UpdateAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Updates the specified DirectoryObject using PATCH.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <returns>The updated DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.UpdateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PATCH.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectRequestBuilder">
            <summary>
            The interface IDirectoryObjectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequestBuilder.CheckMemberGroups(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectCheckMemberGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectCheckMemberGroupsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequestBuilder.GetMemberGroups(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetMemberGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberGroupsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequestBuilder.GetMemberObjects(System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for DirectoryObjectGetMemberObjects.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetMemberObjectsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRequestBuilder.Restore">
            <summary>
            Gets the request builder for DirectoryObjectRestore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRestoreRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectRestoreRequest">
            <summary>
            The interface IDirectoryObjectRestoreRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRestoreRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRestoreRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRestoreRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRestoreRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectRestoreRequestBuilder">
            <summary>
            The interface IDirectoryObjectRestoreRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectRestoreRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequest">
            <summary>
            The interface IDirectoryObjectWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified DirectoryObject.
            </summary>
            <returns>The DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.CreateAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Creates the specified DirectoryObject using PUT.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.CreateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryObject using PUT.
            </summary>
            <param name="directoryObjectToCreate">The DirectoryObject to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.UpdateAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Updates the specified DirectoryObject using PATCH.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <returns>The updated DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.UpdateAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryObject using PATCH.
            </summary>
            <param name="directoryObjectToUpdate">The DirectoryObject to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified DirectoryObject.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryObject.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder">
            <summary>
            The interface IDirectoryObjectWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the directoryObject.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRequest">
            <summary>
            The interface IDirectoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.CreateAsync(Microsoft.Graph.Directory)">
            <summary>
            Creates the specified Directory using PUT.
            </summary>
            <param name="directoryToCreate">The Directory to create.</param>
            <returns>The created Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.CreateAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Directory using PUT.
            </summary>
            <param name="directoryToCreate">The Directory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.DeleteAsync">
            <summary>
            Deletes the specified Directory.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Directory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.GetAsync">
            <summary>
            Gets the specified Directory.
            </summary>
            <returns>The Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Directory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.UpdateAsync(Microsoft.Graph.Directory)">
            <summary>
            Updates the specified Directory using PATCH.
            </summary>
            <param name="directoryToUpdate">The Directory to update.</param>
            <returns>The updated Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.UpdateAsync(Microsoft.Graph.Directory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Directory using PATCH.
            </summary>
            <param name="directoryToUpdate">The Directory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Directory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Directory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Directory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRequestBuilder">
            <summary>
            The interface IDirectoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRequestBuilder.DeletedItems">
            <summary>
            Gets the request builder for DeletedItems.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryDeletedItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequest">
            <summary>
            The interface IDirectoryRoleMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder">
            <summary>
            The interface IDirectoryRoleMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesPage">
            <summary>
            The interface IDirectoryRoleMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest">
            <summary>
            The interface IDirectoryRoleMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDirectoryRoleMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleRequest">
            <summary>
            The interface IDirectoryRoleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.CreateAsync(Microsoft.Graph.DirectoryRole)">
            <summary>
            Creates the specified DirectoryRole using PUT.
            </summary>
            <param name="directoryRoleToCreate">The DirectoryRole to create.</param>
            <returns>The created DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.CreateAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryRole using PUT.
            </summary>
            <param name="directoryRoleToCreate">The DirectoryRole to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.DeleteAsync">
            <summary>
            Deletes the specified DirectoryRole.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryRole.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.GetAsync">
            <summary>
            Gets the specified DirectoryRole.
            </summary>
            <returns>The DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryRole.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.UpdateAsync(Microsoft.Graph.DirectoryRole)">
            <summary>
            Updates the specified DirectoryRole using PATCH.
            </summary>
            <param name="directoryRoleToUpdate">The DirectoryRole to update.</param>
            <returns>The updated DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.UpdateAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRole using PATCH.
            </summary>
            <param name="directoryRoleToUpdate">The DirectoryRole to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleRequestBuilder">
            <summary>
            The interface IDirectoryRoleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDirectoryRoleRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleTemplateRequest">
            <summary>
            The interface IDirectoryRoleTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.CreateAsync(Microsoft.Graph.DirectoryRoleTemplate)">
            <summary>
            Creates the specified DirectoryRoleTemplate using PUT.
            </summary>
            <param name="directoryRoleTemplateToCreate">The DirectoryRoleTemplate to create.</param>
            <returns>The created DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.CreateAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DirectoryRoleTemplate using PUT.
            </summary>
            <param name="directoryRoleTemplateToCreate">The DirectoryRoleTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.DeleteAsync">
            <summary>
            Deletes the specified DirectoryRoleTemplate.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DirectoryRoleTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.GetAsync">
            <summary>
            Gets the specified DirectoryRoleTemplate.
            </summary>
            <returns>The DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DirectoryRoleTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.UpdateAsync(Microsoft.Graph.DirectoryRoleTemplate)">
            <summary>
            Updates the specified DirectoryRoleTemplate using PATCH.
            </summary>
            <param name="directoryRoleTemplateToUpdate">The DirectoryRoleTemplate to update.</param>
            <returns>The updated DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.UpdateAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DirectoryRoleTemplate using PATCH.
            </summary>
            <param name="directoryRoleTemplateToUpdate">The DirectoryRoleTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder">
            <summary>
            The interface IDirectoryRoleTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsCnameRecordRequest">
            <summary>
            The interface IDomainDnsCnameRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsCnameRecord)">
            <summary>
            Creates the specified DomainDnsCnameRecord using PUT.
            </summary>
            <param name="domainDnsCnameRecordToCreate">The DomainDnsCnameRecord to create.</param>
            <returns>The created DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsCnameRecord using PUT.
            </summary>
            <param name="domainDnsCnameRecordToCreate">The DomainDnsCnameRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.DeleteAsync">
            <summary>
            Deletes the specified DomainDnsCnameRecord.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsCnameRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.GetAsync">
            <summary>
            Gets the specified DomainDnsCnameRecord.
            </summary>
            <returns>The DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsCnameRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsCnameRecord)">
            <summary>
            Updates the specified DomainDnsCnameRecord using PATCH.
            </summary>
            <param name="domainDnsCnameRecordToUpdate">The DomainDnsCnameRecord to update.</param>
            <returns>The updated DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsCnameRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsCnameRecord using PATCH.
            </summary>
            <param name="domainDnsCnameRecordToUpdate">The DomainDnsCnameRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DomainDnsCnameRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsCnameRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsCnameRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsCnameRecordRequestBuilder">
            <summary>
            The interface IDomainDnsCnameRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsCnameRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsMxRecordRequest">
            <summary>
            The interface IDomainDnsMxRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsMxRecord)">
            <summary>
            Creates the specified DomainDnsMxRecord using PUT.
            </summary>
            <param name="domainDnsMxRecordToCreate">The DomainDnsMxRecord to create.</param>
            <returns>The created DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsMxRecord using PUT.
            </summary>
            <param name="domainDnsMxRecordToCreate">The DomainDnsMxRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.DeleteAsync">
            <summary>
            Deletes the specified DomainDnsMxRecord.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsMxRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.GetAsync">
            <summary>
            Gets the specified DomainDnsMxRecord.
            </summary>
            <returns>The DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsMxRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsMxRecord)">
            <summary>
            Updates the specified DomainDnsMxRecord using PATCH.
            </summary>
            <param name="domainDnsMxRecordToUpdate">The DomainDnsMxRecord to update.</param>
            <returns>The updated DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsMxRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsMxRecord using PATCH.
            </summary>
            <param name="domainDnsMxRecordToUpdate">The DomainDnsMxRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DomainDnsMxRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsMxRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsMxRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsMxRecordRequestBuilder">
            <summary>
            The interface IDomainDnsMxRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsMxRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsRecordRequest">
            <summary>
            The interface IDomainDnsRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsRecord)">
            <summary>
            Creates the specified DomainDnsRecord using PUT.
            </summary>
            <param name="domainDnsRecordToCreate">The DomainDnsRecord to create.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsRecord using PUT.
            </summary>
            <param name="domainDnsRecordToCreate">The DomainDnsRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.DeleteAsync">
            <summary>
            Deletes the specified DomainDnsRecord.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.GetAsync">
            <summary>
            Gets the specified DomainDnsRecord.
            </summary>
            <returns>The DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsRecord)">
            <summary>
            Updates the specified DomainDnsRecord using PATCH.
            </summary>
            <param name="domainDnsRecordToUpdate">The DomainDnsRecord to update.</param>
            <returns>The updated DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsRecord using PATCH.
            </summary>
            <param name="domainDnsRecordToUpdate">The DomainDnsRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder">
            <summary>
            The interface IDomainDnsRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsSrvRecordRequest">
            <summary>
            The interface IDomainDnsSrvRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsSrvRecord)">
            <summary>
            Creates the specified DomainDnsSrvRecord using PUT.
            </summary>
            <param name="domainDnsSrvRecordToCreate">The DomainDnsSrvRecord to create.</param>
            <returns>The created DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsSrvRecord using PUT.
            </summary>
            <param name="domainDnsSrvRecordToCreate">The DomainDnsSrvRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.DeleteAsync">
            <summary>
            Deletes the specified DomainDnsSrvRecord.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsSrvRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.GetAsync">
            <summary>
            Gets the specified DomainDnsSrvRecord.
            </summary>
            <returns>The DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsSrvRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsSrvRecord)">
            <summary>
            Updates the specified DomainDnsSrvRecord using PATCH.
            </summary>
            <param name="domainDnsSrvRecordToUpdate">The DomainDnsSrvRecord to update.</param>
            <returns>The updated DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsSrvRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsSrvRecord using PATCH.
            </summary>
            <param name="domainDnsSrvRecordToUpdate">The DomainDnsSrvRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DomainDnsSrvRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsSrvRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsSrvRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsSrvRecordRequestBuilder">
            <summary>
            The interface IDomainDnsSrvRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsSrvRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsTxtRecordRequest">
            <summary>
            The interface IDomainDnsTxtRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsTxtRecord)">
            <summary>
            Creates the specified DomainDnsTxtRecord using PUT.
            </summary>
            <param name="domainDnsTxtRecordToCreate">The DomainDnsTxtRecord to create.</param>
            <returns>The created DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsTxtRecord using PUT.
            </summary>
            <param name="domainDnsTxtRecordToCreate">The DomainDnsTxtRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.DeleteAsync">
            <summary>
            Deletes the specified DomainDnsTxtRecord.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsTxtRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.GetAsync">
            <summary>
            Gets the specified DomainDnsTxtRecord.
            </summary>
            <returns>The DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsTxtRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsTxtRecord)">
            <summary>
            Updates the specified DomainDnsTxtRecord using PATCH.
            </summary>
            <param name="domainDnsTxtRecordToUpdate">The DomainDnsTxtRecord to update.</param>
            <returns>The updated DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsTxtRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsTxtRecord using PATCH.
            </summary>
            <param name="domainDnsTxtRecordToUpdate">The DomainDnsTxtRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DomainDnsTxtRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsTxtRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsTxtRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsTxtRecordRequestBuilder">
            <summary>
            The interface IDomainDnsTxtRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsTxtRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsUnavailableRecordRequest">
            <summary>
            The interface IDomainDnsUnavailableRecordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsUnavailableRecord)">
            <summary>
            Creates the specified DomainDnsUnavailableRecord using PUT.
            </summary>
            <param name="domainDnsUnavailableRecordToCreate">The DomainDnsUnavailableRecord to create.</param>
            <returns>The created DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.CreateAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DomainDnsUnavailableRecord using PUT.
            </summary>
            <param name="domainDnsUnavailableRecordToCreate">The DomainDnsUnavailableRecord to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.DeleteAsync">
            <summary>
            Deletes the specified DomainDnsUnavailableRecord.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DomainDnsUnavailableRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.GetAsync">
            <summary>
            Gets the specified DomainDnsUnavailableRecord.
            </summary>
            <returns>The DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DomainDnsUnavailableRecord.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsUnavailableRecord)">
            <summary>
            Updates the specified DomainDnsUnavailableRecord using PATCH.
            </summary>
            <param name="domainDnsUnavailableRecordToUpdate">The DomainDnsUnavailableRecord to update.</param>
            <returns>The updated DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.UpdateAsync(Microsoft.Graph.DomainDnsUnavailableRecord,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DomainDnsUnavailableRecord using PATCH.
            </summary>
            <param name="domainDnsUnavailableRecordToUpdate">The DomainDnsUnavailableRecord to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DomainDnsUnavailableRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsUnavailableRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsUnavailableRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDnsUnavailableRecordRequestBuilder">
            <summary>
            The interface IDomainDnsUnavailableRecordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDnsUnavailableRecordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequest">
            <summary>
            The interface IDomainDomainNameReferencesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder">
            <summary>
            The interface IDomainDomainNameReferencesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesPage">
            <summary>
            The interface IDomainDomainNameReferencesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest">
            <summary>
            The interface IDomainDomainNameReferencesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainRequest">
            <summary>
            The interface IDomainRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.CreateAsync(Microsoft.Graph.Domain)">
            <summary>
            Creates the specified Domain using PUT.
            </summary>
            <param name="domainToCreate">The Domain to create.</param>
            <returns>The created Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.CreateAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Domain using PUT.
            </summary>
            <param name="domainToCreate">The Domain to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.DeleteAsync">
            <summary>
            Deletes the specified Domain.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Domain.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.GetAsync">
            <summary>
            Gets the specified Domain.
            </summary>
            <returns>The Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Domain.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.UpdateAsync(Microsoft.Graph.Domain)">
            <summary>
            Updates the specified Domain using PATCH.
            </summary>
            <param name="domainToUpdate">The Domain to update.</param>
            <returns>The updated Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.UpdateAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Domain using PATCH.
            </summary>
            <param name="domainToUpdate">The Domain to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainRequestBuilder">
            <summary>
            The interface IDomainRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainRequestBuilder.ServiceConfigurationRecords">
            <summary>
            Gets the request builder for ServiceConfigurationRecords.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainRequestBuilder.VerificationDnsRecords">
            <summary>
            Gets the request builder for VerificationDnsRecords.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainRequestBuilder.DomainNameReferences">
            <summary>
            Gets the request builder for DomainNameReferences.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDomainNameReferencesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainRequestBuilder.Verify">
            <summary>
            Gets the request builder for DomainVerify.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDomainVerifyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionPage">
            <summary>
            The interface IDomainServiceConfigurationRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest">
            <summary>
            The interface IDomainServiceConfigurationRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequestBuilder">
            <summary>
            The interface IDomainServiceConfigurationRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainServiceConfigurationRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/> for the specified DomainDnsRecord.
            </summary>
            <param name="id">The ID for the DomainDnsRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionPage">
            <summary>
            The interface IDomainVerificationDnsRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest">
            <summary>
            The interface IDomainVerificationDnsRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequestBuilder">
            <summary>
            The interface IDomainVerificationDnsRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDomainVerificationDnsRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/> for the specified DomainDnsRecord.
            </summary>
            <param name="id">The ID for the DomainDnsRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainVerifyRequest">
            <summary>
            The interface IDomainVerifyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerifyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerifyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerifyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerifyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDomainVerifyRequestBuilder">
            <summary>
            The interface IDomainVerifyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDomainVerifyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemChildrenCollectionPage">
            <summary>
            The interface IDriveItemChildrenCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemChildrenCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemChildrenCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemChildrenCollectionRequest">
            <summary>
            The interface IDriveItemChildrenCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.AddAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemChildrenCollectionRequestBuilder">
            <summary>
            The interface IDriveItemChildrenCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemChildrenCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemChildrenCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveItem.
            </summary>
            <param name="id">The ID for the DriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemContentRequest">
            <summary>
            The interface IDriveItemContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemContentRequest.PutAsync``1(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemContentRequestBuilder">
            <summary>
            The interface IDriveItemContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCopyRequest">
            <summary>
            The interface IDriveItemCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCopyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCopyRequestBuilder">
            <summary>
            The interface IDriveItemCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCopyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCreateLinkRequest">
            <summary>
            The interface IDriveItemCreateLinkRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemCreateLinkRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateLinkRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateLinkRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateLinkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateLinkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCreateLinkRequestBuilder">
            <summary>
            The interface IDriveItemCreateLinkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateLinkRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCreateUploadSessionRequest">
            <summary>
            The interface IDriveItemCreateUploadSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemCreateUploadSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateUploadSessionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateUploadSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateUploadSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateUploadSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemCreateUploadSessionRequestBuilder">
            <summary>
            The interface IDriveItemCreateUploadSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemCreateUploadSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemDeltaCollectionPage">
            <summary>
            The interface IDriveItemDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemDeltaRequest">
            <summary>
            The interface IDriveItemDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemDeltaRequestBuilder">
            <summary>
            The interface IDriveItemDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemInviteCollectionPage">
            <summary>
            The interface IDriveItemInviteCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemInviteCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemInviteRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemInviteRequest">
            <summary>
            The interface IDriveItemInviteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemInviteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemInviteRequestBuilder">
            <summary>
            The interface IDriveItemInviteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemInviteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemPermissionsCollectionPage">
            <summary>
            The interface IDriveItemPermissionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemPermissionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemPermissionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemPermissionsCollectionRequest">
            <summary>
            The interface IDriveItemPermissionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.AddAsync(Microsoft.Graph.Permission)">
            <summary>
            Adds the specified Permission to the collection via POST.
            </summary>
            <param name="permission">The Permission to add.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.AddAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Permission to the collection via POST.
            </summary>
            <param name="permission">The Permission to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemPermissionsCollectionRequestBuilder">
            <summary>
            The interface IDriveItemPermissionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemPermissionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemPermissionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/> for the specified Permission.
            </summary>
            <param name="id">The ID for the Permission.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPermissionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemRequest">
            <summary>
            The interface IDriveItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.CreateAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Creates the specified DriveItem using PUT.
            </summary>
            <param name="driveItemToCreate">The DriveItem to create.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.CreateAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DriveItem using PUT.
            </summary>
            <param name="driveItemToCreate">The DriveItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.DeleteAsync">
            <summary>
            Deletes the specified DriveItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.GetAsync">
            <summary>
            Gets the specified DriveItem.
            </summary>
            <returns>The DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.UpdateAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Updates the specified DriveItem using PATCH.
            </summary>
            <param name="driveItemToUpdate">The DriveItem to update.</param>
            <returns>The updated DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.UpdateAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItem using PATCH.
            </summary>
            <param name="driveItemToUpdate">The DriveItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemsCollectionPage">
            <summary>
            The interface IDriveItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemsCollectionRequest">
            <summary>
            The interface IDriveItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.AddAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemsCollectionRequestBuilder">
            <summary>
            The interface IDriveItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveItem.
            </summary>
            <param name="id">The ID for the DriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemSearchCollectionPage">
            <summary>
            The interface IDriveItemSearchCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemSearchCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemSearchRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemSearchRequest">
            <summary>
            The interface IDriveItemSearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemSearchRequestBuilder">
            <summary>
            The interface IDriveItemSearchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemSearchRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemThumbnailsCollectionPage">
            <summary>
            The interface IDriveItemThumbnailsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemThumbnailsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest">
            <summary>
            The interface IDriveItemThumbnailsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.AddAsync(Microsoft.Graph.ThumbnailSet)">
            <summary>
            Adds the specified ThumbnailSet to the collection via POST.
            </summary>
            <param name="thumbnailSet">The ThumbnailSet to add.</param>
            <returns>The created ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.AddAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ThumbnailSet to the collection via POST.
            </summary>
            <param name="thumbnailSet">The ThumbnailSet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemThumbnailsCollectionRequestBuilder">
            <summary>
            The interface IDriveItemThumbnailsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemThumbnailsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemThumbnailsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IThumbnailSetRequestBuilder"/> for the specified ThumbnailSet.
            </summary>
            <param name="id">The ID for the ThumbnailSet.</param>
            <returns>The <see cref="T:Microsoft.Graph.IThumbnailSetRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionContentRequest">
            <summary>
            The interface IDriveItemVersionContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionContentRequest.PutAsync``1(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionContentRequestBuilder">
            <summary>
            The interface IDriveItemVersionContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionRequest">
            <summary>
            The interface IDriveItemVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.CreateAsync(Microsoft.Graph.DriveItemVersion)">
            <summary>
            Creates the specified DriveItemVersion using PUT.
            </summary>
            <param name="driveItemVersionToCreate">The DriveItemVersion to create.</param>
            <returns>The created DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.CreateAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified DriveItemVersion using PUT.
            </summary>
            <param name="driveItemVersionToCreate">The DriveItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.DeleteAsync">
            <summary>
            Deletes the specified DriveItemVersion.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified DriveItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.GetAsync">
            <summary>
            Gets the specified DriveItemVersion.
            </summary>
            <returns>The DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified DriveItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.UpdateAsync(Microsoft.Graph.DriveItemVersion)">
            <summary>
            Updates the specified DriveItemVersion using PATCH.
            </summary>
            <param name="driveItemVersionToUpdate">The DriveItemVersion to update.</param>
            <returns>The updated DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.UpdateAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified DriveItemVersion using PATCH.
            </summary>
            <param name="driveItemVersionToUpdate">The DriveItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionRequestBuilder">
            <summary>
            The interface IDriveItemVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemVersionRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRequestBuilder.RestoreVersion">
            <summary>
            Gets the request builder for DriveItemVersionRestoreVersion.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionRestoreVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionRestoreVersionRequest">
            <summary>
            The interface IDriveItemVersionRestoreVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRestoreVersionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRestoreVersionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRestoreVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRestoreVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionRestoreVersionRequestBuilder">
            <summary>
            The interface IDriveItemVersionRestoreVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionRestoreVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionsCollectionPage">
            <summary>
            The interface IDriveItemVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveItemVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionsCollectionRequest">
            <summary>
            The interface IDriveItemVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.AddAsync(Microsoft.Graph.DriveItemVersion)">
            <summary>
            Adds the specified DriveItemVersion to the collection via POST.
            </summary>
            <param name="driveItemVersion">The DriveItemVersion to add.</param>
            <returns>The created DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.AddAsync(Microsoft.Graph.DriveItemVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItemVersion to the collection via POST.
            </summary>
            <param name="driveItemVersion">The DriveItemVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveItemVersionsCollectionRequestBuilder">
            <summary>
            The interface IDriveItemVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveItemVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveItemVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemVersionRequestBuilder"/> for the specified DriveItemVersion.
            </summary>
            <param name="id">The ID for the DriveItemVersion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveRecentCollectionPage">
            <summary>
            The interface IDriveRecentCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveRecentCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveRecentRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveRecentRequest">
            <summary>
            The interface IDriveRecentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveRecentRequestBuilder">
            <summary>
            The interface IDriveRecentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveRecentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveRequest">
            <summary>
            The interface IDriveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.CreateAsync(Microsoft.Graph.Drive)">
            <summary>
            Creates the specified Drive using PUT.
            </summary>
            <param name="driveToCreate">The Drive to create.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.CreateAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Drive using PUT.
            </summary>
            <param name="driveToCreate">The Drive to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.DeleteAsync">
            <summary>
            Deletes the specified Drive.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Drive.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.GetAsync">
            <summary>
            Gets the specified Drive.
            </summary>
            <returns>The Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Drive.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.UpdateAsync(Microsoft.Graph.Drive)">
            <summary>
            Updates the specified Drive using PATCH.
            </summary>
            <param name="driveToUpdate">The Drive to update.</param>
            <returns>The updated Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.UpdateAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Drive using PATCH.
            </summary>
            <param name="driveToUpdate">The Drive to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveRequestBuilder">
            <summary>
            The interface IDriveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveRequestBuilder.List">
            <summary>
            Gets the request builder for List.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveRequestBuilder.Root">
            <summary>
            Gets the request builder for Root.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IDriveRequestBuilder.Special">
            <summary>
            Gets the request builder for Special.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveSpecialCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequestBuilder.Recent">
            <summary>
            Gets the request builder for DriveRecent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRecentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequestBuilder.Search(System.String)">
            <summary>
            Gets the request builder for DriveSearch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveSearchRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveRequestBuilder.SharedWithMe">
            <summary>
            Gets the request builder for DriveSharedWithMe.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveSharedWithMeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveSearchCollectionPage">
            <summary>
            The interface IDriveSearchCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveSearchCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveSearchRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveSearchRequest">
            <summary>
            The interface IDriveSearchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveSearchRequestBuilder">
            <summary>
            The interface IDriveSearchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSearchRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveSharedWithMeCollectionPage">
            <summary>
            The interface IDriveSharedWithMeCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveSharedWithMeCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveSharedWithMeRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveSharedWithMeRequest">
            <summary>
            The interface IDriveSharedWithMeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveSharedWithMeRequestBuilder">
            <summary>
            The interface IDriveSharedWithMeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSharedWithMeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IDriveSpecialCollectionPage">
            <summary>
            The interface IDriveSpecialCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IDriveSpecialCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IDriveSpecialCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IDriveSpecialCollectionRequest">
            <summary>
            The interface IDriveSpecialCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.AddAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IDriveSpecialCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEBookInstallSummaryRequest">
            <summary>
            The interface IEBookInstallSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.CreateAsync(Microsoft.Graph.EBookInstallSummary)">
            <summary>
            Creates the specified EBookInstallSummary using PUT.
            </summary>
            <param name="eBookInstallSummaryToCreate">The EBookInstallSummary to create.</param>
            <returns>The created EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.CreateAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EBookInstallSummary using PUT.
            </summary>
            <param name="eBookInstallSummaryToCreate">The EBookInstallSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified EBookInstallSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EBookInstallSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.GetAsync">
            <summary>
            Gets the specified EBookInstallSummary.
            </summary>
            <returns>The EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EBookInstallSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.UpdateAsync(Microsoft.Graph.EBookInstallSummary)">
            <summary>
            Updates the specified EBookInstallSummary using PATCH.
            </summary>
            <param name="eBookInstallSummaryToUpdate">The EBookInstallSummary to update.</param>
            <returns>The updated EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.UpdateAsync(Microsoft.Graph.EBookInstallSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EBookInstallSummary using PATCH.
            </summary>
            <param name="eBookInstallSummaryToUpdate">The EBookInstallSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EBookInstallSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EBookInstallSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EBookInstallSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEBookInstallSummaryRequestBuilder">
            <summary>
            The interface IEBookInstallSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEBookInstallSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEditionUpgradeConfigurationRequest">
            <summary>
            The interface IEditionUpgradeConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.CreateAsync(Microsoft.Graph.EditionUpgradeConfiguration)">
            <summary>
            Creates the specified EditionUpgradeConfiguration using PUT.
            </summary>
            <param name="editionUpgradeConfigurationToCreate">The EditionUpgradeConfiguration to create.</param>
            <returns>The created EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.CreateAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EditionUpgradeConfiguration using PUT.
            </summary>
            <param name="editionUpgradeConfigurationToCreate">The EditionUpgradeConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified EditionUpgradeConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EditionUpgradeConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.GetAsync">
            <summary>
            Gets the specified EditionUpgradeConfiguration.
            </summary>
            <returns>The EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EditionUpgradeConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.UpdateAsync(Microsoft.Graph.EditionUpgradeConfiguration)">
            <summary>
            Updates the specified EditionUpgradeConfiguration using PATCH.
            </summary>
            <param name="editionUpgradeConfigurationToUpdate">The EditionUpgradeConfiguration to update.</param>
            <returns>The updated EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.UpdateAsync(Microsoft.Graph.EditionUpgradeConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EditionUpgradeConfiguration using PATCH.
            </summary>
            <param name="editionUpgradeConfigurationToUpdate">The EditionUpgradeConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EditionUpgradeConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EditionUpgradeConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EditionUpgradeConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEditionUpgradeConfigurationRequestBuilder">
            <summary>
            The interface IEditionUpgradeConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEditionUpgradeConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequest">
            <summary>
            The interface IEducationClassMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationClassMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesPage">
            <summary>
            The interface IEducationClassMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest">
            <summary>
            The interface IEducationClassMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationClassMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/> for the specified EducationUser.
            </summary>
            <param name="id">The ID for the EducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassReferenceRequest">
            <summary>
            The interface IEducationClassReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationClass reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified EducationClass reference.
            </summary>
            <param name="id">The EducationClass reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationClass reference.
            </summary>
            <param name="id">The EducationClass reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassReferenceRequestBuilder">
            <summary>
            The interface IEducationClassReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassRenewRequest">
            <summary>
            The interface IEducationClassRenewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRenewRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRenewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRenewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRenewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassRenewRequestBuilder">
            <summary>
            The interface IEducationClassRenewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRenewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassRequest">
            <summary>
            The interface IEducationClassRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.CreateAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Creates the specified EducationClass using PUT.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.CreateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationClass using PUT.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationClass.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.GetAsync">
            <summary>
            Gets the specified EducationClass.
            </summary>
            <returns>The EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.UpdateAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Updates the specified EducationClass using PATCH.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <returns>The updated EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.UpdateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PATCH.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassRequestBuilder">
            <summary>
            The interface IEducationClassRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassRequestBuilder.Schools">
            <summary>
            Gets the request builder for Schools.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassRequestBuilder.Teachers">
            <summary>
            Gets the request builder for Teachers.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassRequestBuilder.Group">
            <summary>
            Gets the request builder for Group.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassRequestBuilder.Renew">
            <summary>
            Gets the request builder for EducationClassRenew.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassRenewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequest">
            <summary>
            The interface IEducationClassSchoolsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationClassSchoolsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesPage">
            <summary>
            The interface IEducationClassSchoolsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest">
            <summary>
            The interface IEducationClassSchoolsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationClassSchoolsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/> for the specified EducationSchool.
            </summary>
            <param name="id">The ID for the EducationSchool.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassSchoolsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassSchoolsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequest">
            <summary>
            The interface IEducationClassTeachersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationClassTeachersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesPage">
            <summary>
            The interface IEducationClassTeachersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest">
            <summary>
            The interface IEducationClassTeachersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationClassTeachersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/> for the specified EducationUser.
            </summary>
            <param name="id">The ID for the EducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassTeachersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassTeachersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassWithReferenceRequest">
            <summary>
            The interface IEducationClassWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified EducationClass.
            </summary>
            <returns>The EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Creates the specified EducationClass using PUT.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationClass using PUT.
            </summary>
            <param name="educationClassToCreate">The EducationClass to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Updates the specified EducationClass using PATCH.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <returns>The updated EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationClass using PATCH.
            </summary>
            <param name="educationClassToUpdate">The EducationClass to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationClass.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationClass.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder">
            <summary>
            The interface IEducationClassWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the educationClass.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationOrganizationRequest">
            <summary>
            The interface IEducationOrganizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.CreateAsync(Microsoft.Graph.EducationOrganization)">
            <summary>
            Creates the specified EducationOrganization using PUT.
            </summary>
            <param name="educationOrganizationToCreate">The EducationOrganization to create.</param>
            <returns>The created EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.CreateAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationOrganization using PUT.
            </summary>
            <param name="educationOrganizationToCreate">The EducationOrganization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationOrganization.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.GetAsync">
            <summary>
            Gets the specified EducationOrganization.
            </summary>
            <returns>The EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationOrganization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.UpdateAsync(Microsoft.Graph.EducationOrganization)">
            <summary>
            Updates the specified EducationOrganization using PATCH.
            </summary>
            <param name="educationOrganizationToUpdate">The EducationOrganization to update.</param>
            <returns>The updated EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.UpdateAsync(Microsoft.Graph.EducationOrganization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationOrganization using PATCH.
            </summary>
            <param name="educationOrganizationToUpdate">The EducationOrganization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationOrganization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOrganization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationOrganization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationOrganizationRequestBuilder">
            <summary>
            The interface IEducationOrganizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationOrganizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootClassesCollectionPage">
            <summary>
            The interface IEducationRootClassesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootClassesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationRootClassesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootClassesCollectionRequest">
            <summary>
            The interface IEducationRootClassesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.AddAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationClass.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootClassesCollectionRequestBuilder">
            <summary>
            The interface IEducationRootClassesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootClassesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootClassesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassRequestBuilder"/> for the specified EducationClass.
            </summary>
            <param name="id">The ID for the EducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootRequest">
            <summary>
            The interface IEducationRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.CreateAsync(Microsoft.Graph.EducationRoot)">
            <summary>
            Creates the specified EducationRoot using PUT.
            </summary>
            <param name="educationRootToCreate">The EducationRoot to create.</param>
            <returns>The created EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.CreateAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationRoot using PUT.
            </summary>
            <param name="educationRootToCreate">The EducationRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationRoot.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.GetAsync">
            <summary>
            Gets the specified EducationRoot.
            </summary>
            <returns>The EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.UpdateAsync(Microsoft.Graph.EducationRoot)">
            <summary>
            Updates the specified EducationRoot using PATCH.
            </summary>
            <param name="educationRootToUpdate">The EducationRoot to update.</param>
            <returns>The updated EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.UpdateAsync(Microsoft.Graph.EducationRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationRoot using PATCH.
            </summary>
            <param name="educationRootToUpdate">The EducationRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootRequestBuilder">
            <summary>
            The interface IEducationRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootRequestBuilder.Classes">
            <summary>
            Gets the request builder for Classes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRootClassesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootRequestBuilder.Schools">
            <summary>
            Gets the request builder for Schools.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRootSchoolsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootRequestBuilder.Users">
            <summary>
            Gets the request builder for Users.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationRootUsersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootRequestBuilder.Me">
            <summary>
            Gets the request builder for Me.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootSchoolsCollectionPage">
            <summary>
            The interface IEducationRootSchoolsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootSchoolsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationRootSchoolsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootSchoolsCollectionRequest">
            <summary>
            The interface IEducationRootSchoolsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.AddAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.AddAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootSchoolsCollectionRequestBuilder">
            <summary>
            The interface IEducationRootSchoolsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootSchoolsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootSchoolsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolRequestBuilder"/> for the specified EducationSchool.
            </summary>
            <param name="id">The ID for the EducationSchool.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootUsersCollectionPage">
            <summary>
            The interface IEducationRootUsersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootUsersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationRootUsersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootUsersCollectionRequest">
            <summary>
            The interface IEducationRootUsersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.AddAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationRootUsersCollectionRequestBuilder">
            <summary>
            The interface IEducationRootUsersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationRootUsersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationRootUsersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserRequestBuilder"/> for the specified EducationUser.
            </summary>
            <param name="id">The ID for the EducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequest">
            <summary>
            The interface IEducationSchoolClassesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationSchoolClassesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesPage">
            <summary>
            The interface IEducationSchoolClassesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest">
            <summary>
            The interface IEducationSchoolClassesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationSchoolClassesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/> for the specified EducationClass.
            </summary>
            <param name="id">The ID for the EducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolReferenceRequest">
            <summary>
            The interface IEducationSchoolReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationSchool reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified EducationSchool reference.
            </summary>
            <param name="id">The EducationSchool reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationSchool reference.
            </summary>
            <param name="id">The EducationSchool reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolReferenceRequestBuilder">
            <summary>
            The interface IEducationSchoolReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolRequest">
            <summary>
            The interface IEducationSchoolRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.CreateAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Creates the specified EducationSchool using PUT.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.CreateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSchool using PUT.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationSchool.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.GetAsync">
            <summary>
            Gets the specified EducationSchool.
            </summary>
            <returns>The EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.UpdateAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Updates the specified EducationSchool using PATCH.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <returns>The updated EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.UpdateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PATCH.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolRequestBuilder">
            <summary>
            The interface IEducationSchoolRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolRequestBuilder.Classes">
            <summary>
            Gets the request builder for Classes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolClassesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolRequestBuilder.Users">
            <summary>
            Gets the request builder for Users.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolRequestBuilder.AdministrativeUnit">
            <summary>
            Gets the request builder for AdministrativeUnit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IAdministrativeUnitWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequest">
            <summary>
            The interface IEducationSchoolUsersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationUser to the collection via POST.
            </summary>
            <param name="educationUser">The EducationUser to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationSchoolUsersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesPage">
            <summary>
            The interface IEducationSchoolUsersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest">
            <summary>
            The interface IEducationSchoolUsersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationSchoolUsersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/> for the specified EducationUser.
            </summary>
            <param name="id">The ID for the EducationUser.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolUsersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolUsersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolWithReferenceRequest">
            <summary>
            The interface IEducationSchoolWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified EducationSchool.
            </summary>
            <returns>The EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Creates the specified EducationSchool using PUT.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationSchool using PUT.
            </summary>
            <param name="educationSchoolToCreate">The EducationSchool to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Updates the specified EducationSchool using PATCH.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <returns>The updated EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationSchool using PATCH.
            </summary>
            <param name="educationSchoolToUpdate">The EducationSchool to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationSchool.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationSchool.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationSchool.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder">
            <summary>
            The interface IEducationSchoolWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the educationSchool.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequest">
            <summary>
            The interface IEducationUserClassesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationClass,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationClass to the collection via POST.
            </summary>
            <param name="educationClass">The EducationClass to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationUserClassesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesPage">
            <summary>
            The interface IEducationUserClassesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest">
            <summary>
            The interface IEducationUserClassesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationClass,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationUserClassesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/> for the specified EducationClass.
            </summary>
            <param name="id">The ID for the EducationClass.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationClassWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserReferenceRequest">
            <summary>
            The interface IEducationUserReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationUser reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified EducationUser reference.
            </summary>
            <param name="id">The EducationUser reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified EducationUser reference.
            </summary>
            <param name="id">The EducationUser reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserReferenceRequestBuilder">
            <summary>
            The interface IEducationUserReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserRequest">
            <summary>
            The interface IEducationUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.CreateAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Creates the specified EducationUser using PUT.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.CreateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationUser using PUT.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationUser.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.GetAsync">
            <summary>
            Gets the specified EducationUser.
            </summary>
            <returns>The EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.UpdateAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Updates the specified EducationUser using PATCH.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <returns>The updated EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.UpdateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PATCH.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserRequestBuilder">
            <summary>
            The interface IEducationUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserRequestBuilder.Schools">
            <summary>
            Gets the request builder for Schools.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserRequestBuilder.Classes">
            <summary>
            Gets the request builder for Classes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserClassesCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserRequestBuilder.User">
            <summary>
            Gets the request builder for User.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequest">
            <summary>
            The interface IEducationUserSchoolsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationSchool)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequest.AddAsync(Microsoft.Graph.EducationSchool,System.Threading.CancellationToken)">
            <summary>
            Adds the specified EducationSchool to the collection via POST.
            </summary>
            <param name="educationSchool">The EducationSchool to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder">
            <summary>
            The interface IEducationUserSchoolsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesPage">
            <summary>
            The interface IEducationUserSchoolsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest">
            <summary>
            The interface IEducationUserSchoolsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationSchool,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IEducationUserSchoolsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/> for the specified EducationSchool.
            </summary>
            <param name="id">The ID for the EducationSchool.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEducationSchoolWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserSchoolsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserSchoolsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserWithReferenceRequest">
            <summary>
            The interface IEducationUserWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified EducationUser.
            </summary>
            <returns>The EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Creates the specified EducationUser using PUT.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.CreateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EducationUser using PUT.
            </summary>
            <param name="educationUserToCreate">The EducationUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationUser)">
            <summary>
            Updates the specified EducationUser using PATCH.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <returns>The updated EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.UpdateAsync(Microsoft.Graph.EducationUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EducationUser using PATCH.
            </summary>
            <param name="educationUserToUpdate">The EducationUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EducationUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified EducationUser.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EducationUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EducationUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder">
            <summary>
            The interface IEducationUserWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEducationUserWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the educationUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEducationUserReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest">
            <summary>
            The interface IEnrollmentConfigurationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.EnrollmentConfigurationAssignment)">
            <summary>
            Creates the specified EnrollmentConfigurationAssignment using PUT.
            </summary>
            <param name="enrollmentConfigurationAssignmentToCreate">The EnrollmentConfigurationAssignment to create.</param>
            <returns>The created EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EnrollmentConfigurationAssignment using PUT.
            </summary>
            <param name="enrollmentConfigurationAssignmentToCreate">The EnrollmentConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified EnrollmentConfigurationAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EnrollmentConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.GetAsync">
            <summary>
            Gets the specified EnrollmentConfigurationAssignment.
            </summary>
            <returns>The EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EnrollmentConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.EnrollmentConfigurationAssignment)">
            <summary>
            Updates the specified EnrollmentConfigurationAssignment using PATCH.
            </summary>
            <param name="enrollmentConfigurationAssignmentToUpdate">The EnrollmentConfigurationAssignment to update.</param>
            <returns>The updated EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.EnrollmentConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentConfigurationAssignment using PATCH.
            </summary>
            <param name="enrollmentConfigurationAssignmentToUpdate">The EnrollmentConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EnrollmentConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder">
            <summary>
            The interface IEnrollmentConfigurationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentConfigurationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest">
            <summary>
            The interface IEnrollmentTroubleshootingEventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.CreateAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent)">
            <summary>
            Creates the specified EnrollmentTroubleshootingEvent using PUT.
            </summary>
            <param name="enrollmentTroubleshootingEventToCreate">The EnrollmentTroubleshootingEvent to create.</param>
            <returns>The created EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.CreateAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EnrollmentTroubleshootingEvent using PUT.
            </summary>
            <param name="enrollmentTroubleshootingEventToCreate">The EnrollmentTroubleshootingEvent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.DeleteAsync">
            <summary>
            Deletes the specified EnrollmentTroubleshootingEvent.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EnrollmentTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.GetAsync">
            <summary>
            Gets the specified EnrollmentTroubleshootingEvent.
            </summary>
            <returns>The EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EnrollmentTroubleshootingEvent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.UpdateAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent)">
            <summary>
            Updates the specified EnrollmentTroubleshootingEvent using PATCH.
            </summary>
            <param name="enrollmentTroubleshootingEventToUpdate">The EnrollmentTroubleshootingEvent to update.</param>
            <returns>The updated EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.UpdateAsync(Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EnrollmentTroubleshootingEvent using PATCH.
            </summary>
            <param name="enrollmentTroubleshootingEventToUpdate">The EnrollmentTroubleshootingEvent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EnrollmentTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EnrollmentTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEnrollmentTroubleshootingEventRequestBuilder">
            <summary>
            The interface IEnrollmentTroubleshootingEventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEnrollmentTroubleshootingEventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntityRequest">
            <summary>
            The interface IEntityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.CreateAsync(Microsoft.Graph.Entity)">
            <summary>
            Creates the specified Entity using PUT.
            </summary>
            <param name="entityToCreate">The Entity to create.</param>
            <returns>The created Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.CreateAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Entity using PUT.
            </summary>
            <param name="entityToCreate">The Entity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.DeleteAsync">
            <summary>
            Deletes the specified Entity.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Entity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.GetAsync">
            <summary>
            Gets the specified Entity.
            </summary>
            <returns>The Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Entity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.UpdateAsync(Microsoft.Graph.Entity)">
            <summary>
            Updates the specified Entity using PATCH.
            </summary>
            <param name="entityToUpdate">The Entity to update.</param>
            <returns>The updated Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.UpdateAsync(Microsoft.Graph.Entity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Entity using PATCH.
            </summary>
            <param name="entityToUpdate">The Entity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Entity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Entity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Entity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEntityRequestBuilder">
            <summary>
            The interface IEntityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEntityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventAcceptRequest">
            <summary>
            The interface IEventAcceptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventAcceptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventAcceptRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventAcceptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAcceptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAcceptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventAcceptRequestBuilder">
            <summary>
            The interface IEventAcceptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventAcceptRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventAttachmentsCollectionPage">
            <summary>
            The interface IEventAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEventAttachmentsCollectionRequest">
            <summary>
            The interface IEventAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventAttachmentsCollectionRequestBuilder">
            <summary>
            The interface IEventAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/> for the specified Attachment.
            </summary>
            <param name="id">The ID for the Attachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventDeclineRequest">
            <summary>
            The interface IEventDeclineRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventDeclineRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDeclineRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDeclineRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeclineRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeclineRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventDeclineRequestBuilder">
            <summary>
            The interface IEventDeclineRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDeclineRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventDeltaCollectionPage">
            <summary>
            The interface IEventDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEventDeltaRequest">
            <summary>
            The interface IEventDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventDeltaRequestBuilder">
            <summary>
            The interface IEventDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventDismissReminderRequest">
            <summary>
            The interface IEventDismissReminderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDismissReminderRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDismissReminderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDismissReminderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventDismissReminderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventDismissReminderRequestBuilder">
            <summary>
            The interface IEventDismissReminderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventDismissReminderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventExtensionsCollectionPage">
            <summary>
            The interface IEventExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEventExtensionsCollectionRequest">
            <summary>
            The interface IEventExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventExtensionsCollectionRequestBuilder">
            <summary>
            The interface IEventExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventInstancesCollectionPage">
            <summary>
            The interface IEventInstancesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventInstancesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventInstancesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEventInstancesCollectionRequest">
            <summary>
            The interface IEventInstancesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="instancesEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="instancesEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventInstancesCollectionRequestBuilder">
            <summary>
            The interface IEventInstancesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventInstancesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventInstancesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageRequest">
            <summary>
            The interface IEventMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.CreateAsync(Microsoft.Graph.EventMessage)">
            <summary>
            Creates the specified EventMessage using PUT.
            </summary>
            <param name="eventMessageToCreate">The EventMessage to create.</param>
            <returns>The created EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.CreateAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified EventMessage using PUT.
            </summary>
            <param name="eventMessageToCreate">The EventMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.DeleteAsync">
            <summary>
            Deletes the specified EventMessage.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified EventMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.GetAsync">
            <summary>
            Gets the specified EventMessage.
            </summary>
            <returns>The EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified EventMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.UpdateAsync(Microsoft.Graph.EventMessage)">
            <summary>
            Updates the specified EventMessage using PATCH.
            </summary>
            <param name="eventMessageToUpdate">The EventMessage to update.</param>
            <returns>The updated EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.UpdateAsync(Microsoft.Graph.EventMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified EventMessage using PATCH.
            </summary>
            <param name="eventMessageToUpdate">The EventMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated EventMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.EventMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMessageRequestBuilder">
            <summary>
            The interface IEventMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventMessageRequestBuilder.Event">
            <summary>
            Gets the request builder for Event.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IEventMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IEventMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IEventMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventRequest">
            <summary>
            The interface IEventRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.CreateAsync(Microsoft.Graph.Event)">
            <summary>
            Creates the specified Event using PUT.
            </summary>
            <param name="eventToCreate">The Event to create.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.CreateAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Event using PUT.
            </summary>
            <param name="eventToCreate">The Event to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.DeleteAsync">
            <summary>
            Deletes the specified Event.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Event.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.GetAsync">
            <summary>
            Gets the specified Event.
            </summary>
            <returns>The Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Event.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.UpdateAsync(Microsoft.Graph.Event)">
            <summary>
            Updates the specified Event using PATCH.
            </summary>
            <param name="eventToUpdate">The Event to update.</param>
            <returns>The updated Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.UpdateAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Event using PATCH.
            </summary>
            <param name="eventToUpdate">The Event to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventRequestBuilder">
            <summary>
            The interface IEventRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventRequestBuilder.Calendar">
            <summary>
            Gets the request builder for Calendar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventRequestBuilder.Instances">
            <summary>
            Gets the request builder for Instances.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventInstancesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.Accept(System.String,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for EventAccept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventAcceptRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.Decline(System.String,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for EventDecline.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeclineRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.TentativelyAccept(System.String,System.Nullable{System.Boolean})">
            <summary>
            Gets the request builder for EventTentativelyAccept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventTentativelyAcceptRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.SnoozeReminder(Microsoft.Graph.DateTimeTimeZone)">
            <summary>
            Gets the request builder for EventSnoozeReminder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventSnoozeReminderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventRequestBuilder.DismissReminder">
            <summary>
            Gets the request builder for EventDismissReminder.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDismissReminderRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IEventSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IEventSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IEventSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IEventSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventSnoozeReminderRequest">
            <summary>
            The interface IEventSnoozeReminderRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventSnoozeReminderRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventSnoozeReminderRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventSnoozeReminderRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSnoozeReminderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventSnoozeReminderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventSnoozeReminderRequestBuilder">
            <summary>
            The interface IEventSnoozeReminderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventSnoozeReminderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventTentativelyAcceptRequest">
            <summary>
            The interface IEventTentativelyAcceptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IEventTentativelyAcceptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventTentativelyAcceptRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventTentativelyAcceptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventTentativelyAcceptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IEventTentativelyAcceptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IEventTentativelyAcceptRequestBuilder">
            <summary>
            The interface IEventTentativelyAcceptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IEventTentativelyAcceptRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IExtensionRequest">
            <summary>
            The interface IExtensionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.CreateAsync(Microsoft.Graph.Extension)">
            <summary>
            Creates the specified Extension using PUT.
            </summary>
            <param name="extensionToCreate">The Extension to create.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.CreateAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Extension using PUT.
            </summary>
            <param name="extensionToCreate">The Extension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.DeleteAsync">
            <summary>
            Deletes the specified Extension.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Extension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.GetAsync">
            <summary>
            Gets the specified Extension.
            </summary>
            <returns>The Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Extension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.UpdateAsync(Microsoft.Graph.Extension)">
            <summary>
            Updates the specified Extension using PATCH.
            </summary>
            <param name="extensionToUpdate">The Extension to update.</param>
            <returns>The updated Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.UpdateAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Extension using PATCH.
            </summary>
            <param name="extensionToUpdate">The Extension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IExtensionRequestBuilder">
            <summary>
            The interface IExtensionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IExtensionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFieldValueSetRequest">
            <summary>
            The interface IFieldValueSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.CreateAsync(Microsoft.Graph.FieldValueSet)">
            <summary>
            Creates the specified FieldValueSet using PUT.
            </summary>
            <param name="fieldValueSetToCreate">The FieldValueSet to create.</param>
            <returns>The created FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.CreateAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FieldValueSet using PUT.
            </summary>
            <param name="fieldValueSetToCreate">The FieldValueSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.DeleteAsync">
            <summary>
            Deletes the specified FieldValueSet.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FieldValueSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.GetAsync">
            <summary>
            Gets the specified FieldValueSet.
            </summary>
            <returns>The FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FieldValueSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.UpdateAsync(Microsoft.Graph.FieldValueSet)">
            <summary>
            Updates the specified FieldValueSet using PATCH.
            </summary>
            <param name="fieldValueSetToUpdate">The FieldValueSet to update.</param>
            <returns>The updated FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.UpdateAsync(Microsoft.Graph.FieldValueSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FieldValueSet using PATCH.
            </summary>
            <param name="fieldValueSetToUpdate">The FieldValueSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated FieldValueSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FieldValueSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FieldValueSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFieldValueSetRequestBuilder">
            <summary>
            The interface IFieldValueSetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFieldValueSetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFileAttachmentRequest">
            <summary>
            The interface IFileAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.CreateAsync(Microsoft.Graph.FileAttachment)">
            <summary>
            Creates the specified FileAttachment using PUT.
            </summary>
            <param name="fileAttachmentToCreate">The FileAttachment to create.</param>
            <returns>The created FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.CreateAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified FileAttachment using PUT.
            </summary>
            <param name="fileAttachmentToCreate">The FileAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.DeleteAsync">
            <summary>
            Deletes the specified FileAttachment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified FileAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.GetAsync">
            <summary>
            Gets the specified FileAttachment.
            </summary>
            <returns>The FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified FileAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.UpdateAsync(Microsoft.Graph.FileAttachment)">
            <summary>
            Updates the specified FileAttachment using PATCH.
            </summary>
            <param name="fileAttachmentToUpdate">The FileAttachment to update.</param>
            <returns>The updated FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.UpdateAsync(Microsoft.Graph.FileAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified FileAttachment using PATCH.
            </summary>
            <param name="fileAttachmentToUpdate">The FileAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated FileAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FileAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.FileAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IFileAttachmentRequestBuilder">
            <summary>
            The interface IFileAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IFileAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceClient">
            <summary>
            The interface IGraphServiceClient.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.DirectoryObjects">
            <summary>
            Gets the GraphServiceDirectoryObjects request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Devices">
            <summary>
            Gets the GraphServiceDevices request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Domains">
            <summary>
            Gets the GraphServiceDomains request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.DomainDnsRecords">
            <summary>
            Gets the GraphServiceDomainDnsRecords request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Groups">
            <summary>
            Gets the GraphServiceGroups request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.DirectoryRoles">
            <summary>
            Gets the GraphServiceDirectoryRoles request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.DirectoryRoleTemplates">
            <summary>
            Gets the GraphServiceDirectoryRoleTemplates request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Organization">
            <summary>
            Gets the GraphServiceOrganization request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.GroupSettings">
            <summary>
            Gets the GraphServiceGroupSettings request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.GroupSettingTemplates">
            <summary>
            Gets the GraphServiceGroupSettingTemplates request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.SubscribedSkus">
            <summary>
            Gets the GraphServiceSubscribedSkus request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Users">
            <summary>
            Gets the GraphServiceUsers request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Contracts">
            <summary>
            Gets the GraphServiceContracts request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.SchemaExtensions">
            <summary>
            Gets the GraphServiceSchemaExtensions request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Drives">
            <summary>
            Gets the GraphServiceDrives request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Shares">
            <summary>
            Gets the GraphServiceShares request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Sites">
            <summary>
            Gets the GraphServiceSites request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Workbooks">
            <summary>
            Gets the GraphServiceWorkbooks request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Subscriptions">
            <summary>
            Gets the GraphServiceSubscriptions request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Invitations">
            <summary>
            Gets the GraphServiceInvitations request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.GroupLifecyclePolicies">
            <summary>
            Gets the GraphServiceGroupLifecyclePolicies request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Me">
            <summary>
            Gets the GraphServiceMe request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Directory">
            <summary>
            Gets the GraphServiceDirectory request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Drive">
            <summary>
            Gets the GraphServiceDrive request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Planner">
            <summary>
            Gets the GraphServicePlanner request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Reports">
            <summary>
            Gets the GraphServiceReports request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.Education">
            <summary>
            Gets the GraphServiceEducation request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.DeviceAppManagement">
            <summary>
            Gets the GraphServiceDeviceAppManagement request builder.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceClient.DeviceManagement">
            <summary>
            Gets the GraphServiceDeviceManagement request builder.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceContractsCollectionPage">
            <summary>
            The interface IGraphServiceContractsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceContractsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceContractsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceContractsCollectionRequest">
            <summary>
            The interface IGraphServiceContractsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.AddAsync(Microsoft.Graph.Contract)">
            <summary>
            Adds the specified Contract to the collection via POST.
            </summary>
            <param name="contract">The Contract to add.</param>
            <returns>The created Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.AddAsync(Microsoft.Graph.Contract,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contract to the collection via POST.
            </summary>
            <param name="contract">The Contract to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contract.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contract,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceContractsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceContractsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceContractsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceContractsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContractRequestBuilder"/> for the specified Contract.
            </summary>
            <param name="id">The ID for the Contract.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContractRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDevicesCollectionPage">
            <summary>
            The interface IGraphServiceDevicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDevicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDevicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDevicesCollectionRequest">
            <summary>
            The interface IGraphServiceDevicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.AddAsync(Microsoft.Graph.Device)">
            <summary>
            Adds the specified Device to the collection via POST.
            </summary>
            <param name="device">The Device to add.</param>
            <returns>The created Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.AddAsync(Microsoft.Graph.Device,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Device to the collection via POST.
            </summary>
            <param name="device">The Device to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Device.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Device,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDevicesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDevicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDevicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDevicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceRequestBuilder"/> for the specified Device.
            </summary>
            <param name="id">The ID for the Device.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionPage">
            <summary>
            The interface IGraphServiceDirectoryObjectsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest">
            <summary>
            The interface IGraphServiceDirectoryObjectsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDirectoryObjectsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryObjectsCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionPage">
            <summary>
            The interface IGraphServiceDirectoryRolesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest">
            <summary>
            The interface IGraphServiceDirectoryRolesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.AddAsync(Microsoft.Graph.DirectoryRole)">
            <summary>
            Adds the specified DirectoryRole to the collection via POST.
            </summary>
            <param name="directoryRole">The DirectoryRole to add.</param>
            <returns>The created DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.AddAsync(Microsoft.Graph.DirectoryRole,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryRole to the collection via POST.
            </summary>
            <param name="directoryRole">The DirectoryRole to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRole.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRole,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDirectoryRolesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDirectoryRolesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryRoleRequestBuilder"/> for the specified DirectoryRole.
            </summary>
            <param name="id">The ID for the DirectoryRole.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionPage">
            <summary>
            The interface IGraphServiceDirectoryRoleTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest">
            <summary>
            The interface IGraphServiceDirectoryRoleTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.AddAsync(Microsoft.Graph.DirectoryRoleTemplate)">
            <summary>
            Adds the specified DirectoryRoleTemplate to the collection via POST.
            </summary>
            <param name="directoryRoleTemplate">The DirectoryRoleTemplate to add.</param>
            <returns>The created DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.AddAsync(Microsoft.Graph.DirectoryRoleTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryRoleTemplate to the collection via POST.
            </summary>
            <param name="directoryRoleTemplate">The DirectoryRoleTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryRoleTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryRoleTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDirectoryRoleTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder"/> for the specified DirectoryRoleTemplate.
            </summary>
            <param name="id">The ID for the DirectoryRoleTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryRoleTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionPage">
            <summary>
            The interface IGraphServiceDomainDnsRecordsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest">
            <summary>
            The interface IGraphServiceDomainDnsRecordsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.AddAsync(Microsoft.Graph.DomainDnsRecord,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DomainDnsRecord to the collection via POST.
            </summary>
            <param name="domainDnsRecord">The DomainDnsRecord to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DomainDnsRecord.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DomainDnsRecord,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDomainDnsRecordsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDomainDnsRecordsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/> for the specified DomainDnsRecord.
            </summary>
            <param name="id">The ID for the DomainDnsRecord.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainDnsRecordRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDomainsCollectionPage">
            <summary>
            The interface IGraphServiceDomainsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDomainsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDomainsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDomainsCollectionRequest">
            <summary>
            The interface IGraphServiceDomainsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.AddAsync(Microsoft.Graph.Domain)">
            <summary>
            Adds the specified Domain to the collection via POST.
            </summary>
            <param name="domain">The Domain to add.</param>
            <returns>The created Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.AddAsync(Microsoft.Graph.Domain,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Domain to the collection via POST.
            </summary>
            <param name="domain">The Domain to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Domain.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Domain,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDomainsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDomainsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDomainsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDomainsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDomainRequestBuilder"/> for the specified Domain.
            </summary>
            <param name="id">The ID for the Domain.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDomainRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDrivesCollectionPage">
            <summary>
            The interface IGraphServiceDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDrivesCollectionRequest">
            <summary>
            The interface IGraphServiceDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceDrivesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified Drive.
            </summary>
            <param name="id">The ID for the Drive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionPage">
            <summary>
            The interface IGraphServiceGroupLifecyclePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest">
            <summary>
            The interface IGraphServiceGroupLifecyclePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.AddAsync(Microsoft.Graph.GroupLifecyclePolicy)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.AddAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupLifecyclePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/> for the specified GroupLifecyclePolicy.
            </summary>
            <param name="id">The ID for the GroupLifecyclePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupsCollectionPage">
            <summary>
            The interface IGraphServiceGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupsCollectionRequest">
            <summary>
            The interface IGraphServiceGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.AddAsync(Microsoft.Graph.Group)">
            <summary>
            Adds the specified Group to the collection via POST.
            </summary>
            <param name="group">The Group to add.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.AddAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Group to the collection via POST.
            </summary>
            <param name="group">The Group to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupRequestBuilder"/> for the specified Group.
            </summary>
            <param name="id">The ID for the Group.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for GroupDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupSettingsCollectionPage">
            <summary>
            The interface IGraphServiceGroupSettingsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupSettingsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest">
            <summary>
            The interface IGraphServiceGroupSettingsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.AddAsync(Microsoft.Graph.GroupSetting)">
            <summary>
            Adds the specified GroupSetting to the collection via POST.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.AddAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSetting to the collection via POST.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceGroupSettingsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupSettingsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/> for the specified GroupSetting.
            </summary>
            <param name="id">The ID for the GroupSetting.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionPage">
            <summary>
            The interface IGraphServiceGroupSettingTemplatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest">
            <summary>
            The interface IGraphServiceGroupSettingTemplatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.AddAsync(Microsoft.Graph.GroupSettingTemplate)">
            <summary>
            Adds the specified GroupSettingTemplate to the collection via POST.
            </summary>
            <param name="groupSettingTemplate">The GroupSettingTemplate to add.</param>
            <returns>The created GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.AddAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSettingTemplate to the collection via POST.
            </summary>
            <param name="groupSettingTemplate">The GroupSettingTemplate to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceGroupSettingTemplatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupSettingTemplateRequestBuilder"/> for the specified GroupSettingTemplate.
            </summary>
            <param name="id">The ID for the GroupSettingTemplate.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingTemplateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceInvitationsCollectionPage">
            <summary>
            The interface IGraphServiceInvitationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceInvitationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest">
            <summary>
            The interface IGraphServiceInvitationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.AddAsync(Microsoft.Graph.Invitation)">
            <summary>
            Adds the specified Invitation to the collection via POST.
            </summary>
            <param name="invitation">The Invitation to add.</param>
            <returns>The created Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.AddAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Invitation to the collection via POST.
            </summary>
            <param name="invitation">The Invitation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceInvitationsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceInvitationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceInvitationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceInvitationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IInvitationRequestBuilder"/> for the specified Invitation.
            </summary>
            <param name="id">The ID for the Invitation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IInvitationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceOrganizationCollectionPage">
            <summary>
            The interface IGraphServiceOrganizationCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceOrganizationCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest">
            <summary>
            The interface IGraphServiceOrganizationCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.AddAsync(Microsoft.Graph.Organization)">
            <summary>
            Adds the specified Organization to the collection via POST.
            </summary>
            <param name="organization">The Organization to add.</param>
            <returns>The created Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.AddAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Organization to the collection via POST.
            </summary>
            <param name="organization">The Organization to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceOrganizationCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceOrganizationCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceOrganizationCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceOrganizationCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOrganizationRequestBuilder"/> for the specified Organization.
            </summary>
            <param name="id">The ID for the Organization.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionPage">
            <summary>
            The interface IGraphServiceSchemaExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest">
            <summary>
            The interface IGraphServiceSchemaExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.AddAsync(Microsoft.Graph.SchemaExtension)">
            <summary>
            Adds the specified SchemaExtension to the collection via POST.
            </summary>
            <param name="schemaExtension">The SchemaExtension to add.</param>
            <returns>The created SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.AddAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SchemaExtension to the collection via POST.
            </summary>
            <param name="schemaExtension">The SchemaExtension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceSchemaExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSchemaExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISchemaExtensionRequestBuilder"/> for the specified SchemaExtension.
            </summary>
            <param name="id">The ID for the SchemaExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISchemaExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSharesCollectionPage">
            <summary>
            The interface IGraphServiceSharesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSharesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSharesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSharesCollectionRequest">
            <summary>
            The interface IGraphServiceSharesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.AddAsync(Microsoft.Graph.SharedDriveItem)">
            <summary>
            Adds the specified SharedDriveItem to the collection via POST.
            </summary>
            <param name="sharedDriveItem">The SharedDriveItem to add.</param>
            <returns>The created SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.AddAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SharedDriveItem to the collection via POST.
            </summary>
            <param name="sharedDriveItem">The SharedDriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSharesCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceSharesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSharesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSharesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISharedDriveItemRequestBuilder"/> for the specified SharedDriveItem.
            </summary>
            <param name="id">The ID for the SharedDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISharedDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSitesCollectionPage">
            <summary>
            The interface IGraphServiceSitesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSitesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSitesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSitesCollectionRequest">
            <summary>
            The interface IGraphServiceSitesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.AddAsync(Microsoft.Graph.Site)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSitesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionPage">
            <summary>
            The interface IGraphServiceSubscribedSkusCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest">
            <summary>
            The interface IGraphServiceSubscribedSkusCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.AddAsync(Microsoft.Graph.SubscribedSku)">
            <summary>
            Adds the specified SubscribedSku to the collection via POST.
            </summary>
            <param name="subscribedSku">The SubscribedSku to add.</param>
            <returns>The created SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.AddAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SubscribedSku to the collection via POST.
            </summary>
            <param name="subscribedSku">The SubscribedSku to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceSubscribedSkusCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSubscribedSkusCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubscribedSkuRequestBuilder"/> for the specified SubscribedSku.
            </summary>
            <param name="id">The ID for the SubscribedSku.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubscribedSkuRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSubscriptionsCollectionPage">
            <summary>
            The interface IGraphServiceSubscriptionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSubscriptionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest">
            <summary>
            The interface IGraphServiceSubscriptionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.AddAsync(Microsoft.Graph.Subscription)">
            <summary>
            Adds the specified Subscription to the collection via POST.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.AddAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Subscription to the collection via POST.
            </summary>
            <param name="subscription">The Subscription to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceSubscriptionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceSubscriptionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/> for the specified Subscription.
            </summary>
            <param name="id">The ID for the Subscription.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISubscriptionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceUsersCollectionPage">
            <summary>
            The interface IGraphServiceUsersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceUsersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceUsersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceUsersCollectionRequest">
            <summary>
            The interface IGraphServiceUsersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.AddAsync(Microsoft.Graph.User)">
            <summary>
            Adds the specified User to the collection via POST.
            </summary>
            <param name="user">The User to add.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.AddAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Adds the specified User to the collection via POST.
            </summary>
            <param name="user">The User to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceUsersCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceUsersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceUsersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserRequestBuilder"/> for the specified User.
            </summary>
            <param name="id">The ID for the User.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceUsersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for UserDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceWorkbooksCollectionPage">
            <summary>
            The interface IGraphServiceWorkbooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceWorkbooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest">
            <summary>
            The interface IGraphServiceWorkbooksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest.AddAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequestBuilder">
            <summary>
            The interface IGraphServiceWorkbooksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGraphServiceWorkbooksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveItem.
            </summary>
            <param name="id">The ID for the DriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupAcceptedSendersCollectionPage">
            <summary>
            The interface IGroupAcceptedSendersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupAcceptedSendersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest">
            <summary>
            The interface IGroupAcceptedSendersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupAcceptedSendersCollectionRequestBuilder">
            <summary>
            The interface IGroupAcceptedSendersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupAcceptedSendersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAcceptedSendersCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupAddFavoriteRequest">
            <summary>
            The interface IGroupAddFavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAddFavoriteRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAddFavoriteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAddFavoriteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupAddFavoriteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupAddFavoriteRequestBuilder">
            <summary>
            The interface IGroupAddFavoriteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupAddFavoriteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupCalendarViewCollectionPage">
            <summary>
            The interface IGroupCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupCalendarViewCollectionRequest">
            <summary>
            The interface IGroupCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder">
            <summary>
            The interface IGroupCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupConversationsCollectionPage">
            <summary>
            The interface IGroupConversationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupConversationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupConversationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupConversationsCollectionRequest">
            <summary>
            The interface IGroupConversationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.AddAsync(Microsoft.Graph.Conversation)">
            <summary>
            Adds the specified Conversation to the collection via POST.
            </summary>
            <param name="conversation">The Conversation to add.</param>
            <returns>The created Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.AddAsync(Microsoft.Graph.Conversation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Conversation to the collection via POST.
            </summary>
            <param name="conversation">The Conversation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Conversation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Conversation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupConversationsCollectionRequestBuilder">
            <summary>
            The interface IGroupConversationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupConversationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupConversationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationRequestBuilder"/> for the specified Conversation.
            </summary>
            <param name="id">The ID for the Conversation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupDeltaCollectionPage">
            <summary>
            The interface IGroupDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupDeltaRequest">
            <summary>
            The interface IGroupDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupDeltaRequestBuilder">
            <summary>
            The interface IGroupDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupDrivesCollectionPage">
            <summary>
            The interface IGroupDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupDrivesCollectionRequest">
            <summary>
            The interface IGroupDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupDrivesCollectionRequestBuilder">
            <summary>
            The interface IGroupDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified Drive.
            </summary>
            <param name="id">The ID for the Drive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupEventsCollectionPage">
            <summary>
            The interface IGroupEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupEventsCollectionRequest">
            <summary>
            The interface IGroupEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupEventsCollectionRequestBuilder">
            <summary>
            The interface IGroupEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupEventsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupExtensionsCollectionPage">
            <summary>
            The interface IGroupExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupExtensionsCollectionRequest">
            <summary>
            The interface IGroupExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupExtensionsCollectionRequestBuilder">
            <summary>
            The interface IGroupExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionPage">
            <summary>
            The interface IGroupGroupLifecyclePoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest">
            <summary>
            The interface IGroupGroupLifecyclePoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.AddAsync(Microsoft.Graph.GroupLifecyclePolicy)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.AddAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupLifecyclePolicy to the collection via POST.
            </summary>
            <param name="groupLifecyclePolicy">The GroupLifecyclePolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequestBuilder">
            <summary>
            The interface IGroupGroupLifecyclePoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/> for the specified GroupLifecyclePolicy.
            </summary>
            <param name="id">The ID for the GroupLifecyclePolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequest">
            <summary>
            The interface IGroupLifecyclePolicyAddGroupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequestBuilder">
            <summary>
            The interface IGroupLifecyclePolicyAddGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequest">
            <summary>
            The interface IGroupLifecyclePolicyRemoveGroupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequestBuilder">
            <summary>
            The interface IGroupLifecyclePolicyRemoveGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupLifecyclePolicyRequest">
            <summary>
            The interface IGroupLifecyclePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.CreateAsync(Microsoft.Graph.GroupLifecyclePolicy)">
            <summary>
            Creates the specified GroupLifecyclePolicy using PUT.
            </summary>
            <param name="groupLifecyclePolicyToCreate">The GroupLifecyclePolicy to create.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.CreateAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupLifecyclePolicy using PUT.
            </summary>
            <param name="groupLifecyclePolicyToCreate">The GroupLifecyclePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified GroupLifecyclePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupLifecyclePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.GetAsync">
            <summary>
            Gets the specified GroupLifecyclePolicy.
            </summary>
            <returns>The GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupLifecyclePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.UpdateAsync(Microsoft.Graph.GroupLifecyclePolicy)">
            <summary>
            Updates the specified GroupLifecyclePolicy using PATCH.
            </summary>
            <param name="groupLifecyclePolicyToUpdate">The GroupLifecyclePolicy to update.</param>
            <returns>The updated GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.UpdateAsync(Microsoft.Graph.GroupLifecyclePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupLifecyclePolicy using PATCH.
            </summary>
            <param name="groupLifecyclePolicyToUpdate">The GroupLifecyclePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated GroupLifecyclePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupLifecyclePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder">
            <summary>
            The interface IGroupLifecyclePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder.AddGroup(System.String)">
            <summary>
            Gets the request builder for GroupLifecyclePolicyAddGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyAddGroupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupLifecyclePolicyRequestBuilder.RemoveGroup(System.String)">
            <summary>
            Gets the request builder for GroupLifecyclePolicyRemoveGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupLifecyclePolicyRemoveGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequest">
            <summary>
            The interface IGroupMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The interface IGroupMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesPage">
            <summary>
            The interface IGroupMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest">
            <summary>
            The interface IGroupMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IGroupMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersCollectionReferencesRequest">
            <summary>
            The interface IGroupMembersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder">
            <summary>
            The interface IGroupMembersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesPage">
            <summary>
            The interface IGroupMembersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupMembersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest">
            <summary>
            The interface IGroupMembersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IGroupMembersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMembersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupOwnersCollectionReferencesRequest">
            <summary>
            The interface IGroupOwnersCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder">
            <summary>
            The interface IGroupOwnersCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesPage">
            <summary>
            The interface IGroupOwnersCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupOwnersCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest">
            <summary>
            The interface IGroupOwnersCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IGroupOwnersCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupOwnersCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupPhotosCollectionPage">
            <summary>
            The interface IGroupPhotosCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupPhotosCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupPhotosCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupPhotosCollectionRequest">
            <summary>
            The interface IGroupPhotosCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.AddAsync(Microsoft.Graph.ProfilePhoto)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.AddAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupPhotosCollectionRequestBuilder">
            <summary>
            The interface IGroupPhotosCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupPhotosCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupPhotosCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/> for the specified ProfilePhoto.
            </summary>
            <param name="id">The ID for the ProfilePhoto.</param>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupReferenceRequest">
            <summary>
            The interface IGroupReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified Group reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified Group reference.
            </summary>
            <param name="id">The Group reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified Group reference.
            </summary>
            <param name="id">The Group reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupReferenceRequestBuilder">
            <summary>
            The interface IGroupReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRejectedSendersCollectionPage">
            <summary>
            The interface IGroupRejectedSendersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupRejectedSendersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupRejectedSendersCollectionRequest">
            <summary>
            The interface IGroupRejectedSendersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DirectoryObject.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRejectedSendersCollectionRequestBuilder">
            <summary>
            The interface IGroupRejectedSendersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRejectedSendersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRejectedSendersCollectionRequestBuilder.GetByIds(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Gets the request builder for DirectoryObjectGetByIds.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectGetByIdsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRemoveFavoriteRequest">
            <summary>
            The interface IGroupRemoveFavoriteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRemoveFavoriteRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRemoveFavoriteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRemoveFavoriteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRemoveFavoriteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRemoveFavoriteRequestBuilder">
            <summary>
            The interface IGroupRemoveFavoriteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRemoveFavoriteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRenewRequest">
            <summary>
            The interface IGroupRenewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRenewRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRenewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRenewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRenewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRenewRequestBuilder">
            <summary>
            The interface IGroupRenewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRenewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRequest">
            <summary>
            The interface IGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.CreateAsync(Microsoft.Graph.Group)">
            <summary>
            Creates the specified Group using PUT.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.CreateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using PUT.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.DeleteAsync">
            <summary>
            Deletes the specified Group.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.GetAsync">
            <summary>
            Gets the specified Group.
            </summary>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.UpdateAsync(Microsoft.Graph.Group)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.UpdateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupRequestBuilder">
            <summary>
            The interface IGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Members">
            <summary>
            Gets the request builder for Members.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMembersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.MemberOf">
            <summary>
            Gets the request builder for MemberOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupMemberOfCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.CreatedOnBehalfOf">
            <summary>
            Gets the request builder for CreatedOnBehalfOf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Owners">
            <summary>
            Gets the request builder for Owners.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupOwnersCollectionWithReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Settings">
            <summary>
            Gets the request builder for Settings.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Threads">
            <summary>
            Gets the request builder for Threads.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupThreadsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Calendar">
            <summary>
            Gets the request builder for Calendar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.CalendarView">
            <summary>
            Gets the request builder for CalendarView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupCalendarViewCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Events">
            <summary>
            Gets the request builder for Events.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupEventsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Conversations">
            <summary>
            Gets the request builder for Conversations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupConversationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Photo">
            <summary>
            Gets the request builder for Photo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Photos">
            <summary>
            Gets the request builder for Photos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupPhotosCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.AcceptedSenders">
            <summary>
            Gets the request builder for AcceptedSenders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAcceptedSendersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.RejectedSenders">
            <summary>
            Gets the request builder for RejectedSenders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRejectedSendersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Drives">
            <summary>
            Gets the request builder for Drives.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupDrivesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Sites">
            <summary>
            Gets the request builder for Sites.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSitesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Planner">
            <summary>
            Gets the request builder for Planner.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerGroupRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.Onenote">
            <summary>
            Gets the request builder for Onenote.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupRequestBuilder.GroupLifecyclePolicies">
            <summary>
            Gets the request builder for GroupLifecyclePolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupGroupLifecyclePoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.SubscribeByMail">
            <summary>
            Gets the request builder for GroupSubscribeByMail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSubscribeByMailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.UnsubscribeByMail">
            <summary>
            Gets the request builder for GroupUnsubscribeByMail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupUnsubscribeByMailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.AddFavorite">
            <summary>
            Gets the request builder for GroupAddFavorite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupAddFavoriteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.RemoveFavorite">
            <summary>
            Gets the request builder for GroupRemoveFavorite.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRemoveFavoriteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.ResetUnseenCount">
            <summary>
            Gets the request builder for GroupResetUnseenCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupResetUnseenCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupRequestBuilder.Renew">
            <summary>
            Gets the request builder for GroupRenew.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupRenewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupResetUnseenCountRequest">
            <summary>
            The interface IGroupResetUnseenCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupResetUnseenCountRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupResetUnseenCountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupResetUnseenCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupResetUnseenCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupResetUnseenCountRequestBuilder">
            <summary>
            The interface IGroupResetUnseenCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupResetUnseenCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingRequest">
            <summary>
            The interface IGroupSettingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.CreateAsync(Microsoft.Graph.GroupSetting)">
            <summary>
            Creates the specified GroupSetting using PUT.
            </summary>
            <param name="groupSettingToCreate">The GroupSetting to create.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.CreateAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupSetting using PUT.
            </summary>
            <param name="groupSettingToCreate">The GroupSetting to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.DeleteAsync">
            <summary>
            Deletes the specified GroupSetting.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupSetting.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.GetAsync">
            <summary>
            Gets the specified GroupSetting.
            </summary>
            <returns>The GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupSetting.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.UpdateAsync(Microsoft.Graph.GroupSetting)">
            <summary>
            Updates the specified GroupSetting using PATCH.
            </summary>
            <param name="groupSettingToUpdate">The GroupSetting to update.</param>
            <returns>The updated GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.UpdateAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSetting using PATCH.
            </summary>
            <param name="groupSettingToUpdate">The GroupSetting to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingRequestBuilder">
            <summary>
            The interface IGroupSettingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingsCollectionPage">
            <summary>
            The interface IGroupSettingsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupSettingsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupSettingsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingsCollectionRequest">
            <summary>
            The interface IGroupSettingsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.AddAsync(Microsoft.Graph.GroupSetting)">
            <summary>
            Adds the specified GroupSetting to the collection via POST.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.AddAsync(Microsoft.Graph.GroupSetting,System.Threading.CancellationToken)">
            <summary>
            Adds the specified GroupSetting to the collection via POST.
            </summary>
            <param name="groupSetting">The GroupSetting to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSetting.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSetting,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingsCollectionRequestBuilder">
            <summary>
            The interface IGroupSettingsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupSettingsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/> for the specified GroupSetting.
            </summary>
            <param name="id">The ID for the GroupSetting.</param>
            <returns>The <see cref="T:Microsoft.Graph.IGroupSettingRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingTemplateRequest">
            <summary>
            The interface IGroupSettingTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.CreateAsync(Microsoft.Graph.GroupSettingTemplate)">
            <summary>
            Creates the specified GroupSettingTemplate using PUT.
            </summary>
            <param name="groupSettingTemplateToCreate">The GroupSettingTemplate to create.</param>
            <returns>The created GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.CreateAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified GroupSettingTemplate using PUT.
            </summary>
            <param name="groupSettingTemplateToCreate">The GroupSettingTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.DeleteAsync">
            <summary>
            Deletes the specified GroupSettingTemplate.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified GroupSettingTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.GetAsync">
            <summary>
            Gets the specified GroupSettingTemplate.
            </summary>
            <returns>The GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified GroupSettingTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.UpdateAsync(Microsoft.Graph.GroupSettingTemplate)">
            <summary>
            Updates the specified GroupSettingTemplate using PATCH.
            </summary>
            <param name="groupSettingTemplateToUpdate">The GroupSettingTemplate to update.</param>
            <returns>The updated GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.UpdateAsync(Microsoft.Graph.GroupSettingTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified GroupSettingTemplate using PATCH.
            </summary>
            <param name="groupSettingTemplateToUpdate">The GroupSettingTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated GroupSettingTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.GroupSettingTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSettingTemplateRequestBuilder">
            <summary>
            The interface IGroupSettingTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSettingTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSitesCollectionPage">
            <summary>
            The interface IGroupSitesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupSitesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupSitesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupSitesCollectionRequest">
            <summary>
            The interface IGroupSitesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.AddAsync(Microsoft.Graph.Site)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSitesCollectionRequestBuilder">
            <summary>
            The interface IGroupSitesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSitesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupSitesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/> for the specified Site.
            </summary>
            <param name="id">The ID for the Site.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSubscribeByMailRequest">
            <summary>
            The interface IGroupSubscribeByMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSubscribeByMailRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSubscribeByMailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSubscribeByMailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupSubscribeByMailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupSubscribeByMailRequestBuilder">
            <summary>
            The interface IGroupSubscribeByMailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupSubscribeByMailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupThreadsCollectionPage">
            <summary>
            The interface IGroupThreadsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IGroupThreadsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IGroupThreadsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IGroupThreadsCollectionRequest">
            <summary>
            The interface IGroupThreadsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.AddAsync(Microsoft.Graph.ConversationThread)">
            <summary>
            Adds the specified ConversationThread to the collection via POST.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.AddAsync(Microsoft.Graph.ConversationThread,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ConversationThread to the collection via POST.
            </summary>
            <param name="conversationThread">The ConversationThread to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ConversationThread.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ConversationThread,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupThreadsCollectionRequestBuilder">
            <summary>
            The interface IGroupThreadsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupThreadsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupThreadsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/> for the specified ConversationThread.
            </summary>
            <param name="id">The ID for the ConversationThread.</param>
            <returns>The <see cref="T:Microsoft.Graph.IConversationThreadRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupUnsubscribeByMailRequest">
            <summary>
            The interface IGroupUnsubscribeByMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupUnsubscribeByMailRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupUnsubscribeByMailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupUnsubscribeByMailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupUnsubscribeByMailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupUnsubscribeByMailRequestBuilder">
            <summary>
            The interface IGroupUnsubscribeByMailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupUnsubscribeByMailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupWithReferenceRequest">
            <summary>
            The interface IGroupWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified Group.
            </summary>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.CreateAsync(Microsoft.Graph.Group)">
            <summary>
            Creates the specified Group using PUT.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.CreateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Group using PUT.
            </summary>
            <param name="groupToCreate">The Group to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.UpdateAsync(Microsoft.Graph.Group)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.UpdateAsync(Microsoft.Graph.Group,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Group using PATCH.
            </summary>
            <param name="groupToUpdate">The Group to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Group.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified Group.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Group.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Group,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IGroupWithReferenceRequestBuilder">
            <summary>
            The interface IGroupWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IGroupWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IGroupWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the group.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IGroupReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationOverrideRequest">
            <summary>
            The interface IInferenceClassificationOverrideRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.CreateAsync(Microsoft.Graph.InferenceClassificationOverride)">
            <summary>
            Creates the specified InferenceClassificationOverride using PUT.
            </summary>
            <param name="inferenceClassificationOverrideToCreate">The InferenceClassificationOverride to create.</param>
            <returns>The created InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.CreateAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InferenceClassificationOverride using PUT.
            </summary>
            <param name="inferenceClassificationOverrideToCreate">The InferenceClassificationOverride to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.DeleteAsync">
            <summary>
            Deletes the specified InferenceClassificationOverride.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InferenceClassificationOverride.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.GetAsync">
            <summary>
            Gets the specified InferenceClassificationOverride.
            </summary>
            <returns>The InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InferenceClassificationOverride.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.UpdateAsync(Microsoft.Graph.InferenceClassificationOverride)">
            <summary>
            Updates the specified InferenceClassificationOverride using PATCH.
            </summary>
            <param name="inferenceClassificationOverrideToUpdate">The InferenceClassificationOverride to update.</param>
            <returns>The updated InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.UpdateAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassificationOverride using PATCH.
            </summary>
            <param name="inferenceClassificationOverrideToUpdate">The InferenceClassificationOverride to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder">
            <summary>
            The interface IInferenceClassificationOverrideRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionPage">
            <summary>
            The interface IInferenceClassificationOverridesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IInferenceClassificationOverridesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest">
            <summary>
            The interface IInferenceClassificationOverridesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.AddAsync(Microsoft.Graph.InferenceClassificationOverride)">
            <summary>
            Adds the specified InferenceClassificationOverride to the collection via POST.
            </summary>
            <param name="inferenceClassificationOverride">The InferenceClassificationOverride to add.</param>
            <returns>The created InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.AddAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Adds the specified InferenceClassificationOverride to the collection via POST.
            </summary>
            <param name="inferenceClassificationOverride">The InferenceClassificationOverride to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequestBuilder">
            <summary>
            The interface IInferenceClassificationOverridesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder"/> for the specified InferenceClassificationOverride.
            </summary>
            <param name="id">The ID for the InferenceClassificationOverride.</param>
            <returns>The <see cref="T:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationRequest">
            <summary>
            The interface IInferenceClassificationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.CreateAsync(Microsoft.Graph.InferenceClassification)">
            <summary>
            Creates the specified InferenceClassification using PUT.
            </summary>
            <param name="inferenceClassificationToCreate">The InferenceClassification to create.</param>
            <returns>The created InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.CreateAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InferenceClassification using PUT.
            </summary>
            <param name="inferenceClassificationToCreate">The InferenceClassification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.DeleteAsync">
            <summary>
            Deletes the specified InferenceClassification.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InferenceClassification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.GetAsync">
            <summary>
            Gets the specified InferenceClassification.
            </summary>
            <returns>The InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InferenceClassification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.UpdateAsync(Microsoft.Graph.InferenceClassification)">
            <summary>
            Updates the specified InferenceClassification using PATCH.
            </summary>
            <param name="inferenceClassificationToUpdate">The InferenceClassification to update.</param>
            <returns>The updated InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.UpdateAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassification using PATCH.
            </summary>
            <param name="inferenceClassificationToUpdate">The InferenceClassification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassification,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassification,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInferenceClassificationRequestBuilder">
            <summary>
            The interface IInferenceClassificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInferenceClassificationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IInferenceClassificationRequestBuilder.Overrides">
            <summary>
            Gets the request builder for Overrides.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInvitationRequest">
            <summary>
            The interface IInvitationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.CreateAsync(Microsoft.Graph.Invitation)">
            <summary>
            Creates the specified Invitation using PUT.
            </summary>
            <param name="invitationToCreate">The Invitation to create.</param>
            <returns>The created Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.CreateAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Invitation using PUT.
            </summary>
            <param name="invitationToCreate">The Invitation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.DeleteAsync">
            <summary>
            Deletes the specified Invitation.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Invitation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.GetAsync">
            <summary>
            Gets the specified Invitation.
            </summary>
            <returns>The Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Invitation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.UpdateAsync(Microsoft.Graph.Invitation)">
            <summary>
            Updates the specified Invitation using PATCH.
            </summary>
            <param name="invitationToUpdate">The Invitation to update.</param>
            <returns>The updated Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.UpdateAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Invitation using PATCH.
            </summary>
            <param name="invitationToUpdate">The Invitation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IInvitationRequestBuilder">
            <summary>
            The interface IInvitationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IInvitationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IInvitationRequestBuilder.InvitedUser">
            <summary>
            Gets the request builder for InvitedUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosCertificateProfileRequest">
            <summary>
            The interface IIosCertificateProfileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.CreateAsync(Microsoft.Graph.IosCertificateProfile)">
            <summary>
            Creates the specified IosCertificateProfile using PUT.
            </summary>
            <param name="iosCertificateProfileToCreate">The IosCertificateProfile to create.</param>
            <returns>The created IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.CreateAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCertificateProfile using PUT.
            </summary>
            <param name="iosCertificateProfileToCreate">The IosCertificateProfile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.DeleteAsync">
            <summary>
            Deletes the specified IosCertificateProfile.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCertificateProfile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.GetAsync">
            <summary>
            Gets the specified IosCertificateProfile.
            </summary>
            <returns>The IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCertificateProfile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.UpdateAsync(Microsoft.Graph.IosCertificateProfile)">
            <summary>
            Updates the specified IosCertificateProfile using PATCH.
            </summary>
            <param name="iosCertificateProfileToUpdate">The IosCertificateProfile to update.</param>
            <returns>The updated IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.UpdateAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCertificateProfile using PATCH.
            </summary>
            <param name="iosCertificateProfileToUpdate">The IosCertificateProfile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCertificateProfile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCertificateProfile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosCertificateProfileRequestBuilder">
            <summary>
            The interface IIosCertificateProfileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCertificateProfileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosCompliancePolicyRequest">
            <summary>
            The interface IIosCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.CreateAsync(Microsoft.Graph.IosCompliancePolicy)">
            <summary>
            Creates the specified IosCompliancePolicy using PUT.
            </summary>
            <param name="iosCompliancePolicyToCreate">The IosCompliancePolicy to create.</param>
            <returns>The created IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.CreateAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCompliancePolicy using PUT.
            </summary>
            <param name="iosCompliancePolicyToCreate">The IosCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified IosCompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified IosCompliancePolicy.
            </summary>
            <returns>The IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.IosCompliancePolicy)">
            <summary>
            Updates the specified IosCompliancePolicy using PATCH.
            </summary>
            <param name="iosCompliancePolicyToUpdate">The IosCompliancePolicy to update.</param>
            <returns>The updated IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCompliancePolicy using PATCH.
            </summary>
            <param name="iosCompliancePolicyToUpdate">The IosCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosCompliancePolicyRequestBuilder">
            <summary>
            The interface IIosCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosCustomConfigurationRequest">
            <summary>
            The interface IIosCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.CreateAsync(Microsoft.Graph.IosCustomConfiguration)">
            <summary>
            Creates the specified IosCustomConfiguration using PUT.
            </summary>
            <param name="iosCustomConfigurationToCreate">The IosCustomConfiguration to create.</param>
            <returns>The created IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.CreateAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCustomConfiguration using PUT.
            </summary>
            <param name="iosCustomConfigurationToCreate">The IosCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified IosCustomConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.GetAsync">
            <summary>
            Gets the specified IosCustomConfiguration.
            </summary>
            <returns>The IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.IosCustomConfiguration)">
            <summary>
            Updates the specified IosCustomConfiguration using PATCH.
            </summary>
            <param name="iosCustomConfigurationToUpdate">The IosCustomConfiguration to update.</param>
            <returns>The updated IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCustomConfiguration using PATCH.
            </summary>
            <param name="iosCustomConfigurationToUpdate">The IosCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosCustomConfigurationRequestBuilder">
            <summary>
            The interface IIosCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest">
            <summary>
            The interface IIosDeviceFeaturesConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.CreateAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration)">
            <summary>
            Creates the specified IosDeviceFeaturesConfiguration using PUT.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToCreate">The IosDeviceFeaturesConfiguration to create.</param>
            <returns>The created IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.CreateAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosDeviceFeaturesConfiguration using PUT.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToCreate">The IosDeviceFeaturesConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified IosDeviceFeaturesConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.GetAsync">
            <summary>
            Gets the specified IosDeviceFeaturesConfiguration.
            </summary>
            <returns>The IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.UpdateAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration)">
            <summary>
            Updates the specified IosDeviceFeaturesConfiguration using PATCH.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToUpdate">The IosDeviceFeaturesConfiguration to update.</param>
            <returns>The updated IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.UpdateAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosDeviceFeaturesConfiguration using PATCH.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToUpdate">The IosDeviceFeaturesConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequestBuilder">
            <summary>
            The interface IIosDeviceFeaturesConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosDeviceFeaturesConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest">
            <summary>
            The interface IIosGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.IosGeneralDeviceConfiguration)">
            <summary>
            Creates the specified IosGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="iosGeneralDeviceConfigurationToCreate">The IosGeneralDeviceConfiguration to create.</param>
            <returns>The created IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="iosGeneralDeviceConfigurationToCreate">The IosGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified IosGeneralDeviceConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.GetAsync">
            <summary>
            Gets the specified IosGeneralDeviceConfiguration.
            </summary>
            <returns>The IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.IosGeneralDeviceConfiguration)">
            <summary>
            Updates the specified IosGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="iosGeneralDeviceConfigurationToUpdate">The IosGeneralDeviceConfiguration to update.</param>
            <returns>The updated IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="iosGeneralDeviceConfigurationToUpdate">The IosGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The interface IIosGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosLobAppRequest">
            <summary>
            The interface IIosLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.CreateAsync(Microsoft.Graph.IosLobApp)">
            <summary>
            Creates the specified IosLobApp using PUT.
            </summary>
            <param name="iosLobAppToCreate">The IosLobApp to create.</param>
            <returns>The created IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.CreateAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosLobApp using PUT.
            </summary>
            <param name="iosLobAppToCreate">The IosLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.DeleteAsync">
            <summary>
            Deletes the specified IosLobApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.GetAsync">
            <summary>
            Gets the specified IosLobApp.
            </summary>
            <returns>The IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.UpdateAsync(Microsoft.Graph.IosLobApp)">
            <summary>
            Updates the specified IosLobApp using PATCH.
            </summary>
            <param name="iosLobAppToUpdate">The IosLobApp to update.</param>
            <returns>The updated IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.UpdateAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosLobApp using PATCH.
            </summary>
            <param name="iosLobAppToUpdate">The IosLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosLobAppRequestBuilder">
            <summary>
            The interface IIosLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionPage">
            <summary>
            The interface IIosManagedAppProtectionAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest">
            <summary>
            The interface IIosManagedAppProtectionAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequestBuilder">
            <summary>
            The interface IIosManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified ManagedMobileApp.
            </summary>
            <param name="id">The ID for the ManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppProtectionRequest">
            <summary>
            The interface IIosManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.IosManagedAppProtection)">
            <summary>
            Creates the specified IosManagedAppProtection using PUT.
            </summary>
            <param name="iosManagedAppProtectionToCreate">The IosManagedAppProtection to create.</param>
            <returns>The created IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosManagedAppProtection using PUT.
            </summary>
            <param name="iosManagedAppProtectionToCreate">The IosManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified IosManagedAppProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.GetAsync">
            <summary>
            Gets the specified IosManagedAppProtection.
            </summary>
            <returns>The IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.IosManagedAppProtection)">
            <summary>
            Updates the specified IosManagedAppProtection using PATCH.
            </summary>
            <param name="iosManagedAppProtectionToUpdate">The IosManagedAppProtection to update.</param>
            <returns>The updated IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppProtection using PATCH.
            </summary>
            <param name="iosManagedAppProtectionToUpdate">The IosManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder">
            <summary>
            The interface IIosManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IIosManagedAppProtectionRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppRegistrationRequest">
            <summary>
            The interface IIosManagedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.IosManagedAppRegistration)">
            <summary>
            Creates the specified IosManagedAppRegistration using PUT.
            </summary>
            <param name="iosManagedAppRegistrationToCreate">The IosManagedAppRegistration to create.</param>
            <returns>The created IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosManagedAppRegistration using PUT.
            </summary>
            <param name="iosManagedAppRegistrationToCreate">The IosManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.DeleteAsync">
            <summary>
            Deletes the specified IosManagedAppRegistration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.GetAsync">
            <summary>
            Gets the specified IosManagedAppRegistration.
            </summary>
            <returns>The IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.IosManagedAppRegistration)">
            <summary>
            Updates the specified IosManagedAppRegistration using PATCH.
            </summary>
            <param name="iosManagedAppRegistrationToUpdate">The IosManagedAppRegistration to update.</param>
            <returns>The updated IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppRegistration using PATCH.
            </summary>
            <param name="iosManagedAppRegistrationToUpdate">The IosManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosManagedAppRegistrationRequestBuilder">
            <summary>
            The interface IIosManagedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosManagedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosMobileAppConfigurationRequest">
            <summary>
            The interface IIosMobileAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.CreateAsync(Microsoft.Graph.IosMobileAppConfiguration)">
            <summary>
            Creates the specified IosMobileAppConfiguration using PUT.
            </summary>
            <param name="iosMobileAppConfigurationToCreate">The IosMobileAppConfiguration to create.</param>
            <returns>The created IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.CreateAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosMobileAppConfiguration using PUT.
            </summary>
            <param name="iosMobileAppConfigurationToCreate">The IosMobileAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified IosMobileAppConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.GetAsync">
            <summary>
            Gets the specified IosMobileAppConfiguration.
            </summary>
            <returns>The IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.UpdateAsync(Microsoft.Graph.IosMobileAppConfiguration)">
            <summary>
            Updates the specified IosMobileAppConfiguration using PATCH.
            </summary>
            <param name="iosMobileAppConfigurationToUpdate">The IosMobileAppConfiguration to update.</param>
            <returns>The updated IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.UpdateAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosMobileAppConfiguration using PATCH.
            </summary>
            <param name="iosMobileAppConfigurationToUpdate">The IosMobileAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosMobileAppConfigurationRequestBuilder">
            <summary>
            The interface IIosMobileAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosMobileAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosStoreAppRequest">
            <summary>
            The interface IIosStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.CreateAsync(Microsoft.Graph.IosStoreApp)">
            <summary>
            Creates the specified IosStoreApp using PUT.
            </summary>
            <param name="iosStoreAppToCreate">The IosStoreApp to create.</param>
            <returns>The created IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.CreateAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosStoreApp using PUT.
            </summary>
            <param name="iosStoreAppToCreate">The IosStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.DeleteAsync">
            <summary>
            Deletes the specified IosStoreApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.GetAsync">
            <summary>
            Gets the specified IosStoreApp.
            </summary>
            <returns>The IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.UpdateAsync(Microsoft.Graph.IosStoreApp)">
            <summary>
            Updates the specified IosStoreApp using PATCH.
            </summary>
            <param name="iosStoreAppToUpdate">The IosStoreApp to update.</param>
            <returns>The updated IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.UpdateAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosStoreApp using PATCH.
            </summary>
            <param name="iosStoreAppToUpdate">The IosStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosStoreAppRequestBuilder">
            <summary>
            The interface IIosStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosUpdateConfigurationRequest">
            <summary>
            The interface IIosUpdateConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.CreateAsync(Microsoft.Graph.IosUpdateConfiguration)">
            <summary>
            Creates the specified IosUpdateConfiguration using PUT.
            </summary>
            <param name="iosUpdateConfigurationToCreate">The IosUpdateConfiguration to create.</param>
            <returns>The created IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.CreateAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosUpdateConfiguration using PUT.
            </summary>
            <param name="iosUpdateConfigurationToCreate">The IosUpdateConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified IosUpdateConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosUpdateConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.GetAsync">
            <summary>
            Gets the specified IosUpdateConfiguration.
            </summary>
            <returns>The IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosUpdateConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.UpdateAsync(Microsoft.Graph.IosUpdateConfiguration)">
            <summary>
            Updates the specified IosUpdateConfiguration using PATCH.
            </summary>
            <param name="iosUpdateConfigurationToUpdate">The IosUpdateConfiguration to update.</param>
            <returns>The updated IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.UpdateAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateConfiguration using PATCH.
            </summary>
            <param name="iosUpdateConfigurationToUpdate">The IosUpdateConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosUpdateConfigurationRequestBuilder">
            <summary>
            The interface IIosUpdateConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosUpdateDeviceStatusRequest">
            <summary>
            The interface IIosUpdateDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.CreateAsync(Microsoft.Graph.IosUpdateDeviceStatus)">
            <summary>
            Creates the specified IosUpdateDeviceStatus using PUT.
            </summary>
            <param name="iosUpdateDeviceStatusToCreate">The IosUpdateDeviceStatus to create.</param>
            <returns>The created IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.CreateAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosUpdateDeviceStatus using PUT.
            </summary>
            <param name="iosUpdateDeviceStatusToCreate">The IosUpdateDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified IosUpdateDeviceStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosUpdateDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.GetAsync">
            <summary>
            Gets the specified IosUpdateDeviceStatus.
            </summary>
            <returns>The IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosUpdateDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.UpdateAsync(Microsoft.Graph.IosUpdateDeviceStatus)">
            <summary>
            Updates the specified IosUpdateDeviceStatus using PATCH.
            </summary>
            <param name="iosUpdateDeviceStatusToUpdate">The IosUpdateDeviceStatus to update.</param>
            <returns>The updated IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.UpdateAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateDeviceStatus using PATCH.
            </summary>
            <param name="iosUpdateDeviceStatusToUpdate">The IosUpdateDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder">
            <summary>
            The interface IIosUpdateDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosUpdateDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosVppAppRequest">
            <summary>
            The interface IIosVppAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.CreateAsync(Microsoft.Graph.IosVppApp)">
            <summary>
            Creates the specified IosVppApp using PUT.
            </summary>
            <param name="iosVppAppToCreate">The IosVppApp to create.</param>
            <returns>The created IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.CreateAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppApp using PUT.
            </summary>
            <param name="iosVppAppToCreate">The IosVppApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.DeleteAsync">
            <summary>
            Deletes the specified IosVppApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.GetAsync">
            <summary>
            Gets the specified IosVppApp.
            </summary>
            <returns>The IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.UpdateAsync(Microsoft.Graph.IosVppApp)">
            <summary>
            Updates the specified IosVppApp using PATCH.
            </summary>
            <param name="iosVppAppToUpdate">The IosVppApp to update.</param>
            <returns>The updated IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.UpdateAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppApp using PATCH.
            </summary>
            <param name="iosVppAppToUpdate">The IosVppApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosVppAppRequestBuilder">
            <summary>
            The interface IIosVppAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosVppEBookAssignmentRequest">
            <summary>
            The interface IIosVppEBookAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.CreateAsync(Microsoft.Graph.IosVppEBookAssignment)">
            <summary>
            Creates the specified IosVppEBookAssignment using PUT.
            </summary>
            <param name="iosVppEBookAssignmentToCreate">The IosVppEBookAssignment to create.</param>
            <returns>The created IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.CreateAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppEBookAssignment using PUT.
            </summary>
            <param name="iosVppEBookAssignmentToCreate">The IosVppEBookAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified IosVppEBookAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.GetAsync">
            <summary>
            Gets the specified IosVppEBookAssignment.
            </summary>
            <returns>The IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.UpdateAsync(Microsoft.Graph.IosVppEBookAssignment)">
            <summary>
            Updates the specified IosVppEBookAssignment using PATCH.
            </summary>
            <param name="iosVppEBookAssignmentToUpdate">The IosVppEBookAssignment to update.</param>
            <returns>The updated IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.UpdateAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBookAssignment using PATCH.
            </summary>
            <param name="iosVppEBookAssignmentToUpdate">The IosVppEBookAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBookAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBookAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosVppEBookAssignmentRequestBuilder">
            <summary>
            The interface IIosVppEBookAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosVppEBookRequest">
            <summary>
            The interface IIosVppEBookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.CreateAsync(Microsoft.Graph.IosVppEBook)">
            <summary>
            Creates the specified IosVppEBook using PUT.
            </summary>
            <param name="iosVppEBookToCreate">The IosVppEBook to create.</param>
            <returns>The created IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.CreateAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppEBook using PUT.
            </summary>
            <param name="iosVppEBookToCreate">The IosVppEBook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.DeleteAsync">
            <summary>
            Deletes the specified IosVppEBook.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.GetAsync">
            <summary>
            Gets the specified IosVppEBook.
            </summary>
            <returns>The IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.UpdateAsync(Microsoft.Graph.IosVppEBook)">
            <summary>
            Updates the specified IosVppEBook using PATCH.
            </summary>
            <param name="iosVppEBookToUpdate">The IosVppEBook to update.</param>
            <returns>The updated IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.UpdateAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBook using PATCH.
            </summary>
            <param name="iosVppEBookToUpdate">The IosVppEBook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IIosVppEBookRequestBuilder">
            <summary>
            The interface IIosVppEBookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IIosVppEBookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemAttachmentRequest">
            <summary>
            The interface IItemAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.CreateAsync(Microsoft.Graph.ItemAttachment)">
            <summary>
            Creates the specified ItemAttachment using PUT.
            </summary>
            <param name="itemAttachmentToCreate">The ItemAttachment to create.</param>
            <returns>The created ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.CreateAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAttachment using PUT.
            </summary>
            <param name="itemAttachmentToCreate">The ItemAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.DeleteAsync">
            <summary>
            Deletes the specified ItemAttachment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.GetAsync">
            <summary>
            Gets the specified ItemAttachment.
            </summary>
            <returns>The ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.UpdateAsync(Microsoft.Graph.ItemAttachment)">
            <summary>
            Updates the specified ItemAttachment using PATCH.
            </summary>
            <param name="itemAttachmentToUpdate">The ItemAttachment to update.</param>
            <returns>The updated ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.UpdateAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAttachment using PATCH.
            </summary>
            <param name="itemAttachmentToUpdate">The ItemAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IItemAttachmentRequestBuilder">
            <summary>
            The interface IItemAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IItemAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IItemAttachmentRequestBuilder.Item">
            <summary>
            Gets the request builder for Item.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ILicenseDetailsRequest">
            <summary>
            The interface ILicenseDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.CreateAsync(Microsoft.Graph.LicenseDetails)">
            <summary>
            Creates the specified LicenseDetails using PUT.
            </summary>
            <param name="licenseDetailsToCreate">The LicenseDetails to create.</param>
            <returns>The created LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.CreateAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LicenseDetails using PUT.
            </summary>
            <param name="licenseDetailsToCreate">The LicenseDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.DeleteAsync">
            <summary>
            Deletes the specified LicenseDetails.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LicenseDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.GetAsync">
            <summary>
            Gets the specified LicenseDetails.
            </summary>
            <returns>The LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LicenseDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.UpdateAsync(Microsoft.Graph.LicenseDetails)">
            <summary>
            Updates the specified LicenseDetails using PATCH.
            </summary>
            <param name="licenseDetailsToUpdate">The LicenseDetails to update.</param>
            <returns>The updated LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.UpdateAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LicenseDetails using PATCH.
            </summary>
            <param name="licenseDetailsToUpdate">The LicenseDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ILicenseDetailsRequestBuilder">
            <summary>
            The interface ILicenseDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILicenseDetailsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListColumnsCollectionPage">
            <summary>
            The interface IListColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IListColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IListColumnsCollectionRequest">
            <summary>
            The interface IListColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListColumnsCollectionRequestBuilder">
            <summary>
            The interface IListColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/> for the specified ColumnDefinition.
            </summary>
            <param name="id">The ID for the ColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListContentTypesCollectionPage">
            <summary>
            The interface IListContentTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IListContentTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListContentTypesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IListContentTypesCollectionRequest">
            <summary>
            The interface IListContentTypesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.AddAsync(Microsoft.Graph.ContentType)">
            <summary>
            Adds the specified ContentType to the collection via POST.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.AddAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentType to the collection via POST.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListContentTypesCollectionRequestBuilder">
            <summary>
            The interface IListContentTypesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListContentTypesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListContentTypesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/> for the specified ContentType.
            </summary>
            <param name="id">The ID for the ContentType.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemRequest">
            <summary>
            The interface IListItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.CreateAsync(Microsoft.Graph.ListItem)">
            <summary>
            Creates the specified ListItem using PUT.
            </summary>
            <param name="listItemToCreate">The ListItem to create.</param>
            <returns>The created ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.CreateAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ListItem using PUT.
            </summary>
            <param name="listItemToCreate">The ListItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.DeleteAsync">
            <summary>
            Deletes the specified ListItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ListItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.GetAsync">
            <summary>
            Gets the specified ListItem.
            </summary>
            <returns>The ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ListItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.UpdateAsync(Microsoft.Graph.ListItem)">
            <summary>
            Updates the specified ListItem using PATCH.
            </summary>
            <param name="listItemToUpdate">The ListItem to update.</param>
            <returns>The updated ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.UpdateAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItem using PATCH.
            </summary>
            <param name="listItemToUpdate">The ListItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemRequestBuilder">
            <summary>
            The interface IListItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemRequestBuilder.DriveItem">
            <summary>
            Gets the request builder for DriveItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemRequestBuilder.Fields">
            <summary>
            Gets the request builder for Fields.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFieldValueSetRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemRequestBuilder.Versions">
            <summary>
            Gets the request builder for Versions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemsCollectionPage">
            <summary>
            The interface IListItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IListItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IListItemsCollectionRequest">
            <summary>
            The interface IListItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.AddAsync(Microsoft.Graph.ListItem)">
            <summary>
            Adds the specified ListItem to the collection via POST.
            </summary>
            <param name="listItem">The ListItem to add.</param>
            <returns>The created ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.AddAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ListItem to the collection via POST.
            </summary>
            <param name="listItem">The ListItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemsCollectionRequestBuilder">
            <summary>
            The interface IListItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/> for the specified ListItem.
            </summary>
            <param name="id">The ID for the ListItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionRequest">
            <summary>
            The interface IListItemVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.CreateAsync(Microsoft.Graph.ListItemVersion)">
            <summary>
            Creates the specified ListItemVersion using PUT.
            </summary>
            <param name="listItemVersionToCreate">The ListItemVersion to create.</param>
            <returns>The created ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.CreateAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ListItemVersion using PUT.
            </summary>
            <param name="listItemVersionToCreate">The ListItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.DeleteAsync">
            <summary>
            Deletes the specified ListItemVersion.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ListItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.GetAsync">
            <summary>
            Gets the specified ListItemVersion.
            </summary>
            <returns>The ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ListItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.UpdateAsync(Microsoft.Graph.ListItemVersion)">
            <summary>
            Updates the specified ListItemVersion using PATCH.
            </summary>
            <param name="listItemVersionToUpdate">The ListItemVersion to update.</param>
            <returns>The updated ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.UpdateAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItemVersion using PATCH.
            </summary>
            <param name="listItemVersionToUpdate">The ListItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionRequestBuilder">
            <summary>
            The interface IListItemVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemVersionRequestBuilder.Fields">
            <summary>
            Gets the request builder for Fields.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFieldValueSetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRequestBuilder.RestoreVersion">
            <summary>
            Gets the request builder for ListItemVersionRestoreVersion.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemVersionRestoreVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionRestoreVersionRequest">
            <summary>
            The interface IListItemVersionRestoreVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRestoreVersionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRestoreVersionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRestoreVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRestoreVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionRestoreVersionRequestBuilder">
            <summary>
            The interface IListItemVersionRestoreVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionRestoreVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionsCollectionPage">
            <summary>
            The interface IListItemVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IListItemVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListItemVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionsCollectionRequest">
            <summary>
            The interface IListItemVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.AddAsync(Microsoft.Graph.ListItemVersion)">
            <summary>
            Adds the specified ListItemVersion to the collection via POST.
            </summary>
            <param name="listItemVersion">The ListItemVersion to add.</param>
            <returns>The created ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.AddAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ListItemVersion to the collection via POST.
            </summary>
            <param name="listItemVersion">The ListItemVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListItemVersionsCollectionRequestBuilder">
            <summary>
            The interface IListItemVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListItemVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListItemVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IListItemVersionRequestBuilder"/> for the specified ListItemVersion.
            </summary>
            <param name="id">The ID for the ListItemVersion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IListItemVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListRequest">
            <summary>
            The interface IListRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.CreateAsync(Microsoft.Graph.List)">
            <summary>
            Creates the specified List using PUT.
            </summary>
            <param name="listToCreate">The List to create.</param>
            <returns>The created List.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.CreateAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Creates the specified List using PUT.
            </summary>
            <param name="listToCreate">The List to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created List.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.DeleteAsync">
            <summary>
            Deletes the specified List.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified List.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.GetAsync">
            <summary>
            Gets the specified List.
            </summary>
            <returns>The List.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified List.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The List.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.UpdateAsync(Microsoft.Graph.List)">
            <summary>
            Updates the specified List using PATCH.
            </summary>
            <param name="listToUpdate">The List to update.</param>
            <returns>The updated List.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.UpdateAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Updates the specified List using PATCH.
            </summary>
            <param name="listToUpdate">The List to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated List.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IListRequestBuilder">
            <summary>
            The interface IListRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IListRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IListRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListRequestBuilder.ContentTypes">
            <summary>
            Gets the request builder for ContentTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListContentTypesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IListRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ILocalizedNotificationMessageRequest">
            <summary>
            The interface ILocalizedNotificationMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.CreateAsync(Microsoft.Graph.LocalizedNotificationMessage)">
            <summary>
            Creates the specified LocalizedNotificationMessage using PUT.
            </summary>
            <param name="localizedNotificationMessageToCreate">The LocalizedNotificationMessage to create.</param>
            <returns>The created LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.CreateAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LocalizedNotificationMessage using PUT.
            </summary>
            <param name="localizedNotificationMessageToCreate">The LocalizedNotificationMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.DeleteAsync">
            <summary>
            Deletes the specified LocalizedNotificationMessage.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LocalizedNotificationMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.GetAsync">
            <summary>
            Gets the specified LocalizedNotificationMessage.
            </summary>
            <returns>The LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LocalizedNotificationMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.UpdateAsync(Microsoft.Graph.LocalizedNotificationMessage)">
            <summary>
            Updates the specified LocalizedNotificationMessage using PATCH.
            </summary>
            <param name="localizedNotificationMessageToUpdate">The LocalizedNotificationMessage to update.</param>
            <returns>The updated LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.UpdateAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LocalizedNotificationMessage using PATCH.
            </summary>
            <param name="localizedNotificationMessageToUpdate">The LocalizedNotificationMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder">
            <summary>
            The interface ILocalizedNotificationMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSCompliancePolicyRequest">
            <summary>
            The interface IMacOSCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.CreateAsync(Microsoft.Graph.MacOSCompliancePolicy)">
            <summary>
            Creates the specified MacOSCompliancePolicy using PUT.
            </summary>
            <param name="macOSCompliancePolicyToCreate">The MacOSCompliancePolicy to create.</param>
            <returns>The created MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.CreateAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSCompliancePolicy using PUT.
            </summary>
            <param name="macOSCompliancePolicyToCreate">The MacOSCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified MacOSCompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified MacOSCompliancePolicy.
            </summary>
            <returns>The MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.MacOSCompliancePolicy)">
            <summary>
            Updates the specified MacOSCompliancePolicy using PATCH.
            </summary>
            <param name="macOSCompliancePolicyToUpdate">The MacOSCompliancePolicy to update.</param>
            <returns>The updated MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCompliancePolicy using PATCH.
            </summary>
            <param name="macOSCompliancePolicyToUpdate">The MacOSCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSCompliancePolicyRequestBuilder">
            <summary>
            The interface IMacOSCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSCustomConfigurationRequest">
            <summary>
            The interface IMacOSCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSCustomConfiguration)">
            <summary>
            Creates the specified MacOSCustomConfiguration using PUT.
            </summary>
            <param name="macOSCustomConfigurationToCreate">The MacOSCustomConfiguration to create.</param>
            <returns>The created MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSCustomConfiguration using PUT.
            </summary>
            <param name="macOSCustomConfigurationToCreate">The MacOSCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified MacOSCustomConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.GetAsync">
            <summary>
            Gets the specified MacOSCustomConfiguration.
            </summary>
            <returns>The MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSCustomConfiguration)">
            <summary>
            Updates the specified MacOSCustomConfiguration using PATCH.
            </summary>
            <param name="macOSCustomConfigurationToUpdate">The MacOSCustomConfiguration to update.</param>
            <returns>The updated MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCustomConfiguration using PATCH.
            </summary>
            <param name="macOSCustomConfigurationToUpdate">The MacOSCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSCustomConfigurationRequestBuilder">
            <summary>
            The interface IMacOSCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest">
            <summary>
            The interface IMacOSDeviceFeaturesConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration)">
            <summary>
            Creates the specified MacOSDeviceFeaturesConfiguration using PUT.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToCreate">The MacOSDeviceFeaturesConfiguration to create.</param>
            <returns>The created MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSDeviceFeaturesConfiguration using PUT.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToCreate">The MacOSDeviceFeaturesConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified MacOSDeviceFeaturesConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.GetAsync">
            <summary>
            Gets the specified MacOSDeviceFeaturesConfiguration.
            </summary>
            <returns>The MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration)">
            <summary>
            Updates the specified MacOSDeviceFeaturesConfiguration using PATCH.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToUpdate">The MacOSDeviceFeaturesConfiguration to update.</param>
            <returns>The updated MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSDeviceFeaturesConfiguration using PATCH.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToUpdate">The MacOSDeviceFeaturesConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequestBuilder">
            <summary>
            The interface IMacOSDeviceFeaturesConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSDeviceFeaturesConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest">
            <summary>
            The interface IMacOSGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration)">
            <summary>
            Creates the specified MacOSGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToCreate">The MacOSGeneralDeviceConfiguration to create.</param>
            <returns>The created MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSGeneralDeviceConfiguration using PUT.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToCreate">The MacOSGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified MacOSGeneralDeviceConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.GetAsync">
            <summary>
            Gets the specified MacOSGeneralDeviceConfiguration.
            </summary>
            <returns>The MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration)">
            <summary>
            Updates the specified MacOSGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToUpdate">The MacOSGeneralDeviceConfiguration to update.</param>
            <returns>The updated MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToUpdate">The MacOSGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The interface IMacOSGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSOfficeSuiteAppRequest">
            <summary>
            The interface IMacOSOfficeSuiteAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.CreateAsync(Microsoft.Graph.MacOSOfficeSuiteApp)">
            <summary>
            Creates the specified MacOSOfficeSuiteApp using PUT.
            </summary>
            <param name="macOSOfficeSuiteAppToCreate">The MacOSOfficeSuiteApp to create.</param>
            <returns>The created MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.CreateAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSOfficeSuiteApp using PUT.
            </summary>
            <param name="macOSOfficeSuiteAppToCreate">The MacOSOfficeSuiteApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.DeleteAsync">
            <summary>
            Deletes the specified MacOSOfficeSuiteApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSOfficeSuiteApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.GetAsync">
            <summary>
            Gets the specified MacOSOfficeSuiteApp.
            </summary>
            <returns>The MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSOfficeSuiteApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.UpdateAsync(Microsoft.Graph.MacOSOfficeSuiteApp)">
            <summary>
            Updates the specified MacOSOfficeSuiteApp using PATCH.
            </summary>
            <param name="macOSOfficeSuiteAppToUpdate">The MacOSOfficeSuiteApp to update.</param>
            <returns>The updated MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.UpdateAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSOfficeSuiteApp using PATCH.
            </summary>
            <param name="macOSOfficeSuiteAppToUpdate">The MacOSOfficeSuiteApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSOfficeSuiteApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSOfficeSuiteApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMacOSOfficeSuiteAppRequestBuilder">
            <summary>
            The interface IMacOSOfficeSuiteAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMacOSOfficeSuiteAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderChildFoldersCollectionPage">
            <summary>
            The interface IMailFolderChildFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderChildFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest">
            <summary>
            The interface IMailFolderChildFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.AddAsync(Microsoft.Graph.MailFolder)">
            <summary>
            Adds the specified MailFolder to the collection via POST.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.AddAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MailFolder to the collection via POST.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder">
            <summary>
            The interface IMailFolderChildFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/> for the specified MailFolder.
            </summary>
            <param name="id">The ID for the MailFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MailFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderCopyRequest">
            <summary>
            The interface IMailFolderCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderCopyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderCopyRequestBuilder">
            <summary>
            The interface IMailFolderCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderCopyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderDeltaCollectionPage">
            <summary>
            The interface IMailFolderDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderDeltaRequest">
            <summary>
            The interface IMailFolderDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderDeltaRequestBuilder">
            <summary>
            The interface IMailFolderDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMessageRulesCollectionPage">
            <summary>
            The interface IMailFolderMessageRulesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMessageRulesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest">
            <summary>
            The interface IMailFolderMessageRulesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.AddAsync(Microsoft.Graph.MessageRule)">
            <summary>
            Adds the specified MessageRule to the collection via POST.
            </summary>
            <param name="messageRule">The MessageRule to add.</param>
            <returns>The created MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.AddAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MessageRule to the collection via POST.
            </summary>
            <param name="messageRule">The MessageRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMessageRulesCollectionRequestBuilder">
            <summary>
            The interface IMailFolderMessageRulesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessageRulesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMessageRulesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMessageRuleRequestBuilder"/> for the specified MessageRule.
            </summary>
            <param name="id">The ID for the MessageRule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMessageRuleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMessagesCollectionPage">
            <summary>
            The interface IMailFolderMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMessagesCollectionRequest">
            <summary>
            The interface IMailFolderMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.AddAsync(Microsoft.Graph.Message)">
            <summary>
            Adds the specified Message to the collection via POST.
            </summary>
            <param name="message">The Message to add.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.AddAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Message to the collection via POST.
            </summary>
            <param name="message">The Message to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder">
            <summary>
            The interface IMailFolderMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/> for the specified Message.
            </summary>
            <param name="id">The ID for the Message.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMoveRequest">
            <summary>
            The interface IMailFolderMoveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMoveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMoveRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMoveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMoveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMoveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMoveRequestBuilder">
            <summary>
            The interface IMailFolderMoveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMoveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IMailFolderMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IMailFolderMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderRequest">
            <summary>
            The interface IMailFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.CreateAsync(Microsoft.Graph.MailFolder)">
            <summary>
            Creates the specified MailFolder using PUT.
            </summary>
            <param name="mailFolderToCreate">The MailFolder to create.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.CreateAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailFolder using PUT.
            </summary>
            <param name="mailFolderToCreate">The MailFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.DeleteAsync">
            <summary>
            Deletes the specified MailFolder.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.GetAsync">
            <summary>
            Gets the specified MailFolder.
            </summary>
            <returns>The MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.UpdateAsync(Microsoft.Graph.MailFolder)">
            <summary>
            Updates the specified MailFolder using PATCH.
            </summary>
            <param name="mailFolderToUpdate">The MailFolder to update.</param>
            <returns>The updated MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.UpdateAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailFolder using PATCH.
            </summary>
            <param name="mailFolderToUpdate">The MailFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderRequestBuilder">
            <summary>
            The interface IMailFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderRequestBuilder.MessageRules">
            <summary>
            Gets the request builder for MessageRules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMessageRulesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderRequestBuilder.ChildFolders">
            <summary>
            Gets the request builder for ChildFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequestBuilder.Copy(System.String)">
            <summary>
            Gets the request builder for MailFolderCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderRequestBuilder.Move(System.String)">
            <summary>
            Gets the request builder for MailFolderMove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMoveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IMailFolderSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IMailFolderSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAndroidLobAppRequest">
            <summary>
            The interface IManagedAndroidLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.CreateAsync(Microsoft.Graph.ManagedAndroidLobApp)">
            <summary>
            Creates the specified ManagedAndroidLobApp using PUT.
            </summary>
            <param name="managedAndroidLobAppToCreate">The ManagedAndroidLobApp to create.</param>
            <returns>The created ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.CreateAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAndroidLobApp using PUT.
            </summary>
            <param name="managedAndroidLobAppToCreate">The ManagedAndroidLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAndroidLobApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedAndroidLobApp.
            </summary>
            <returns>The ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedAndroidLobApp)">
            <summary>
            Updates the specified ManagedAndroidLobApp using PATCH.
            </summary>
            <param name="managedAndroidLobAppToUpdate">The ManagedAndroidLobApp to update.</param>
            <returns>The updated ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidLobApp using PATCH.
            </summary>
            <param name="managedAndroidLobAppToUpdate">The ManagedAndroidLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAndroidLobAppRequestBuilder">
            <summary>
            The interface IManagedAndroidLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAndroidStoreAppRequest">
            <summary>
            The interface IManagedAndroidStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.CreateAsync(Microsoft.Graph.ManagedAndroidStoreApp)">
            <summary>
            Creates the specified ManagedAndroidStoreApp using PUT.
            </summary>
            <param name="managedAndroidStoreAppToCreate">The ManagedAndroidStoreApp to create.</param>
            <returns>The created ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.CreateAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAndroidStoreApp using PUT.
            </summary>
            <param name="managedAndroidStoreAppToCreate">The ManagedAndroidStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAndroidStoreApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedAndroidStoreApp.
            </summary>
            <returns>The ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.UpdateAsync(Microsoft.Graph.ManagedAndroidStoreApp)">
            <summary>
            Updates the specified ManagedAndroidStoreApp using PATCH.
            </summary>
            <param name="managedAndroidStoreAppToUpdate">The ManagedAndroidStoreApp to update.</param>
            <returns>The updated ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.UpdateAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidStoreApp using PATCH.
            </summary>
            <param name="managedAndroidStoreAppToUpdate">The ManagedAndroidStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAndroidStoreAppRequestBuilder">
            <summary>
            The interface IManagedAndroidStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAndroidStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppConfigurationRequest">
            <summary>
            The interface IManagedAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.CreateAsync(Microsoft.Graph.ManagedAppConfiguration)">
            <summary>
            Creates the specified ManagedAppConfiguration using PUT.
            </summary>
            <param name="managedAppConfigurationToCreate">The ManagedAppConfiguration to create.</param>
            <returns>The created ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.CreateAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppConfiguration using PUT.
            </summary>
            <param name="managedAppConfigurationToCreate">The ManagedAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppConfiguration.
            </summary>
            <returns>The ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.UpdateAsync(Microsoft.Graph.ManagedAppConfiguration)">
            <summary>
            Updates the specified ManagedAppConfiguration using PATCH.
            </summary>
            <param name="managedAppConfigurationToUpdate">The ManagedAppConfiguration to update.</param>
            <returns>The updated ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.UpdateAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppConfiguration using PATCH.
            </summary>
            <param name="managedAppConfigurationToUpdate">The ManagedAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppConfigurationRequestBuilder">
            <summary>
            The interface IManagedAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppOperationRequest">
            <summary>
            The interface IManagedAppOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.CreateAsync(Microsoft.Graph.ManagedAppOperation)">
            <summary>
            Creates the specified ManagedAppOperation using PUT.
            </summary>
            <param name="managedAppOperationToCreate">The ManagedAppOperation to create.</param>
            <returns>The created ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.CreateAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppOperation using PUT.
            </summary>
            <param name="managedAppOperationToCreate">The ManagedAppOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppOperation.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppOperation.
            </summary>
            <returns>The ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.UpdateAsync(Microsoft.Graph.ManagedAppOperation)">
            <summary>
            Updates the specified ManagedAppOperation using PATCH.
            </summary>
            <param name="managedAppOperationToUpdate">The ManagedAppOperation to update.</param>
            <returns>The updated ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.UpdateAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppOperation using PATCH.
            </summary>
            <param name="managedAppOperationToUpdate">The ManagedAppOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppOperationRequestBuilder">
            <summary>
            The interface IManagedAppOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest">
            <summary>
            The interface IManagedAppPolicyDeploymentSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.CreateAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary)">
            <summary>
            Creates the specified ManagedAppPolicyDeploymentSummary using PUT.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToCreate">The ManagedAppPolicyDeploymentSummary to create.</param>
            <returns>The created ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.CreateAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppPolicyDeploymentSummary using PUT.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToCreate">The ManagedAppPolicyDeploymentSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppPolicyDeploymentSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppPolicyDeploymentSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppPolicyDeploymentSummary.
            </summary>
            <returns>The ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppPolicyDeploymentSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary)">
            <summary>
            Updates the specified ManagedAppPolicyDeploymentSummary using PATCH.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToUpdate">The ManagedAppPolicyDeploymentSummary to update.</param>
            <returns>The updated ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicyDeploymentSummary using PATCH.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToUpdate">The ManagedAppPolicyDeploymentSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder">
            <summary>
            The interface IManagedAppPolicyDeploymentSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppPolicyRequest">
            <summary>
            The interface IManagedAppPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.CreateAsync(Microsoft.Graph.ManagedAppPolicy)">
            <summary>
            Creates the specified ManagedAppPolicy using PUT.
            </summary>
            <param name="managedAppPolicyToCreate">The ManagedAppPolicy to create.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.CreateAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppPolicy using PUT.
            </summary>
            <param name="managedAppPolicyToCreate">The ManagedAppPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppPolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppPolicy.
            </summary>
            <returns>The ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.UpdateAsync(Microsoft.Graph.ManagedAppPolicy)">
            <summary>
            Updates the specified ManagedAppPolicy using PATCH.
            </summary>
            <param name="managedAppPolicyToUpdate">The ManagedAppPolicy to update.</param>
            <returns>The updated ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.UpdateAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicy using PATCH.
            </summary>
            <param name="managedAppPolicyToUpdate">The ManagedAppPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder">
            <summary>
            The interface IManagedAppPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Gets the request builder for ManagedAppPolicyTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppPolicyTargetAppsRequest">
            <summary>
            The interface IManagedAppPolicyTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppPolicyTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyTargetAppsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppPolicyTargetAppsRequestBuilder">
            <summary>
            The interface IManagedAppPolicyTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppPolicyTargetAppsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppProtectionRequest">
            <summary>
            The interface IManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.ManagedAppProtection)">
            <summary>
            Creates the specified ManagedAppProtection using PUT.
            </summary>
            <param name="managedAppProtectionToCreate">The ManagedAppProtection to create.</param>
            <returns>The created ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppProtection using PUT.
            </summary>
            <param name="managedAppProtectionToCreate">The ManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppProtection.
            </summary>
            <returns>The ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.ManagedAppProtection)">
            <summary>
            Updates the specified ManagedAppProtection using PATCH.
            </summary>
            <param name="managedAppProtectionToUpdate">The ManagedAppProtection to update.</param>
            <returns>The updated ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppProtection using PATCH.
            </summary>
            <param name="managedAppProtectionToUpdate">The ManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppProtectionRequestBuilder">
            <summary>
            The interface IManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Gets the request builder for ManagedAppProtectionTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppProtectionTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppProtectionTargetAppsRequest">
            <summary>
            The interface IManagedAppProtectionTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppProtectionTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionTargetAppsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppProtectionTargetAppsRequestBuilder">
            <summary>
            The interface IManagedAppProtectionTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppProtectionTargetAppsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionPage">
            <summary>
            The interface IManagedAppRegistrationAppliedPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest">
            <summary>
            The interface IManagedAppRegistrationAppliedPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/> for the specified ManagedAppPolicy.
            </summary>
            <param name="id">The ID for the ManagedAppPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage">
            <summary>
            The interface IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest">
            <summary>
            The interface IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionPage">
            <summary>
            The interface IManagedAppRegistrationIntendedPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest">
            <summary>
            The interface IManagedAppRegistrationIntendedPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/> for the specified ManagedAppPolicy.
            </summary>
            <param name="id">The ID for the ManagedAppPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionPage">
            <summary>
            The interface IManagedAppRegistrationOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest">
            <summary>
            The interface IManagedAppRegistrationOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppOperation)">
            <summary>
            Adds the specified ManagedAppOperation to the collection via POST.
            </summary>
            <param name="managedAppOperation">The ManagedAppOperation to add.</param>
            <returns>The created ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppOperation to the collection via POST.
            </summary>
            <param name="managedAppOperation">The ManagedAppOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppOperationRequestBuilder"/> for the specified ManagedAppOperation.
            </summary>
            <param name="id">The ID for the ManagedAppOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationReferenceRequest">
            <summary>
            The interface IManagedAppRegistrationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppRegistration reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified ManagedAppRegistration reference.
            </summary>
            <param name="id">The ManagedAppRegistration reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedAppRegistration reference.
            </summary>
            <param name="id">The ManagedAppRegistration reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationReferenceRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationRequest">
            <summary>
            The interface IManagedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.ManagedAppRegistration)">
            <summary>
            Creates the specified ManagedAppRegistration using PUT.
            </summary>
            <param name="managedAppRegistrationToCreate">The ManagedAppRegistration to create.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppRegistration using PUT.
            </summary>
            <param name="managedAppRegistrationToCreate">The ManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppRegistration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppRegistration.
            </summary>
            <returns>The ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.ManagedAppRegistration)">
            <summary>
            Updates the specified ManagedAppRegistration using PATCH.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration to update.</param>
            <returns>The updated ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PATCH.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationRequestBuilder.AppliedPolicies">
            <summary>
            Gets the request builder for AppliedPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationRequestBuilder.IntendedPolicies">
            <summary>
            Gets the request builder for IntendedPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest">
            <summary>
            The interface IManagedAppRegistrationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppRegistration.
            </summary>
            <returns>The ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder">
            <summary>
            The interface IManagedAppRegistrationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the managedAppRegistration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRequest">
            <summary>
            The interface IManagedAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.CreateAsync(Microsoft.Graph.ManagedApp)">
            <summary>
            Creates the specified ManagedApp using PUT.
            </summary>
            <param name="managedAppToCreate">The ManagedApp to create.</param>
            <returns>The created ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.CreateAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedApp using PUT.
            </summary>
            <param name="managedAppToCreate">The ManagedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedApp.
            </summary>
            <returns>The ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.UpdateAsync(Microsoft.Graph.ManagedApp)">
            <summary>
            Updates the specified ManagedApp using PATCH.
            </summary>
            <param name="managedAppToUpdate">The ManagedApp to update.</param>
            <returns>The updated ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.UpdateAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedApp using PATCH.
            </summary>
            <param name="managedAppToUpdate">The ManagedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppRequestBuilder">
            <summary>
            The interface IManagedAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppStatusRawRequest">
            <summary>
            The interface IManagedAppStatusRawRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.CreateAsync(Microsoft.Graph.ManagedAppStatusRaw)">
            <summary>
            Creates the specified ManagedAppStatusRaw using PUT.
            </summary>
            <param name="managedAppStatusRawToCreate">The ManagedAppStatusRaw to create.</param>
            <returns>The created ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.CreateAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppStatusRaw using PUT.
            </summary>
            <param name="managedAppStatusRawToCreate">The ManagedAppStatusRaw to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppStatusRaw.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppStatusRaw.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppStatusRaw.
            </summary>
            <returns>The ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppStatusRaw.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.UpdateAsync(Microsoft.Graph.ManagedAppStatusRaw)">
            <summary>
            Updates the specified ManagedAppStatusRaw using PATCH.
            </summary>
            <param name="managedAppStatusRawToUpdate">The ManagedAppStatusRaw to update.</param>
            <returns>The updated ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.UpdateAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatusRaw using PATCH.
            </summary>
            <param name="managedAppStatusRawToUpdate">The ManagedAppStatusRaw to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatusRaw,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatusRaw,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppStatusRawRequestBuilder">
            <summary>
            The interface IManagedAppStatusRawRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRawRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppStatusRequest">
            <summary>
            The interface IManagedAppStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.CreateAsync(Microsoft.Graph.ManagedAppStatus)">
            <summary>
            Creates the specified ManagedAppStatus using PUT.
            </summary>
            <param name="managedAppStatusToCreate">The ManagedAppStatus to create.</param>
            <returns>The created ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.CreateAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppStatus using PUT.
            </summary>
            <param name="managedAppStatusToCreate">The ManagedAppStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppStatus.
            </summary>
            <returns>The ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.UpdateAsync(Microsoft.Graph.ManagedAppStatus)">
            <summary>
            Updates the specified ManagedAppStatus using PATCH.
            </summary>
            <param name="managedAppStatusToUpdate">The ManagedAppStatus to update.</param>
            <returns>The updated ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.UpdateAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatus using PATCH.
            </summary>
            <param name="managedAppStatusToUpdate">The ManagedAppStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedAppStatusRequestBuilder">
            <summary>
            The interface IManagedAppStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedAppStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceBypassActivationLockRequest">
            <summary>
            The interface IManagedDeviceBypassActivationLockRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceBypassActivationLockRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceBypassActivationLockRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceBypassActivationLockRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceBypassActivationLockRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceBypassActivationLockRequestBuilder">
            <summary>
            The interface IManagedDeviceBypassActivationLockRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceBypassActivationLockRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequest">
            <summary>
            The interface IManagedDeviceCleanWindowsDeviceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequestBuilder">
            <summary>
            The interface IManagedDeviceCleanWindowsDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequest">
            <summary>
            The interface IManagedDeviceDeleteUserFromSharedAppleDeviceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder">
            <summary>
            The interface IManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionPage">
            <summary>
            The interface IManagedDeviceDeviceCompliancePolicyStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest">
            <summary>
            The interface IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicyState)">
            <summary>
            Adds the specified DeviceCompliancePolicyState to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicyState">The DeviceCompliancePolicyState to add.</param>
            <returns>The created DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicyState to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicyState">The DeviceCompliancePolicyState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder">
            <summary>
            The interface IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder"/> for the specified DeviceCompliancePolicyState.
            </summary>
            <param name="id">The ID for the DeviceCompliancePolicyState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionPage">
            <summary>
            The interface IManagedDeviceDeviceConfigurationStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest">
            <summary>
            The interface IManagedDeviceDeviceConfigurationStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationState)">
            <summary>
            Adds the specified DeviceConfigurationState to the collection via POST.
            </summary>
            <param name="deviceConfigurationState">The DeviceConfigurationState to add.</param>
            <returns>The created DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationState to the collection via POST.
            </summary>
            <param name="deviceConfigurationState">The DeviceConfigurationState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder">
            <summary>
            The interface IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder"/> for the specified DeviceConfigurationState.
            </summary>
            <param name="id">The ID for the DeviceConfigurationState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDisableLostModeRequest">
            <summary>
            The interface IManagedDeviceDisableLostModeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDisableLostModeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDisableLostModeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDisableLostModeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDisableLostModeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceDisableLostModeRequestBuilder">
            <summary>
            The interface IManagedDeviceDisableLostModeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceDisableLostModeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceLocateDeviceRequest">
            <summary>
            The interface IManagedDeviceLocateDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLocateDeviceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLocateDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLocateDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLocateDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceLocateDeviceRequestBuilder">
            <summary>
            The interface IManagedDeviceLocateDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLocateDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequest">
            <summary>
            The interface IManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder">
            <summary>
            The interface IManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationAssignment using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToCreate">The ManagedDeviceMobileAppConfigurationAssignment to create.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationAssignment using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToCreate">The ManagedDeviceMobileAppConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <returns>The ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationAssignment using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToUpdate">The ManagedDeviceMobileAppConfigurationAssignment to update.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationAssignment using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToUpdate">The ManagedDeviceMobileAppConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionPage">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationAssignment to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignment">The ManagedDeviceMobileAppConfigurationAssignment to add.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationAssignment to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignment">The ManagedDeviceMobileAppConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder"/> for the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfigurationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationDeviceStatus to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatus">The ManagedDeviceMobileAppConfigurationDeviceStatus to add.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationDeviceStatus to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatus">The ManagedDeviceMobileAppConfigurationDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder"/> for the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfigurationDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToCreate">The ManagedDeviceMobileAppConfigurationDeviceStatus to create.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToCreate">The ManagedDeviceMobileAppConfigurationDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <returns>The ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToUpdate">The ManagedDeviceMobileAppConfigurationDeviceStatus to update.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToUpdate">The ManagedDeviceMobileAppConfigurationDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToCreate">The ManagedDeviceMobileAppConfigurationDeviceSummary to create.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToCreate">The ManagedDeviceMobileAppConfigurationDeviceSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceSummary.
            </summary>
            <returns>The ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToUpdate">The ManagedDeviceMobileAppConfigurationDeviceSummary to update.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToUpdate">The ManagedDeviceMobileAppConfigurationDeviceSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfiguration using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToCreate">The ManagedDeviceMobileAppConfiguration to create.</param>
            <returns>The created ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfiguration using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToCreate">The ManagedDeviceMobileAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <returns>The ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfiguration using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToUpdate">The ManagedDeviceMobileAppConfiguration to update.</param>
            <returns>The updated ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfiguration using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToUpdate">The ManagedDeviceMobileAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.DeviceStatuses">
            <summary>
            Gets the request builder for DeviceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.UserStatuses">
            <summary>
            Gets the request builder for UserStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.DeviceStatusSummary">
            <summary>
            Gets the request builder for DeviceStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationRequestBuilder.UserStatusSummary">
            <summary>
            Gets the request builder for UserStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionPage">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationUserStatus to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatus">The ManagedDeviceMobileAppConfigurationUserStatus to add.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationUserStatus to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatus">The ManagedDeviceMobileAppConfigurationUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder"/> for the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfigurationUserStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserStatus using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToCreate">The ManagedDeviceMobileAppConfigurationUserStatus to create.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserStatus using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToCreate">The ManagedDeviceMobileAppConfigurationUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <returns>The ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserStatus using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToUpdate">The ManagedDeviceMobileAppConfigurationUserStatus to update.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserStatus using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToUpdate">The ManagedDeviceMobileAppConfigurationUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserSummary using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToCreate">The ManagedDeviceMobileAppConfigurationUserSummary to create.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserSummary using PUT.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToCreate">The ManagedDeviceMobileAppConfigurationUserSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserSummary.
            </summary>
            <returns>The ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserSummary using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToUpdate">The ManagedDeviceMobileAppConfigurationUserSummary to update.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserSummary using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToUpdate">The ManagedDeviceMobileAppConfigurationUserSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder">
            <summary>
            The interface IManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceOverviewReferenceRequest">
            <summary>
            The interface IManagedDeviceOverviewReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceOverview reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified ManagedDeviceOverview reference.
            </summary>
            <param name="id">The ManagedDeviceOverview reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedDeviceOverview reference.
            </summary>
            <param name="id">The ManagedDeviceOverview reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceOverviewReferenceRequestBuilder">
            <summary>
            The interface IManagedDeviceOverviewReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceOverviewRequest">
            <summary>
            The interface IManagedDeviceOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.CreateAsync(Microsoft.Graph.ManagedDeviceOverview)">
            <summary>
            Creates the specified ManagedDeviceOverview using PUT.
            </summary>
            <param name="managedDeviceOverviewToCreate">The ManagedDeviceOverview to create.</param>
            <returns>The created ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.CreateAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceOverview using PUT.
            </summary>
            <param name="managedDeviceOverviewToCreate">The ManagedDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceOverview.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceOverview.
            </summary>
            <returns>The ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceOverview)">
            <summary>
            Updates the specified ManagedDeviceOverview using PATCH.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview to update.</param>
            <returns>The updated ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PATCH.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceOverviewRequestBuilder">
            <summary>
            The interface IManagedDeviceOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest">
            <summary>
            The interface IManagedDeviceOverviewWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceOverview.
            </summary>
            <returns>The ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequestBuilder">
            <summary>
            The interface IManagedDeviceOverviewWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceOverviewWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the managedDeviceOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceOverviewReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRebootNowRequest">
            <summary>
            The interface IManagedDeviceRebootNowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRebootNowRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRebootNowRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRebootNowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRebootNowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRebootNowRequestBuilder">
            <summary>
            The interface IManagedDeviceRebootNowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRebootNowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequest">
            <summary>
            The interface IManagedDeviceRecoverPasscodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequestBuilder">
            <summary>
            The interface IManagedDeviceRecoverPasscodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceReferenceRequest">
            <summary>
            The interface IManagedDeviceReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDevice reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified ManagedDevice reference.
            </summary>
            <param name="id">The ManagedDevice reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedDevice reference.
            </summary>
            <param name="id">The ManagedDevice reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceReferenceRequestBuilder">
            <summary>
            The interface IManagedDeviceReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRemoteLockRequest">
            <summary>
            The interface IManagedDeviceRemoteLockRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRemoteLockRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRemoteLockRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRemoteLockRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRemoteLockRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRemoteLockRequestBuilder">
            <summary>
            The interface IManagedDeviceRemoteLockRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRemoteLockRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRequest">
            <summary>
            The interface IManagedDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.CreateAsync(Microsoft.Graph.ManagedDevice)">
            <summary>
            Creates the specified ManagedDevice using PUT.
            </summary>
            <param name="managedDeviceToCreate">The ManagedDevice to create.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.CreateAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDevice using PUT.
            </summary>
            <param name="managedDeviceToCreate">The ManagedDevice to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDevice.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.GetAsync">
            <summary>
            Gets the specified ManagedDevice.
            </summary>
            <returns>The ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.UpdateAsync(Microsoft.Graph.ManagedDevice)">
            <summary>
            Updates the specified ManagedDevice using PATCH.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice to update.</param>
            <returns>The updated ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.UpdateAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PATCH.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRequestBuilder">
            <summary>
            The interface IManagedDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceRequestBuilder.DeviceConfigurationStates">
            <summary>
            Gets the request builder for DeviceConfigurationStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceRequestBuilder.DeviceCategory">
            <summary>
            Gets the request builder for DeviceCategory.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceRequestBuilder.DeviceCompliancePolicyStates">
            <summary>
            Gets the request builder for DeviceCompliancePolicyStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.Retire">
            <summary>
            Gets the request builder for ManagedDeviceRetire.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRetireRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.Wipe(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String)">
            <summary>
            Gets the request builder for ManagedDeviceWipe.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWipeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.ResetPasscode">
            <summary>
            Gets the request builder for ManagedDeviceResetPasscode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceResetPasscodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.RemoteLock">
            <summary>
            Gets the request builder for ManagedDeviceRemoteLock.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRemoteLockRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.RequestRemoteAssistance">
            <summary>
            Gets the request builder for ManagedDeviceRequestRemoteAssistance.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.DisableLostMode">
            <summary>
            Gets the request builder for ManagedDeviceDisableLostMode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDisableLostModeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.LocateDevice">
            <summary>
            Gets the request builder for ManagedDeviceLocateDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceLocateDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.BypassActivationLock">
            <summary>
            Gets the request builder for ManagedDeviceBypassActivationLock.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceBypassActivationLockRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.RebootNow">
            <summary>
            Gets the request builder for ManagedDeviceRebootNow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRebootNowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.ShutDown">
            <summary>
            Gets the request builder for ManagedDeviceShutDown.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceShutDownRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.RecoverPasscode">
            <summary>
            Gets the request builder for ManagedDeviceRecoverPasscode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.CleanWindowsDevice(System.Boolean)">
            <summary>
            Gets the request builder for ManagedDeviceCleanWindowsDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.LogoutSharedAppleDeviceActiveUser">
            <summary>
            Gets the request builder for ManagedDeviceLogoutSharedAppleDeviceActiveUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.DeleteUserFromSharedAppleDevice(System.String)">
            <summary>
            Gets the request builder for ManagedDeviceDeleteUserFromSharedAppleDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.SyncDevice">
            <summary>
            Gets the request builder for ManagedDeviceSyncDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceSyncDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.WindowsDefenderScan(System.Boolean)">
            <summary>
            Gets the request builder for ManagedDeviceWindowsDefenderScan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.WindowsDefenderUpdateSignatures">
            <summary>
            Gets the request builder for ManagedDeviceWindowsDefenderUpdateSignatures.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestBuilder.UpdateWindowsDeviceAccount(Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter)">
            <summary>
            Gets the request builder for ManagedDeviceUpdateWindowsDeviceAccount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequest">
            <summary>
            The interface IManagedDeviceRequestRemoteAssistanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequestBuilder">
            <summary>
            The interface IManagedDeviceRequestRemoteAssistanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceResetPasscodeRequest">
            <summary>
            The interface IManagedDeviceResetPasscodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceResetPasscodeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceResetPasscodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceResetPasscodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceResetPasscodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceResetPasscodeRequestBuilder">
            <summary>
            The interface IManagedDeviceResetPasscodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceResetPasscodeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRetireRequest">
            <summary>
            The interface IManagedDeviceRetireRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRetireRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRetireRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRetireRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRetireRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceRetireRequestBuilder">
            <summary>
            The interface IManagedDeviceRetireRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceRetireRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceShutDownRequest">
            <summary>
            The interface IManagedDeviceShutDownRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceShutDownRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceShutDownRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceShutDownRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceShutDownRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceShutDownRequestBuilder">
            <summary>
            The interface IManagedDeviceShutDownRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceShutDownRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceSyncDeviceRequest">
            <summary>
            The interface IManagedDeviceSyncDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceSyncDeviceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceSyncDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceSyncDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceSyncDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceSyncDeviceRequestBuilder">
            <summary>
            The interface IManagedDeviceSyncDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceSyncDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequest">
            <summary>
            The interface IManagedDeviceUpdateWindowsDeviceAccountRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequestBuilder">
            <summary>
            The interface IManagedDeviceUpdateWindowsDeviceAccountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequest">
            <summary>
            The interface IManagedDeviceWindowsDefenderScanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequestBuilder">
            <summary>
            The interface IManagedDeviceWindowsDefenderScanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequest">
            <summary>
            The interface IManagedDeviceWindowsDefenderUpdateSignaturesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder">
            <summary>
            The interface IManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWipeRequest">
            <summary>
            The interface IManagedDeviceWipeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceWipeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWipeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWipeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWipeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWipeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWipeRequestBuilder">
            <summary>
            The interface IManagedDeviceWipeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWipeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWithReferenceRequest">
            <summary>
            The interface IManagedDeviceWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified ManagedDevice.
            </summary>
            <returns>The ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder">
            <summary>
            The interface IManagedDeviceWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedDeviceWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the managedDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignmentRequest">
            <summary>
            The interface IManagedEBookAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.CreateAsync(Microsoft.Graph.ManagedEBookAssignment)">
            <summary>
            Creates the specified ManagedEBookAssignment using PUT.
            </summary>
            <param name="managedEBookAssignmentToCreate">The ManagedEBookAssignment to create.</param>
            <returns>The created ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.CreateAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedEBookAssignment using PUT.
            </summary>
            <param name="managedEBookAssignmentToCreate">The ManagedEBookAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedEBookAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.GetAsync">
            <summary>
            Gets the specified ManagedEBookAssignment.
            </summary>
            <returns>The ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.UpdateAsync(Microsoft.Graph.ManagedEBookAssignment)">
            <summary>
            Updates the specified ManagedEBookAssignment using PATCH.
            </summary>
            <param name="managedEBookAssignmentToUpdate">The ManagedEBookAssignment to update.</param>
            <returns>The updated ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.UpdateAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBookAssignment using PATCH.
            </summary>
            <param name="managedEBookAssignmentToUpdate">The ManagedEBookAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder">
            <summary>
            The interface IManagedEBookAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionPage">
            <summary>
            The interface IManagedEBookAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest">
            <summary>
            The interface IManagedEBookAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.ManagedEBookAssignment)">
            <summary>
            Adds the specified ManagedEBookAssignment to the collection via POST.
            </summary>
            <param name="managedEBookAssignment">The ManagedEBookAssignment to add.</param>
            <returns>The created ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedEBookAssignment to the collection via POST.
            </summary>
            <param name="managedEBookAssignment">The ManagedEBookAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IManagedEBookAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder"/> for the specified ManagedEBookAssignment.
            </summary>
            <param name="id">The ID for the ManagedEBookAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignRequest">
            <summary>
            The interface IManagedEBookAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookAssignRequestBuilder">
            <summary>
            The interface IManagedEBookAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionPage">
            <summary>
            The interface IManagedEBookDeviceStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookDeviceStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest">
            <summary>
            The interface IManagedEBookDeviceStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceInstallState)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequestBuilder">
            <summary>
            The interface IManagedEBookDeviceStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/> for the specified DeviceInstallState.
            </summary>
            <param name="id">The ID for the DeviceInstallState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookRequest">
            <summary>
            The interface IManagedEBookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.CreateAsync(Microsoft.Graph.ManagedEBook)">
            <summary>
            Creates the specified ManagedEBook using PUT.
            </summary>
            <param name="managedEBookToCreate">The ManagedEBook to create.</param>
            <returns>The created ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.CreateAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedEBook using PUT.
            </summary>
            <param name="managedEBookToCreate">The ManagedEBook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedEBook.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.GetAsync">
            <summary>
            Gets the specified ManagedEBook.
            </summary>
            <returns>The ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.UpdateAsync(Microsoft.Graph.ManagedEBook)">
            <summary>
            Updates the specified ManagedEBook using PATCH.
            </summary>
            <param name="managedEBookToUpdate">The ManagedEBook to update.</param>
            <returns>The updated ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.UpdateAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBook using PATCH.
            </summary>
            <param name="managedEBookToUpdate">The ManagedEBook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookRequestBuilder">
            <summary>
            The interface IManagedEBookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookRequestBuilder.InstallSummary">
            <summary>
            Gets the request builder for InstallSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEBookInstallSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookRequestBuilder.DeviceStates">
            <summary>
            Gets the request builder for DeviceStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookRequestBuilder.UserStateSummary">
            <summary>
            Gets the request builder for UserStateSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedEBookAssignment})">
            <summary>
            Gets the request builder for ManagedEBookAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionPage">
            <summary>
            The interface IManagedEBookUserStateSummaryCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest">
            <summary>
            The interface IManagedEBookUserStateSummaryCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.AddAsync(Microsoft.Graph.UserInstallStateSummary)">
            <summary>
            Adds the specified UserInstallStateSummary to the collection via POST.
            </summary>
            <param name="userInstallStateSummary">The UserInstallStateSummary to add.</param>
            <returns>The created UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.AddAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserInstallStateSummary to the collection via POST.
            </summary>
            <param name="userInstallStateSummary">The UserInstallStateSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequestBuilder">
            <summary>
            The interface IManagedEBookUserStateSummaryCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder"/> for the specified UserInstallStateSummary.
            </summary>
            <param name="id">The ID for the UserInstallStateSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedIOSLobAppRequest">
            <summary>
            The interface IManagedIOSLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.CreateAsync(Microsoft.Graph.ManagedIOSLobApp)">
            <summary>
            Creates the specified ManagedIOSLobApp using PUT.
            </summary>
            <param name="managedIOSLobAppToCreate">The ManagedIOSLobApp to create.</param>
            <returns>The created ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.CreateAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedIOSLobApp using PUT.
            </summary>
            <param name="managedIOSLobAppToCreate">The ManagedIOSLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedIOSLobApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedIOSLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedIOSLobApp.
            </summary>
            <returns>The ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedIOSLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedIOSLobApp)">
            <summary>
            Updates the specified ManagedIOSLobApp using PATCH.
            </summary>
            <param name="managedIOSLobAppToUpdate">The ManagedIOSLobApp to update.</param>
            <returns>The updated ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSLobApp using PATCH.
            </summary>
            <param name="managedIOSLobAppToUpdate">The ManagedIOSLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedIOSLobAppRequestBuilder">
            <summary>
            The interface IManagedIOSLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedIOSStoreAppRequest">
            <summary>
            The interface IManagedIOSStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.CreateAsync(Microsoft.Graph.ManagedIOSStoreApp)">
            <summary>
            Creates the specified ManagedIOSStoreApp using PUT.
            </summary>
            <param name="managedIOSStoreAppToCreate">The ManagedIOSStoreApp to create.</param>
            <returns>The created ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.CreateAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedIOSStoreApp using PUT.
            </summary>
            <param name="managedIOSStoreAppToCreate">The ManagedIOSStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedIOSStoreApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedIOSStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedIOSStoreApp.
            </summary>
            <returns>The ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedIOSStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.UpdateAsync(Microsoft.Graph.ManagedIOSStoreApp)">
            <summary>
            Updates the specified ManagedIOSStoreApp using PATCH.
            </summary>
            <param name="managedIOSStoreAppToUpdate">The ManagedIOSStoreApp to update.</param>
            <returns>The updated ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.UpdateAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSStoreApp using PATCH.
            </summary>
            <param name="managedIOSStoreAppToUpdate">The ManagedIOSStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedIOSStoreAppRequestBuilder">
            <summary>
            The interface IManagedIOSStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedIOSStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileAppRequest">
            <summary>
            The interface IManagedMobileAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.CreateAsync(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Creates the specified ManagedMobileApp using PUT.
            </summary>
            <param name="managedMobileAppToCreate">The ManagedMobileApp to create.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.CreateAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedMobileApp using PUT.
            </summary>
            <param name="managedMobileAppToCreate">The ManagedMobileApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedMobileApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedMobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedMobileApp.
            </summary>
            <returns>The ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedMobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.UpdateAsync(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Updates the specified ManagedMobileApp using PATCH.
            </summary>
            <param name="managedMobileAppToUpdate">The ManagedMobileApp to update.</param>
            <returns>The updated ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.UpdateAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileApp using PATCH.
            </summary>
            <param name="managedMobileAppToUpdate">The ManagedMobileApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileAppRequestBuilder">
            <summary>
            The interface IManagedMobileAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionPage">
            <summary>
            The interface IManagedMobileLobAppContentVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest">
            <summary>
            The interface IManagedMobileLobAppContentVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContent)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequestBuilder">
            <summary>
            The interface IManagedMobileLobAppContentVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/> for the specified MobileAppContent.
            </summary>
            <param name="id">The ID for the MobileAppContent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileLobAppRequest">
            <summary>
            The interface IManagedMobileLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.CreateAsync(Microsoft.Graph.ManagedMobileLobApp)">
            <summary>
            Creates the specified ManagedMobileLobApp using PUT.
            </summary>
            <param name="managedMobileLobAppToCreate">The ManagedMobileLobApp to create.</param>
            <returns>The created ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.CreateAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedMobileLobApp using PUT.
            </summary>
            <param name="managedMobileLobAppToCreate">The ManagedMobileLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedMobileLobApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedMobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedMobileLobApp.
            </summary>
            <returns>The ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedMobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedMobileLobApp)">
            <summary>
            Updates the specified ManagedMobileLobApp using PATCH.
            </summary>
            <param name="managedMobileLobAppToUpdate">The ManagedMobileLobApp to update.</param>
            <returns>The updated ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileLobApp using PATCH.
            </summary>
            <param name="managedMobileLobAppToUpdate">The ManagedMobileLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IManagedMobileLobAppRequestBuilder">
            <summary>
            The interface IManagedMobileLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IManagedMobileLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IManagedMobileLobAppRequestBuilder.ContentVersions">
            <summary>
            Gets the request builder for ContentVersions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest">
            <summary>
            The interface IMdmWindowsInformationProtectionPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.CreateAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy)">
            <summary>
            Creates the specified MdmWindowsInformationProtectionPolicy using PUT.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToCreate">The MdmWindowsInformationProtectionPolicy to create.</param>
            <returns>The created MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.CreateAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MdmWindowsInformationProtectionPolicy using PUT.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToCreate">The MdmWindowsInformationProtectionPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.GetAsync">
            <summary>
            Gets the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <returns>The MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.UpdateAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy)">
            <summary>
            Updates the specified MdmWindowsInformationProtectionPolicy using PATCH.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToUpdate">The MdmWindowsInformationProtectionPolicy to update.</param>
            <returns>The updated MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.UpdateAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MdmWindowsInformationProtectionPolicy using PATCH.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToUpdate">The MdmWindowsInformationProtectionPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder">
            <summary>
            The interface IMdmWindowsInformationProtectionPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMdmWindowsInformationProtectionPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageAttachmentsCollectionPage">
            <summary>
            The interface IMessageAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMessageAttachmentsCollectionRequest">
            <summary>
            The interface IMessageAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageAttachmentsCollectionRequestBuilder">
            <summary>
            The interface IMessageAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/> for the specified Attachment.
            </summary>
            <param name="id">The ID for the Attachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCopyRequest">
            <summary>
            The interface IMessageCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCopyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCopyRequestBuilder">
            <summary>
            The interface IMessageCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCopyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCreateForwardRequest">
            <summary>
            The interface IMessageCreateForwardRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateForwardRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCreateForwardRequestBuilder">
            <summary>
            The interface IMessageCreateForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateForwardRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCreateReplyAllRequest">
            <summary>
            The interface IMessageCreateReplyAllRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyAllRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyAllRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyAllRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyAllRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCreateReplyAllRequestBuilder">
            <summary>
            The interface IMessageCreateReplyAllRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyAllRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCreateReplyRequest">
            <summary>
            The interface IMessageCreateReplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageCreateReplyRequestBuilder">
            <summary>
            The interface IMessageCreateReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageCreateReplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageDeltaCollectionPage">
            <summary>
            The interface IMessageDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMessageDeltaRequest">
            <summary>
            The interface IMessageDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageDeltaRequestBuilder">
            <summary>
            The interface IMessageDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageExtensionsCollectionPage">
            <summary>
            The interface IMessageExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMessageExtensionsCollectionRequest">
            <summary>
            The interface IMessageExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageExtensionsCollectionRequestBuilder">
            <summary>
            The interface IMessageExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageForwardRequest">
            <summary>
            The interface IMessageForwardRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageForwardRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageForwardRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageForwardRequestBuilder">
            <summary>
            The interface IMessageForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageForwardRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageMoveRequest">
            <summary>
            The interface IMessageMoveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageMoveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageMoveRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageMoveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMoveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMoveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageMoveRequestBuilder">
            <summary>
            The interface IMessageMoveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageMoveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IMessageMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IMessageMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IMessageMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageReplyAllRequest">
            <summary>
            The interface IMessageReplyAllRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageReplyAllRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyAllRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyAllRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyAllRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyAllRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageReplyAllRequestBuilder">
            <summary>
            The interface IMessageReplyAllRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyAllRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageReplyRequest">
            <summary>
            The interface IMessageReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageReplyRequestBuilder">
            <summary>
            The interface IMessageReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageReplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageRequest">
            <summary>
            The interface IMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.CreateAsync(Microsoft.Graph.Message)">
            <summary>
            Creates the specified Message using PUT.
            </summary>
            <param name="messageToCreate">The Message to create.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.CreateAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Message using PUT.
            </summary>
            <param name="messageToCreate">The Message to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.DeleteAsync">
            <summary>
            Deletes the specified Message.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Message.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.GetAsync">
            <summary>
            Gets the specified Message.
            </summary>
            <returns>The Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Message.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.UpdateAsync(Microsoft.Graph.Message)">
            <summary>
            Updates the specified Message using PATCH.
            </summary>
            <param name="messageToUpdate">The Message to update.</param>
            <returns>The updated Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.UpdateAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Message using PATCH.
            </summary>
            <param name="messageToUpdate">The Message to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageRequestBuilder">
            <summary>
            The interface IMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Copy(System.String)">
            <summary>
            Gets the request builder for MessageCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Move(System.String)">
            <summary>
            Gets the request builder for MessageMove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageMoveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.CreateReply">
            <summary>
            Gets the request builder for MessageCreateReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCreateReplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.CreateReplyAll">
            <summary>
            Gets the request builder for MessageCreateReplyAll.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCreateReplyAllRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.CreateForward">
            <summary>
            Gets the request builder for MessageCreateForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCreateForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Reply(System.String)">
            <summary>
            Gets the request builder for MessageReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageReplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.ReplyAll(System.String)">
            <summary>
            Gets the request builder for MessageReplyAll.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageReplyAllRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Forward(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient})">
            <summary>
            Gets the request builder for MessageForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRequestBuilder.Send">
            <summary>
            Gets the request builder for MessageSend.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageSendRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageRuleRequest">
            <summary>
            The interface IMessageRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.CreateAsync(Microsoft.Graph.MessageRule)">
            <summary>
            Creates the specified MessageRule using PUT.
            </summary>
            <param name="messageRuleToCreate">The MessageRule to create.</param>
            <returns>The created MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.CreateAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MessageRule using PUT.
            </summary>
            <param name="messageRuleToCreate">The MessageRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.DeleteAsync">
            <summary>
            Deletes the specified MessageRule.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MessageRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.GetAsync">
            <summary>
            Gets the specified MessageRule.
            </summary>
            <returns>The MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MessageRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.UpdateAsync(Microsoft.Graph.MessageRule)">
            <summary>
            Updates the specified MessageRule using PATCH.
            </summary>
            <param name="messageRuleToUpdate">The MessageRule to update.</param>
            <returns>The updated MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.UpdateAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MessageRule using PATCH.
            </summary>
            <param name="messageRuleToUpdate">The MessageRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageRuleRequestBuilder">
            <summary>
            The interface IMessageRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageSendRequest">
            <summary>
            The interface IMessageSendRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageSendRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageSendRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSendRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSendRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageSendRequestBuilder">
            <summary>
            The interface IMessageSendRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageSendRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IMessageSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IMessageSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IMessageSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest">
            <summary>
            The interface IMicrosoftStoreForBusinessAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.CreateAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp)">
            <summary>
            Creates the specified MicrosoftStoreForBusinessApp using PUT.
            </summary>
            <param name="microsoftStoreForBusinessAppToCreate">The MicrosoftStoreForBusinessApp to create.</param>
            <returns>The created MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.CreateAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftStoreForBusinessApp using PUT.
            </summary>
            <param name="microsoftStoreForBusinessAppToCreate">The MicrosoftStoreForBusinessApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.DeleteAsync">
            <summary>
            Deletes the specified MicrosoftStoreForBusinessApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftStoreForBusinessApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.GetAsync">
            <summary>
            Gets the specified MicrosoftStoreForBusinessApp.
            </summary>
            <returns>The MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftStoreForBusinessApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.UpdateAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp)">
            <summary>
            Updates the specified MicrosoftStoreForBusinessApp using PATCH.
            </summary>
            <param name="microsoftStoreForBusinessAppToUpdate">The MicrosoftStoreForBusinessApp to update.</param>
            <returns>The updated MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.UpdateAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftStoreForBusinessApp using PATCH.
            </summary>
            <param name="microsoftStoreForBusinessAppToUpdate">The MicrosoftStoreForBusinessApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequestBuilder">
            <summary>
            The interface IMicrosoftStoreForBusinessAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMicrosoftStoreForBusinessAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignmentRequest">
            <summary>
            The interface IMobileAppAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.CreateAsync(Microsoft.Graph.MobileAppAssignment)">
            <summary>
            Creates the specified MobileAppAssignment using PUT.
            </summary>
            <param name="mobileAppAssignmentToCreate">The MobileAppAssignment to create.</param>
            <returns>The created MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.CreateAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppAssignment using PUT.
            </summary>
            <param name="mobileAppAssignmentToCreate">The MobileAppAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileAppAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.GetAsync">
            <summary>
            Gets the specified MobileAppAssignment.
            </summary>
            <returns>The MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.UpdateAsync(Microsoft.Graph.MobileAppAssignment)">
            <summary>
            Updates the specified MobileAppAssignment using PATCH.
            </summary>
            <param name="mobileAppAssignmentToUpdate">The MobileAppAssignment to update.</param>
            <returns>The updated MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.UpdateAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppAssignment using PATCH.
            </summary>
            <param name="mobileAppAssignmentToUpdate">The MobileAppAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignmentRequestBuilder">
            <summary>
            The interface IMobileAppAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignmentsCollectionPage">
            <summary>
            The interface IMobileAppAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest">
            <summary>
            The interface IMobileAppAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppAssignment)">
            <summary>
            Adds the specified MobileAppAssignment to the collection via POST.
            </summary>
            <param name="mobileAppAssignment">The MobileAppAssignment to add.</param>
            <returns>The created MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppAssignment to the collection via POST.
            </summary>
            <param name="mobileAppAssignment">The MobileAppAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IMobileAppAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppAssignmentRequestBuilder"/> for the specified MobileAppAssignment.
            </summary>
            <param name="id">The ID for the MobileAppAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignRequest">
            <summary>
            The interface IMobileAppAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppAssignRequestBuilder">
            <summary>
            The interface IMobileAppAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoriesCollectionPage">
            <summary>
            The interface IMobileAppCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoriesCollectionRequest">
            <summary>
            The interface IMobileAppCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppCategory)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoriesCollectionRequestBuilder">
            <summary>
            The interface IMobileAppCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder"/> for the specified MobileAppCategory.
            </summary>
            <param name="id">The ID for the MobileAppCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoryRequest">
            <summary>
            The interface IMobileAppCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.CreateAsync(Microsoft.Graph.MobileAppCategory)">
            <summary>
            Creates the specified MobileAppCategory using PUT.
            </summary>
            <param name="mobileAppCategoryToCreate">The MobileAppCategory to create.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.CreateAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppCategory using PUT.
            </summary>
            <param name="mobileAppCategoryToCreate">The MobileAppCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileAppCategory.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.GetAsync">
            <summary>
            Gets the specified MobileAppCategory.
            </summary>
            <returns>The MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.UpdateAsync(Microsoft.Graph.MobileAppCategory)">
            <summary>
            Updates the specified MobileAppCategory using PATCH.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory to update.</param>
            <returns>The updated MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.UpdateAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PATCH.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder">
            <summary>
            The interface IMobileAppCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFileCommitRequest">
            <summary>
            The interface IMobileAppContentFileCommitRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppContentFileCommitRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileCommitRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileCommitRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileCommitRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileCommitRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFileCommitRequestBuilder">
            <summary>
            The interface IMobileAppContentFileCommitRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileCommitRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFileRenewUploadRequest">
            <summary>
            The interface IMobileAppContentFileRenewUploadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRenewUploadRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRenewUploadRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRenewUploadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRenewUploadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFileRenewUploadRequestBuilder">
            <summary>
            The interface IMobileAppContentFileRenewUploadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRenewUploadRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFileRequest">
            <summary>
            The interface IMobileAppContentFileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.CreateAsync(Microsoft.Graph.MobileAppContentFile)">
            <summary>
            Creates the specified MobileAppContentFile using PUT.
            </summary>
            <param name="mobileAppContentFileToCreate">The MobileAppContentFile to create.</param>
            <returns>The created MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.CreateAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppContentFile using PUT.
            </summary>
            <param name="mobileAppContentFileToCreate">The MobileAppContentFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileAppContentFile.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppContentFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.GetAsync">
            <summary>
            Gets the specified MobileAppContentFile.
            </summary>
            <returns>The MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppContentFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.UpdateAsync(Microsoft.Graph.MobileAppContentFile)">
            <summary>
            Updates the specified MobileAppContentFile using PATCH.
            </summary>
            <param name="mobileAppContentFileToUpdate">The MobileAppContentFile to update.</param>
            <returns>The updated MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.UpdateAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContentFile using PATCH.
            </summary>
            <param name="mobileAppContentFileToUpdate">The MobileAppContentFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFileRequestBuilder">
            <summary>
            The interface IMobileAppContentFileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequestBuilder.Commit(Microsoft.Graph.FileEncryptionInfo)">
            <summary>
            Gets the request builder for MobileAppContentFileCommit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFileCommitRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFileRequestBuilder.RenewUpload">
            <summary>
            Gets the request builder for MobileAppContentFileRenewUpload.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFileRenewUploadRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFilesCollectionPage">
            <summary>
            The interface IMobileAppContentFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppContentFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppContentFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFilesCollectionRequest">
            <summary>
            The interface IMobileAppContentFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContentFile)">
            <summary>
            Adds the specified MobileAppContentFile to the collection via POST.
            </summary>
            <param name="mobileAppContentFile">The MobileAppContentFile to add.</param>
            <returns>The created MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContentFile to the collection via POST.
            </summary>
            <param name="mobileAppContentFile">The MobileAppContentFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentFilesCollectionRequestBuilder">
            <summary>
            The interface IMobileAppContentFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppContentFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppContentFileRequestBuilder"/> for the specified MobileAppContentFile.
            </summary>
            <param name="id">The ID for the MobileAppContentFile.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentRequest">
            <summary>
            The interface IMobileAppContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.CreateAsync(Microsoft.Graph.MobileAppContent)">
            <summary>
            Creates the specified MobileAppContent using PUT.
            </summary>
            <param name="mobileAppContentToCreate">The MobileAppContent to create.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.CreateAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppContent using PUT.
            </summary>
            <param name="mobileAppContentToCreate">The MobileAppContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileAppContent.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.GetAsync">
            <summary>
            Gets the specified MobileAppContent.
            </summary>
            <returns>The MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.UpdateAsync(Microsoft.Graph.MobileAppContent)">
            <summary>
            Updates the specified MobileAppContent using PATCH.
            </summary>
            <param name="mobileAppContentToUpdate">The MobileAppContent to update.</param>
            <returns>The updated MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.UpdateAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContent using PATCH.
            </summary>
            <param name="mobileAppContentToUpdate">The MobileAppContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppContentRequestBuilder">
            <summary>
            The interface IMobileAppContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppContentRequestBuilder.Files">
            <summary>
            Gets the request builder for Files.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppRequest">
            <summary>
            The interface IMobileAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.CreateAsync(Microsoft.Graph.MobileApp)">
            <summary>
            Creates the specified MobileApp using PUT.
            </summary>
            <param name="mobileAppToCreate">The MobileApp to create.</param>
            <returns>The created MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.CreateAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileApp using PUT.
            </summary>
            <param name="mobileAppToCreate">The MobileApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.GetAsync">
            <summary>
            Gets the specified MobileApp.
            </summary>
            <returns>The MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.UpdateAsync(Microsoft.Graph.MobileApp)">
            <summary>
            Updates the specified MobileApp using PATCH.
            </summary>
            <param name="mobileAppToUpdate">The MobileApp to update.</param>
            <returns>The updated MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.UpdateAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileApp using PATCH.
            </summary>
            <param name="mobileAppToUpdate">The MobileApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileAppRequestBuilder">
            <summary>
            The interface IMobileAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppRequestBuilder.Categories">
            <summary>
            Gets the request builder for Categories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileAppRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileAppRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.MobileAppAssignment})">
            <summary>
            Gets the request builder for MobileAppAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionPage">
            <summary>
            The interface IMobileLobAppContentVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IMobileLobAppContentVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest">
            <summary>
            The interface IMobileLobAppContentVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContent)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequestBuilder">
            <summary>
            The interface IMobileLobAppContentVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/> for the specified MobileAppContent.
            </summary>
            <param name="id">The ID for the MobileAppContent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileLobAppRequest">
            <summary>
            The interface IMobileLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.CreateAsync(Microsoft.Graph.MobileLobApp)">
            <summary>
            Creates the specified MobileLobApp using PUT.
            </summary>
            <param name="mobileLobAppToCreate">The MobileLobApp to create.</param>
            <returns>The created MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.CreateAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileLobApp using PUT.
            </summary>
            <param name="mobileLobAppToCreate">The MobileLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileLobApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.GetAsync">
            <summary>
            Gets the specified MobileLobApp.
            </summary>
            <returns>The MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.UpdateAsync(Microsoft.Graph.MobileLobApp)">
            <summary>
            Updates the specified MobileLobApp using PATCH.
            </summary>
            <param name="mobileLobAppToUpdate">The MobileLobApp to update.</param>
            <returns>The updated MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.UpdateAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileLobApp using PATCH.
            </summary>
            <param name="mobileLobAppToUpdate">The MobileLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileLobAppRequestBuilder">
            <summary>
            The interface IMobileLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IMobileLobAppRequestBuilder.ContentVersions">
            <summary>
            Gets the request builder for ContentVersions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileThreatDefenseConnectorRequest">
            <summary>
            The interface IMobileThreatDefenseConnectorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.CreateAsync(Microsoft.Graph.MobileThreatDefenseConnector)">
            <summary>
            Creates the specified MobileThreatDefenseConnector using PUT.
            </summary>
            <param name="mobileThreatDefenseConnectorToCreate">The MobileThreatDefenseConnector to create.</param>
            <returns>The created MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.CreateAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileThreatDefenseConnector using PUT.
            </summary>
            <param name="mobileThreatDefenseConnectorToCreate">The MobileThreatDefenseConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileThreatDefenseConnector.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileThreatDefenseConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.GetAsync">
            <summary>
            Gets the specified MobileThreatDefenseConnector.
            </summary>
            <returns>The MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileThreatDefenseConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.UpdateAsync(Microsoft.Graph.MobileThreatDefenseConnector)">
            <summary>
            Updates the specified MobileThreatDefenseConnector using PATCH.
            </summary>
            <param name="mobileThreatDefenseConnectorToUpdate">The MobileThreatDefenseConnector to update.</param>
            <returns>The updated MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.UpdateAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileThreatDefenseConnector using PATCH.
            </summary>
            <param name="mobileThreatDefenseConnectorToUpdate">The MobileThreatDefenseConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder">
            <summary>
            The interface IMobileThreatDefenseConnectorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMobileThreatDefenseConnectorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest">
            <summary>
            The interface IMultiValueLegacyExtendedPropertyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.CreateAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Creates the specified MultiValueLegacyExtendedProperty using PUT.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToCreate">The MultiValueLegacyExtendedProperty to create.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.CreateAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MultiValueLegacyExtendedProperty using PUT.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToCreate">The MultiValueLegacyExtendedProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.DeleteAsync">
            <summary>
            Deletes the specified MultiValueLegacyExtendedProperty.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.GetAsync">
            <summary>
            Gets the specified MultiValueLegacyExtendedProperty.
            </summary>
            <returns>The MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.UpdateAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Updates the specified MultiValueLegacyExtendedProperty using PATCH.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToUpdate">The MultiValueLegacyExtendedProperty to update.</param>
            <returns>The updated MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.UpdateAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MultiValueLegacyExtendedProperty using PATCH.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToUpdate">The MultiValueLegacyExtendedProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder">
            <summary>
            The interface IMultiValueLegacyExtendedPropertyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverrideRequest">
            <summary>
            The type InferenceClassificationOverrideRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new InferenceClassificationOverrideRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.CreateAsync(Microsoft.Graph.InferenceClassificationOverride)">
            <summary>
            Creates the specified InferenceClassificationOverride using POST.
            </summary>
            <param name="inferenceClassificationOverrideToCreate">The InferenceClassificationOverride to create.</param>
            <returns>The created InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.CreateAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InferenceClassificationOverride using POST.
            </summary>
            <param name="inferenceClassificationOverrideToCreate">The InferenceClassificationOverride to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.DeleteAsync">
            <summary>
            Deletes the specified InferenceClassificationOverride.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InferenceClassificationOverride.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.GetAsync">
            <summary>
            Gets the specified InferenceClassificationOverride.
            </summary>
            <returns>The InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InferenceClassificationOverride.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.UpdateAsync(Microsoft.Graph.InferenceClassificationOverride)">
            <summary>
            Updates the specified InferenceClassificationOverride using PATCH.
            </summary>
            <param name="inferenceClassificationOverrideToUpdate">The InferenceClassificationOverride to update.</param>
            <returns>The updated InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.UpdateAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassificationOverride using PATCH.
            </summary>
            <param name="inferenceClassificationOverrideToUpdate">The InferenceClassificationOverride to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequest.InitializeCollectionProperties(Microsoft.Graph.InferenceClassificationOverride)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="inferenceClassificationOverrideToInitialize">The <see cref="T:Microsoft.Graph.InferenceClassificationOverride"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverrideRequestBuilder">
            <summary>
            The type InferenceClassificationOverrideRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new InferenceClassificationOverrideRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverrideRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverridesCollectionPage">
            <summary>
            The type InferenceClassificationOverridesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationOverridesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest">
            <summary>
            The type InferenceClassificationOverridesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new InferenceClassificationOverridesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.AddAsync(Microsoft.Graph.InferenceClassificationOverride)">
            <summary>
            Adds the specified InferenceClassificationOverride to the collection via POST.
            </summary>
            <param name="inferenceClassificationOverride">The InferenceClassificationOverride to add.</param>
            <returns>The created InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.AddAsync(Microsoft.Graph.InferenceClassificationOverride,System.Threading.CancellationToken)">
            <summary>
            Adds the specified InferenceClassificationOverride to the collection via POST.
            </summary>
            <param name="inferenceClassificationOverride">The InferenceClassificationOverride to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InferenceClassificationOverride.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassificationOverride,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverridesCollectionRequestBuilder">
            <summary>
            The type InferenceClassificationOverridesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new InferenceClassificationOverridesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationOverridesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationOverridesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder"/> for the specified InferenceClassificationInferenceClassificationOverride.
            </summary>
            <param name="id">The ID for the InferenceClassificationInferenceClassificationOverride.</param>
            <returns>The <see cref="T:Microsoft.Graph.IInferenceClassificationOverrideRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationOverridesCollectionResponse">
            <summary>
            The type InferenceClassificationOverridesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationOverridesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationOverridesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationRequest">
            <summary>
            The type InferenceClassificationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new InferenceClassificationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.CreateAsync(Microsoft.Graph.InferenceClassification)">
            <summary>
            Creates the specified InferenceClassification using POST.
            </summary>
            <param name="inferenceClassificationToCreate">The InferenceClassification to create.</param>
            <returns>The created InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.CreateAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Creates the specified InferenceClassification using POST.
            </summary>
            <param name="inferenceClassificationToCreate">The InferenceClassification to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.DeleteAsync">
            <summary>
            Deletes the specified InferenceClassification.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified InferenceClassification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.GetAsync">
            <summary>
            Gets the specified InferenceClassification.
            </summary>
            <returns>The InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified InferenceClassification.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.UpdateAsync(Microsoft.Graph.InferenceClassification)">
            <summary>
            Updates the specified InferenceClassification using PATCH.
            </summary>
            <param name="inferenceClassificationToUpdate">The InferenceClassification to update.</param>
            <returns>The updated InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.UpdateAsync(Microsoft.Graph.InferenceClassification,System.Threading.CancellationToken)">
            <summary>
            Updates the specified InferenceClassification using PATCH.
            </summary>
            <param name="inferenceClassificationToUpdate">The InferenceClassification to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated InferenceClassification.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassification,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.InferenceClassification,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequest.InitializeCollectionProperties(Microsoft.Graph.InferenceClassification)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="inferenceClassificationToInitialize">The <see cref="T:Microsoft.Graph.InferenceClassification"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.InferenceClassificationRequestBuilder">
            <summary>
            The type InferenceClassificationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new InferenceClassificationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InferenceClassificationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.InferenceClassificationRequestBuilder.Overrides">
            <summary>
            Gets the request builder for Overrides.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IInferenceClassificationOverridesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookCopyNotebookRequest">
            <summary>
            The interface INotebookCopyNotebookRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.INotebookCopyNotebookRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookCopyNotebookRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookCopyNotebookRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookCopyNotebookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookCopyNotebookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookCopyNotebookRequestBuilder">
            <summary>
            The interface INotebookCopyNotebookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookCopyNotebookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookGetRecentNotebooksCollectionPage">
            <summary>
            The interface INotebookGetRecentNotebooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.INotebookGetRecentNotebooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotebookGetRecentNotebooksRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.INotebookGetRecentNotebooksRequest">
            <summary>
            The interface INotebookGetRecentNotebooksRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookGetRecentNotebooksRequestBuilder">
            <summary>
            The interface INotebookGetRecentNotebooksRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookGetRecentNotebooksRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookRequest">
            <summary>
            The interface INotebookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.CreateAsync(Microsoft.Graph.Notebook)">
            <summary>
            Creates the specified Notebook using PUT.
            </summary>
            <param name="notebookToCreate">The Notebook to create.</param>
            <returns>The created Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.CreateAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Notebook using PUT.
            </summary>
            <param name="notebookToCreate">The Notebook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.DeleteAsync">
            <summary>
            Deletes the specified Notebook.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Notebook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.GetAsync">
            <summary>
            Gets the specified Notebook.
            </summary>
            <returns>The Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Notebook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.UpdateAsync(Microsoft.Graph.Notebook)">
            <summary>
            Updates the specified Notebook using PATCH.
            </summary>
            <param name="notebookToUpdate">The Notebook to update.</param>
            <returns>The updated Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.UpdateAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Notebook using PATCH.
            </summary>
            <param name="notebookToUpdate">The Notebook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookRequestBuilder">
            <summary>
            The interface INotebookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.INotebookRequestBuilder.Sections">
            <summary>
            Gets the request builder for Sections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookSectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.INotebookRequestBuilder.SectionGroups">
            <summary>
            Gets the request builder for SectionGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookSectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookRequestBuilder.CopyNotebook(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for NotebookCopyNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookCopyNotebookRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookSectionGroupsCollectionPage">
            <summary>
            The interface INotebookSectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.INotebookSectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotebookSectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.INotebookSectionGroupsCollectionRequest">
            <summary>
            The interface INotebookSectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookSectionGroupsCollectionRequestBuilder">
            <summary>
            The interface INotebookSectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.INotebookSectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/> for the specified SectionGroup.
            </summary>
            <param name="id">The ID for the SectionGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookSectionsCollectionPage">
            <summary>
            The interface INotebookSectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.INotebookSectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotebookSectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.INotebookSectionsCollectionRequest">
            <summary>
            The interface INotebookSectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotebookSectionsCollectionRequestBuilder">
            <summary>
            The interface INotebookSectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotebookSectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.INotebookSectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/> for the specified OnenoteSection.
            </summary>
            <param name="id">The ID for the OnenoteSection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionPage">
            <summary>
            The interface INotificationMessageTemplateLocalizedNotificationMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest">
            <summary>
            The interface INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.AddAsync(Microsoft.Graph.LocalizedNotificationMessage)">
            <summary>
            Adds the specified LocalizedNotificationMessage to the collection via POST.
            </summary>
            <param name="localizedNotificationMessage">The LocalizedNotificationMessage to add.</param>
            <returns>The created LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.AddAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LocalizedNotificationMessage to the collection via POST.
            </summary>
            <param name="localizedNotificationMessage">The LocalizedNotificationMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder">
            <summary>
            The interface INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder"/> for the specified LocalizedNotificationMessage.
            </summary>
            <param name="id">The ID for the LocalizedNotificationMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateRequest">
            <summary>
            The interface INotificationMessageTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.CreateAsync(Microsoft.Graph.NotificationMessageTemplate)">
            <summary>
            Creates the specified NotificationMessageTemplate using PUT.
            </summary>
            <param name="notificationMessageTemplateToCreate">The NotificationMessageTemplate to create.</param>
            <returns>The created NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.CreateAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified NotificationMessageTemplate using PUT.
            </summary>
            <param name="notificationMessageTemplateToCreate">The NotificationMessageTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.DeleteAsync">
            <summary>
            Deletes the specified NotificationMessageTemplate.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified NotificationMessageTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.GetAsync">
            <summary>
            Gets the specified NotificationMessageTemplate.
            </summary>
            <returns>The NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified NotificationMessageTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.UpdateAsync(Microsoft.Graph.NotificationMessageTemplate)">
            <summary>
            Updates the specified NotificationMessageTemplate using PATCH.
            </summary>
            <param name="notificationMessageTemplateToUpdate">The NotificationMessageTemplate to update.</param>
            <returns>The updated NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.UpdateAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NotificationMessageTemplate using PATCH.
            </summary>
            <param name="notificationMessageTemplateToUpdate">The NotificationMessageTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateRequestBuilder">
            <summary>
            The interface INotificationMessageTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.INotificationMessageTemplateRequestBuilder.LocalizedNotificationMessages">
            <summary>
            Gets the request builder for LocalizedNotificationMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateRequestBuilder.SendTestMessage">
            <summary>
            Gets the request builder for NotificationMessageTemplateSendTestMessage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequest">
            <summary>
            The interface INotificationMessageTemplateSendTestMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequestBuilder">
            <summary>
            The interface INotificationMessageTemplateSendTestMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.InvitationRequest">
            <summary>
            The type InvitationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new InvitationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.CreateAsync(Microsoft.Graph.Invitation)">
            <summary>
            Creates the specified Invitation using POST.
            </summary>
            <param name="invitationToCreate">The Invitation to create.</param>
            <returns>The created Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.CreateAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Invitation using POST.
            </summary>
            <param name="invitationToCreate">The Invitation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.DeleteAsync">
            <summary>
            Deletes the specified Invitation.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Invitation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.GetAsync">
            <summary>
            Gets the specified Invitation.
            </summary>
            <returns>The Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Invitation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.UpdateAsync(Microsoft.Graph.Invitation)">
            <summary>
            Updates the specified Invitation using PATCH.
            </summary>
            <param name="invitationToUpdate">The Invitation to update.</param>
            <returns>The updated Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.UpdateAsync(Microsoft.Graph.Invitation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Invitation using PATCH.
            </summary>
            <param name="invitationToUpdate">The Invitation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Invitation.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Invitation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequest.InitializeCollectionProperties(Microsoft.Graph.Invitation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="invitationToInitialize">The <see cref="T:Microsoft.Graph.Invitation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.InvitationRequestBuilder">
            <summary>
            The type InvitationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new InvitationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.InvitationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.InvitationRequestBuilder.InvitedUser">
            <summary>
            Gets the request builder for InvitedUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteEntityBaseModelRequest">
            <summary>
            The interface IOnenoteEntityBaseModelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntityBaseModel)">
            <summary>
            Creates the specified OnenoteEntityBaseModel using PUT.
            </summary>
            <param name="onenoteEntityBaseModelToCreate">The OnenoteEntityBaseModel to create.</param>
            <returns>The created OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntityBaseModel using PUT.
            </summary>
            <param name="onenoteEntityBaseModelToCreate">The OnenoteEntityBaseModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenoteEntityBaseModel.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntityBaseModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.GetAsync">
            <summary>
            Gets the specified OnenoteEntityBaseModel.
            </summary>
            <returns>The OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntityBaseModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntityBaseModel)">
            <summary>
            Updates the specified OnenoteEntityBaseModel using PATCH.
            </summary>
            <param name="onenoteEntityBaseModelToUpdate">The OnenoteEntityBaseModel to update.</param>
            <returns>The updated OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityBaseModel using PATCH.
            </summary>
            <param name="onenoteEntityBaseModelToUpdate">The OnenoteEntityBaseModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityBaseModel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityBaseModel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteEntityBaseModelRequestBuilder">
            <summary>
            The interface IOnenoteEntityBaseModelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityBaseModelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest">
            <summary>
            The interface IOnenoteEntityHierarchyModelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntityHierarchyModel)">
            <summary>
            Creates the specified OnenoteEntityHierarchyModel using PUT.
            </summary>
            <param name="onenoteEntityHierarchyModelToCreate">The OnenoteEntityHierarchyModel to create.</param>
            <returns>The created OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntityHierarchyModel using PUT.
            </summary>
            <param name="onenoteEntityHierarchyModelToCreate">The OnenoteEntityHierarchyModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenoteEntityHierarchyModel.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntityHierarchyModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.GetAsync">
            <summary>
            Gets the specified OnenoteEntityHierarchyModel.
            </summary>
            <returns>The OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntityHierarchyModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntityHierarchyModel)">
            <summary>
            Updates the specified OnenoteEntityHierarchyModel using PATCH.
            </summary>
            <param name="onenoteEntityHierarchyModelToUpdate">The OnenoteEntityHierarchyModel to update.</param>
            <returns>The updated OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityHierarchyModel using PATCH.
            </summary>
            <param name="onenoteEntityHierarchyModelToUpdate">The OnenoteEntityHierarchyModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityHierarchyModel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityHierarchyModel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteEntityHierarchyModelRequestBuilder">
            <summary>
            The interface IOnenoteEntityHierarchyModelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntityHierarchyModelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest">
            <summary>
            The interface IOnenoteEntitySchemaObjectModelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel)">
            <summary>
            Creates the specified OnenoteEntitySchemaObjectModel using PUT.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToCreate">The OnenoteEntitySchemaObjectModel to create.</param>
            <returns>The created OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntitySchemaObjectModel using PUT.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToCreate">The OnenoteEntitySchemaObjectModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenoteEntitySchemaObjectModel.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntitySchemaObjectModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.GetAsync">
            <summary>
            Gets the specified OnenoteEntitySchemaObjectModel.
            </summary>
            <returns>The OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntitySchemaObjectModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel)">
            <summary>
            Updates the specified OnenoteEntitySchemaObjectModel using PATCH.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToUpdate">The OnenoteEntitySchemaObjectModel to update.</param>
            <returns>The updated OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntitySchemaObjectModel using PATCH.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToUpdate">The OnenoteEntitySchemaObjectModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequestBuilder">
            <summary>
            The interface IOnenoteEntitySchemaObjectModelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteEntitySchemaObjectModelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteNotebooksCollectionPage">
            <summary>
            The interface IOnenoteNotebooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteNotebooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteNotebooksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteNotebooksCollectionRequest">
            <summary>
            The interface IOnenoteNotebooksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.AddAsync(Microsoft.Graph.Notebook)">
            <summary>
            Adds the specified Notebook to the collection via POST.
            </summary>
            <param name="notebook">The Notebook to add.</param>
            <returns>The created Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.AddAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Notebook to the collection via POST.
            </summary>
            <param name="notebook">The Notebook to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder">
            <summary>
            The interface IOnenoteNotebooksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/> for the specified Notebook.
            </summary>
            <param name="id">The ID for the Notebook.</param>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder.GetRecentNotebooks(System.Boolean)">
            <summary>
            Gets the request builder for NotebookGetRecentNotebooks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookGetRecentNotebooksRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteOperationRequest">
            <summary>
            The interface IOnenoteOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.CreateAsync(Microsoft.Graph.OnenoteOperation)">
            <summary>
            Creates the specified OnenoteOperation using PUT.
            </summary>
            <param name="onenoteOperationToCreate">The OnenoteOperation to create.</param>
            <returns>The created OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.CreateAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteOperation using PUT.
            </summary>
            <param name="onenoteOperationToCreate">The OnenoteOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenoteOperation.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.GetAsync">
            <summary>
            Gets the specified OnenoteOperation.
            </summary>
            <returns>The OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.UpdateAsync(Microsoft.Graph.OnenoteOperation)">
            <summary>
            Updates the specified OnenoteOperation using PATCH.
            </summary>
            <param name="onenoteOperationToUpdate">The OnenoteOperation to update.</param>
            <returns>The updated OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.UpdateAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteOperation using PATCH.
            </summary>
            <param name="onenoteOperationToUpdate">The OnenoteOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteOperationRequestBuilder">
            <summary>
            The interface IOnenoteOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteOperationsCollectionPage">
            <summary>
            The interface IOnenoteOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteOperationsCollectionRequest">
            <summary>
            The interface IOnenoteOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteOperation)">
            <summary>
            Adds the specified OnenoteOperation to the collection via POST.
            </summary>
            <param name="onenoteOperation">The OnenoteOperation to add.</param>
            <returns>The created OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteOperation to the collection via POST.
            </summary>
            <param name="onenoteOperation">The OnenoteOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteOperationsCollectionRequestBuilder">
            <summary>
            The interface IOnenoteOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteOperationRequestBuilder"/> for the specified OnenoteOperation.
            </summary>
            <param name="id">The ID for the OnenoteOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageContentRequest">
            <summary>
            The interface IOnenotePageContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageContentRequest.PutAsync``1(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageContentRequestBuilder">
            <summary>
            The interface IOnenotePageContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageCopyToSectionRequest">
            <summary>
            The interface IOnenotePageCopyToSectionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePageCopyToSectionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageCopyToSectionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageCopyToSectionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageCopyToSectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageCopyToSectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageCopyToSectionRequestBuilder">
            <summary>
            The interface IOnenotePageCopyToSectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageCopyToSectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageOnenotePatchContentRequest">
            <summary>
            The interface IOnenotePageOnenotePatchContentRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePageOnenotePatchContentRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageOnenotePatchContentRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageOnenotePatchContentRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageOnenotePatchContentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageOnenotePatchContentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageOnenotePatchContentRequestBuilder">
            <summary>
            The interface IOnenotePageOnenotePatchContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageOnenotePatchContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePagePreviewRequest">
            <summary>
            The interface IOnenotePagePreviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagePreviewRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagePreviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagePreviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagePreviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePagePreviewRequestBuilder">
            <summary>
            The interface IOnenotePagePreviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagePreviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageRequest">
            <summary>
            The interface IOnenotePageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.CreateAsync(Microsoft.Graph.OnenotePage)">
            <summary>
            Creates the specified OnenotePage using PUT.
            </summary>
            <param name="onenotePageToCreate">The OnenotePage to create.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.CreateAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenotePage using PUT.
            </summary>
            <param name="onenotePageToCreate">The OnenotePage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenotePage.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenotePage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.GetAsync">
            <summary>
            Gets the specified OnenotePage.
            </summary>
            <returns>The OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenotePage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.UpdateAsync(Microsoft.Graph.OnenotePage)">
            <summary>
            Updates the specified OnenotePage using PATCH.
            </summary>
            <param name="onenotePageToUpdate">The OnenotePage to update.</param>
            <returns>The updated OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.UpdateAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenotePage using PATCH.
            </summary>
            <param name="onenotePageToUpdate">The OnenotePage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePageRequestBuilder">
            <summary>
            The interface IOnenotePageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePageRequestBuilder.ParentSection">
            <summary>
            Gets the request builder for ParentSection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePageRequestBuilder.ParentNotebook">
            <summary>
            Gets the request builder for ParentNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePageRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequestBuilder.OnenotePatchContent(System.Collections.Generic.IEnumerable{Microsoft.Graph.OnenotePatchContentCommand})">
            <summary>
            Gets the request builder for OnenotePageOnenotePatchContent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageOnenotePatchContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequestBuilder.CopyToSection(System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for OnenotePageCopyToSection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageCopyToSectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePageRequestBuilder.Preview">
            <summary>
            Gets the request builder for OnenotePagePreview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePagePreviewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePagesCollectionPage">
            <summary>
            The interface IOnenotePagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenotePagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePagesCollectionRequest">
            <summary>
            The interface IOnenotePagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.AddAsync(Microsoft.Graph.OnenotePage)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.AddAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenotePagesCollectionRequestBuilder">
            <summary>
            The interface IOnenotePagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenotePagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenotePagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/> for the specified OnenotePage.
            </summary>
            <param name="id">The ID for the OnenotePage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteRequest">
            <summary>
            The interface IOnenoteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.CreateAsync(Microsoft.Graph.Onenote)">
            <summary>
            Creates the specified Onenote using PUT.
            </summary>
            <param name="onenoteToCreate">The Onenote to create.</param>
            <returns>The created Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.CreateAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Onenote using PUT.
            </summary>
            <param name="onenoteToCreate">The Onenote to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.DeleteAsync">
            <summary>
            Deletes the specified Onenote.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Onenote.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.GetAsync">
            <summary>
            Gets the specified Onenote.
            </summary>
            <returns>The Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Onenote.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.UpdateAsync(Microsoft.Graph.Onenote)">
            <summary>
            Updates the specified Onenote using PATCH.
            </summary>
            <param name="onenoteToUpdate">The Onenote to update.</param>
            <returns>The updated Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.UpdateAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Onenote using PATCH.
            </summary>
            <param name="onenoteToUpdate">The Onenote to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Onenote,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Onenote,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteRequestBuilder">
            <summary>
            The interface IOnenoteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteRequestBuilder.Notebooks">
            <summary>
            Gets the request builder for Notebooks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteRequestBuilder.Sections">
            <summary>
            Gets the request builder for Sections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteRequestBuilder.SectionGroups">
            <summary>
            Gets the request builder for SectionGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteRequestBuilder.Pages">
            <summary>
            Gets the request builder for Pages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteRequestBuilder.Resources">
            <summary>
            Gets the request builder for Resources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteResourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourceContentRequest">
            <summary>
            The interface IOnenoteResourceContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceContentRequest.PutAsync``1(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourceContentRequestBuilder">
            <summary>
            The interface IOnenoteResourceContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourceRequest">
            <summary>
            The interface IOnenoteResourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.CreateAsync(Microsoft.Graph.OnenoteResource)">
            <summary>
            Creates the specified OnenoteResource using PUT.
            </summary>
            <param name="onenoteResourceToCreate">The OnenoteResource to create.</param>
            <returns>The created OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.CreateAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteResource using PUT.
            </summary>
            <param name="onenoteResourceToCreate">The OnenoteResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenoteResource.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.GetAsync">
            <summary>
            Gets the specified OnenoteResource.
            </summary>
            <returns>The OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.UpdateAsync(Microsoft.Graph.OnenoteResource)">
            <summary>
            Updates the specified OnenoteResource using PATCH.
            </summary>
            <param name="onenoteResourceToUpdate">The OnenoteResource to update.</param>
            <returns>The updated OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.UpdateAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteResource using PATCH.
            </summary>
            <param name="onenoteResourceToUpdate">The OnenoteResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourceRequestBuilder">
            <summary>
            The interface IOnenoteResourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteResourceRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteResourceContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourcesCollectionPage">
            <summary>
            The interface IOnenoteResourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteResourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteResourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourcesCollectionRequest">
            <summary>
            The interface IOnenoteResourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.AddAsync(Microsoft.Graph.OnenoteResource)">
            <summary>
            Adds the specified OnenoteResource to the collection via POST.
            </summary>
            <param name="onenoteResource">The OnenoteResource to add.</param>
            <returns>The created OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.AddAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteResource to the collection via POST.
            </summary>
            <param name="onenoteResource">The OnenoteResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteResourcesCollectionRequestBuilder">
            <summary>
            The interface IOnenoteResourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteResourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteResourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteResourceRequestBuilder"/> for the specified OnenoteResource.
            </summary>
            <param name="id">The ID for the OnenoteResource.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteResourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequest">
            <summary>
            The interface IOnenoteSectionCopyToNotebookRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequestBuilder">
            <summary>
            The interface IOnenoteSectionCopyToNotebookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequest">
            <summary>
            The interface IOnenoteSectionCopyToSectionGroupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequestBuilder">
            <summary>
            The interface IOnenoteSectionCopyToSectionGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionPage">
            <summary>
            The interface IOnenoteSectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest">
            <summary>
            The interface IOnenoteSectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequestBuilder">
            <summary>
            The interface IOnenoteSectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/> for the specified SectionGroup.
            </summary>
            <param name="id">The ID for the SectionGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionPagesCollectionPage">
            <summary>
            The interface IOnenoteSectionPagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionPagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionPagesCollectionRequestBuilder">
            <summary>
            The interface IOnenoteSectionPagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionPagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionPagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/> for the specified OnenotePage.
            </summary>
            <param name="id">The ID for the OnenotePage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionRequest">
            <summary>
            The interface IOnenoteSectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.CreateAsync(Microsoft.Graph.OnenoteSection)">
            <summary>
            Creates the specified OnenoteSection using PUT.
            </summary>
            <param name="onenoteSectionToCreate">The OnenoteSection to create.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.CreateAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteSection using PUT.
            </summary>
            <param name="onenoteSectionToCreate">The OnenoteSection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenoteSection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteSection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.GetAsync">
            <summary>
            Gets the specified OnenoteSection.
            </summary>
            <returns>The OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteSection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.UpdateAsync(Microsoft.Graph.OnenoteSection)">
            <summary>
            Updates the specified OnenoteSection using PATCH.
            </summary>
            <param name="onenoteSectionToUpdate">The OnenoteSection to update.</param>
            <returns>The updated OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.UpdateAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteSection using PATCH.
            </summary>
            <param name="onenoteSectionToUpdate">The OnenoteSection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionRequestBuilder">
            <summary>
            The interface IOnenoteSectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionRequestBuilder.ParentNotebook">
            <summary>
            Gets the request builder for ParentNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionRequestBuilder.ParentSectionGroup">
            <summary>
            Gets the request builder for ParentSectionGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionRequestBuilder.Pages">
            <summary>
            Gets the request builder for Pages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionPagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequestBuilder.CopyToNotebook(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for OnenoteSectionCopyToNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionRequestBuilder.CopyToSectionGroup(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for OnenoteSectionCopyToSectionGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionsCollectionPage">
            <summary>
            The interface IOnenoteSectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteSectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionsCollectionRequest">
            <summary>
            The interface IOnenoteSectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnenoteSectionsCollectionRequestBuilder">
            <summary>
            The interface IOnenoteSectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnenoteSectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOnenoteSectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/> for the specified OnenoteSection.
            </summary>
            <param name="id">The ID for the OnenoteSection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest">
            <summary>
            The interface IOnPremisesConditionalAccessSettingsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.CreateAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings)">
            <summary>
            Creates the specified OnPremisesConditionalAccessSettings using PUT.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToCreate">The OnPremisesConditionalAccessSettings to create.</param>
            <returns>The created OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.CreateAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnPremisesConditionalAccessSettings using PUT.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToCreate">The OnPremisesConditionalAccessSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.DeleteAsync">
            <summary>
            Deletes the specified OnPremisesConditionalAccessSettings.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnPremisesConditionalAccessSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.GetAsync">
            <summary>
            Gets the specified OnPremisesConditionalAccessSettings.
            </summary>
            <returns>The OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnPremisesConditionalAccessSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.UpdateAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings)">
            <summary>
            Updates the specified OnPremisesConditionalAccessSettings using PATCH.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToUpdate">The OnPremisesConditionalAccessSettings to update.</param>
            <returns>The updated OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.UpdateAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnPremisesConditionalAccessSettings using PATCH.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToUpdate">The OnPremisesConditionalAccessSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequestBuilder">
            <summary>
            The interface IOnPremisesConditionalAccessSettingsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOnPremisesConditionalAccessSettingsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOpenTypeExtensionRequest">
            <summary>
            The interface IOpenTypeExtensionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.CreateAsync(Microsoft.Graph.OpenTypeExtension)">
            <summary>
            Creates the specified OpenTypeExtension using PUT.
            </summary>
            <param name="openTypeExtensionToCreate">The OpenTypeExtension to create.</param>
            <returns>The created OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.CreateAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenTypeExtension using PUT.
            </summary>
            <param name="openTypeExtensionToCreate">The OpenTypeExtension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.DeleteAsync">
            <summary>
            Deletes the specified OpenTypeExtension.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenTypeExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.GetAsync">
            <summary>
            Gets the specified OpenTypeExtension.
            </summary>
            <returns>The OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenTypeExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.UpdateAsync(Microsoft.Graph.OpenTypeExtension)">
            <summary>
            Updates the specified OpenTypeExtension using PATCH.
            </summary>
            <param name="openTypeExtensionToUpdate">The OpenTypeExtension to update.</param>
            <returns>The updated OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.UpdateAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenTypeExtension using PATCH.
            </summary>
            <param name="openTypeExtensionToUpdate">The OpenTypeExtension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenTypeExtension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenTypeExtension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOpenTypeExtensionRequestBuilder">
            <summary>
            The interface IOpenTypeExtensionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOpenTypeExtensionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOperationRequest">
            <summary>
            The interface IOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.CreateAsync(Microsoft.Graph.Operation)">
            <summary>
            Creates the specified Operation using PUT.
            </summary>
            <param name="operationToCreate">The Operation to create.</param>
            <returns>The created Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.CreateAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Operation using PUT.
            </summary>
            <param name="operationToCreate">The Operation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.DeleteAsync">
            <summary>
            Deletes the specified Operation.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Operation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.GetAsync">
            <summary>
            Gets the specified Operation.
            </summary>
            <returns>The Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Operation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.UpdateAsync(Microsoft.Graph.Operation)">
            <summary>
            Updates the specified Operation using PATCH.
            </summary>
            <param name="operationToUpdate">The Operation to update.</param>
            <returns>The updated Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.UpdateAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Operation using PATCH.
            </summary>
            <param name="operationToUpdate">The Operation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Operation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Operation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOperationRequestBuilder">
            <summary>
            The interface IOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationExtensionsCollectionPage">
            <summary>
            The interface IOrganizationExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrganizationExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationExtensionsCollectionRequest">
            <summary>
            The interface IOrganizationExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationExtensionsCollectionRequestBuilder">
            <summary>
            The interface IOrganizationExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationRequest">
            <summary>
            The interface IOrganizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.CreateAsync(Microsoft.Graph.Organization)">
            <summary>
            Creates the specified Organization using PUT.
            </summary>
            <param name="organizationToCreate">The Organization to create.</param>
            <returns>The created Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.CreateAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Organization using PUT.
            </summary>
            <param name="organizationToCreate">The Organization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.DeleteAsync">
            <summary>
            Deletes the specified Organization.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Organization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.GetAsync">
            <summary>
            Gets the specified Organization.
            </summary>
            <returns>The Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Organization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.UpdateAsync(Microsoft.Graph.Organization)">
            <summary>
            Updates the specified Organization using PATCH.
            </summary>
            <param name="organizationToUpdate">The Organization to update.</param>
            <returns>The updated Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.UpdateAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Organization using PATCH.
            </summary>
            <param name="organizationToUpdate">The Organization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationRequestBuilder">
            <summary>
            The interface IOrganizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOrganizationRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationRequestBuilder.SetMobileDeviceManagementAuthority">
            <summary>
            Gets the request builder for OrganizationSetMobileDeviceManagementAuthority.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequest">
            <summary>
            The interface IOrganizationSetMobileDeviceManagementAuthorityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequestBuilder">
            <summary>
            The interface IOrganizationSetMobileDeviceManagementAuthorityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosCertificateProfileRequest">
            <summary>
            The type IosCertificateProfileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosCertificateProfileRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.CreateAsync(Microsoft.Graph.IosCertificateProfile)">
            <summary>
            Creates the specified IosCertificateProfile using POST.
            </summary>
            <param name="iosCertificateProfileToCreate">The IosCertificateProfile to create.</param>
            <returns>The created IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.CreateAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCertificateProfile using POST.
            </summary>
            <param name="iosCertificateProfileToCreate">The IosCertificateProfile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.DeleteAsync">
            <summary>
            Deletes the specified IosCertificateProfile.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCertificateProfile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.GetAsync">
            <summary>
            Gets the specified IosCertificateProfile.
            </summary>
            <returns>The IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCertificateProfile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.UpdateAsync(Microsoft.Graph.IosCertificateProfile)">
            <summary>
            Updates the specified IosCertificateProfile using PATCH.
            </summary>
            <param name="iosCertificateProfileToUpdate">The IosCertificateProfile to update.</param>
            <returns>The updated IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.UpdateAsync(Microsoft.Graph.IosCertificateProfile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCertificateProfile using PATCH.
            </summary>
            <param name="iosCertificateProfileToUpdate">The IosCertificateProfile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosCertificateProfile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCertificateProfile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCertificateProfile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequest.InitializeCollectionProperties(Microsoft.Graph.IosCertificateProfile)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosCertificateProfileToInitialize">The <see cref="T:Microsoft.Graph.IosCertificateProfile"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosCertificateProfileRequestBuilder">
            <summary>
            The type IosCertificateProfileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosCertificateProfileRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCertificateProfileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosCompliancePolicyRequest">
            <summary>
            The type IosCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosCompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.CreateAsync(Microsoft.Graph.IosCompliancePolicy)">
            <summary>
            Creates the specified IosCompliancePolicy using POST.
            </summary>
            <param name="iosCompliancePolicyToCreate">The IosCompliancePolicy to create.</param>
            <returns>The created IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.CreateAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCompliancePolicy using POST.
            </summary>
            <param name="iosCompliancePolicyToCreate">The IosCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified IosCompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified IosCompliancePolicy.
            </summary>
            <returns>The IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.IosCompliancePolicy)">
            <summary>
            Updates the specified IosCompliancePolicy using PATCH.
            </summary>
            <param name="iosCompliancePolicyToUpdate">The IosCompliancePolicy to update.</param>
            <returns>The updated IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.IosCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCompliancePolicy using PATCH.
            </summary>
            <param name="iosCompliancePolicyToUpdate">The IosCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.IosCompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosCompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.IosCompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosCompliancePolicyRequestBuilder">
            <summary>
            The type IosCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosCompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosCustomConfigurationRequest">
            <summary>
            The type IosCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosCustomConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.CreateAsync(Microsoft.Graph.IosCustomConfiguration)">
            <summary>
            Creates the specified IosCustomConfiguration using POST.
            </summary>
            <param name="iosCustomConfigurationToCreate">The IosCustomConfiguration to create.</param>
            <returns>The created IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.CreateAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosCustomConfiguration using POST.
            </summary>
            <param name="iosCustomConfigurationToCreate">The IosCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified IosCustomConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.GetAsync">
            <summary>
            Gets the specified IosCustomConfiguration.
            </summary>
            <returns>The IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.IosCustomConfiguration)">
            <summary>
            Updates the specified IosCustomConfiguration using PATCH.
            </summary>
            <param name="iosCustomConfigurationToUpdate">The IosCustomConfiguration to update.</param>
            <returns>The updated IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.IosCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosCustomConfiguration using PATCH.
            </summary>
            <param name="iosCustomConfigurationToUpdate">The IosCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.IosCustomConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosCustomConfigurationToInitialize">The <see cref="T:Microsoft.Graph.IosCustomConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosCustomConfigurationRequestBuilder">
            <summary>
            The type IosCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosCustomConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest">
            <summary>
            The type IosDeviceFeaturesConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosDeviceFeaturesConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.CreateAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration)">
            <summary>
            Creates the specified IosDeviceFeaturesConfiguration using POST.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToCreate">The IosDeviceFeaturesConfiguration to create.</param>
            <returns>The created IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.CreateAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosDeviceFeaturesConfiguration using POST.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToCreate">The IosDeviceFeaturesConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified IosDeviceFeaturesConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.GetAsync">
            <summary>
            Gets the specified IosDeviceFeaturesConfiguration.
            </summary>
            <returns>The IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.UpdateAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration)">
            <summary>
            Updates the specified IosDeviceFeaturesConfiguration using PATCH.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToUpdate">The IosDeviceFeaturesConfiguration to update.</param>
            <returns>The updated IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.UpdateAsync(Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosDeviceFeaturesConfiguration using PATCH.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToUpdate">The IosDeviceFeaturesConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.IosDeviceFeaturesConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosDeviceFeaturesConfigurationToInitialize">The <see cref="T:Microsoft.Graph.IosDeviceFeaturesConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosDeviceFeaturesConfigurationRequestBuilder">
            <summary>
            The type IosDeviceFeaturesConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosDeviceFeaturesConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosDeviceFeaturesConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosGeneralDeviceConfigurationRequest">
            <summary>
            The type IosGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosGeneralDeviceConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.IosGeneralDeviceConfiguration)">
            <summary>
            Creates the specified IosGeneralDeviceConfiguration using POST.
            </summary>
            <param name="iosGeneralDeviceConfigurationToCreate">The IosGeneralDeviceConfiguration to create.</param>
            <returns>The created IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosGeneralDeviceConfiguration using POST.
            </summary>
            <param name="iosGeneralDeviceConfigurationToCreate">The IosGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified IosGeneralDeviceConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.GetAsync">
            <summary>
            Gets the specified IosGeneralDeviceConfiguration.
            </summary>
            <returns>The IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.IosGeneralDeviceConfiguration)">
            <summary>
            Updates the specified IosGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="iosGeneralDeviceConfigurationToUpdate">The IosGeneralDeviceConfiguration to update.</param>
            <returns>The updated IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.IosGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="iosGeneralDeviceConfigurationToUpdate">The IosGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.IosGeneralDeviceConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosGeneralDeviceConfigurationToInitialize">The <see cref="T:Microsoft.Graph.IosGeneralDeviceConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The type IosGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosGeneralDeviceConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosLobAppRequest">
            <summary>
            The type IosLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosLobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.CreateAsync(Microsoft.Graph.IosLobApp)">
            <summary>
            Creates the specified IosLobApp using POST.
            </summary>
            <param name="iosLobAppToCreate">The IosLobApp to create.</param>
            <returns>The created IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.CreateAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosLobApp using POST.
            </summary>
            <param name="iosLobAppToCreate">The IosLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.DeleteAsync">
            <summary>
            Deletes the specified IosLobApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.GetAsync">
            <summary>
            Gets the specified IosLobApp.
            </summary>
            <returns>The IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.UpdateAsync(Microsoft.Graph.IosLobApp)">
            <summary>
            Updates the specified IosLobApp using PATCH.
            </summary>
            <param name="iosLobAppToUpdate">The IosLobApp to update.</param>
            <returns>The updated IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.UpdateAsync(Microsoft.Graph.IosLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosLobApp using PATCH.
            </summary>
            <param name="iosLobAppToUpdate">The IosLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequest.InitializeCollectionProperties(Microsoft.Graph.IosLobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosLobAppToInitialize">The <see cref="T:Microsoft.Graph.IosLobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosLobAppRequestBuilder">
            <summary>
            The type IosLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosLobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtectionAppsCollectionPage">
            <summary>
            The type IosManagedAppProtectionAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtectionAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest">
            <summary>
            The type IosManagedAppProtectionAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosManagedAppProtectionAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequestBuilder">
            <summary>
            The type IosManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosManagedAppProtectionAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtectionAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified IosManagedAppProtectionManagedMobileApp.
            </summary>
            <param name="id">The ID for the IosManagedAppProtectionManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtectionAppsCollectionResponse">
            <summary>
            The type IosManagedAppProtectionAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtectionAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtectionAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtectionRequest">
            <summary>
            The type IosManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosManagedAppProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.IosManagedAppProtection)">
            <summary>
            Creates the specified IosManagedAppProtection using POST.
            </summary>
            <param name="iosManagedAppProtectionToCreate">The IosManagedAppProtection to create.</param>
            <returns>The created IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosManagedAppProtection using POST.
            </summary>
            <param name="iosManagedAppProtectionToCreate">The IosManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified IosManagedAppProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.GetAsync">
            <summary>
            Gets the specified IosManagedAppProtection.
            </summary>
            <returns>The IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.IosManagedAppProtection)">
            <summary>
            Updates the specified IosManagedAppProtection using PATCH.
            </summary>
            <param name="iosManagedAppProtectionToUpdate">The IosManagedAppProtection to update.</param>
            <returns>The updated IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.IosManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppProtection using PATCH.
            </summary>
            <param name="iosManagedAppProtectionToUpdate">The IosManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.IosManagedAppProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosManagedAppProtectionToInitialize">The <see cref="T:Microsoft.Graph.IosManagedAppProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppProtectionRequestBuilder">
            <summary>
            The type IosManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosManagedAppProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtectionRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IIosManagedAppProtectionAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IosManagedAppProtectionRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppRegistrationRequest">
            <summary>
            The type IosManagedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosManagedAppRegistrationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.IosManagedAppRegistration)">
            <summary>
            Creates the specified IosManagedAppRegistration using POST.
            </summary>
            <param name="iosManagedAppRegistrationToCreate">The IosManagedAppRegistration to create.</param>
            <returns>The created IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosManagedAppRegistration using POST.
            </summary>
            <param name="iosManagedAppRegistrationToCreate">The IosManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.DeleteAsync">
            <summary>
            Deletes the specified IosManagedAppRegistration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.GetAsync">
            <summary>
            Gets the specified IosManagedAppRegistration.
            </summary>
            <returns>The IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.IosManagedAppRegistration)">
            <summary>
            Updates the specified IosManagedAppRegistration using PATCH.
            </summary>
            <param name="iosManagedAppRegistrationToUpdate">The IosManagedAppRegistration to update.</param>
            <returns>The updated IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.IosManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosManagedAppRegistration using PATCH.
            </summary>
            <param name="iosManagedAppRegistrationToUpdate">The IosManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequest.InitializeCollectionProperties(Microsoft.Graph.IosManagedAppRegistration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosManagedAppRegistrationToInitialize">The <see cref="T:Microsoft.Graph.IosManagedAppRegistration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosManagedAppRegistrationRequestBuilder">
            <summary>
            The type IosManagedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosManagedAppRegistrationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosManagedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosMobileAppConfigurationRequest">
            <summary>
            The type IosMobileAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosMobileAppConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.CreateAsync(Microsoft.Graph.IosMobileAppConfiguration)">
            <summary>
            Creates the specified IosMobileAppConfiguration using POST.
            </summary>
            <param name="iosMobileAppConfigurationToCreate">The IosMobileAppConfiguration to create.</param>
            <returns>The created IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.CreateAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosMobileAppConfiguration using POST.
            </summary>
            <param name="iosMobileAppConfigurationToCreate">The IosMobileAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified IosMobileAppConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.GetAsync">
            <summary>
            Gets the specified IosMobileAppConfiguration.
            </summary>
            <returns>The IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.UpdateAsync(Microsoft.Graph.IosMobileAppConfiguration)">
            <summary>
            Updates the specified IosMobileAppConfiguration using PATCH.
            </summary>
            <param name="iosMobileAppConfigurationToUpdate">The IosMobileAppConfiguration to update.</param>
            <returns>The updated IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.UpdateAsync(Microsoft.Graph.IosMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosMobileAppConfiguration using PATCH.
            </summary>
            <param name="iosMobileAppConfigurationToUpdate">The IosMobileAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.IosMobileAppConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosMobileAppConfigurationToInitialize">The <see cref="T:Microsoft.Graph.IosMobileAppConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosMobileAppConfigurationRequestBuilder">
            <summary>
            The type IosMobileAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosMobileAppConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosMobileAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosStoreAppRequest">
            <summary>
            The type IosStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosStoreAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.CreateAsync(Microsoft.Graph.IosStoreApp)">
            <summary>
            Creates the specified IosStoreApp using POST.
            </summary>
            <param name="iosStoreAppToCreate">The IosStoreApp to create.</param>
            <returns>The created IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.CreateAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosStoreApp using POST.
            </summary>
            <param name="iosStoreAppToCreate">The IosStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.DeleteAsync">
            <summary>
            Deletes the specified IosStoreApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.GetAsync">
            <summary>
            Gets the specified IosStoreApp.
            </summary>
            <returns>The IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.UpdateAsync(Microsoft.Graph.IosStoreApp)">
            <summary>
            Updates the specified IosStoreApp using PATCH.
            </summary>
            <param name="iosStoreAppToUpdate">The IosStoreApp to update.</param>
            <returns>The updated IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.UpdateAsync(Microsoft.Graph.IosStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosStoreApp using PATCH.
            </summary>
            <param name="iosStoreAppToUpdate">The IosStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequest.InitializeCollectionProperties(Microsoft.Graph.IosStoreApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosStoreAppToInitialize">The <see cref="T:Microsoft.Graph.IosStoreApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosStoreAppRequestBuilder">
            <summary>
            The type IosStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosStoreAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosUpdateConfigurationRequest">
            <summary>
            The type IosUpdateConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosUpdateConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.CreateAsync(Microsoft.Graph.IosUpdateConfiguration)">
            <summary>
            Creates the specified IosUpdateConfiguration using POST.
            </summary>
            <param name="iosUpdateConfigurationToCreate">The IosUpdateConfiguration to create.</param>
            <returns>The created IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.CreateAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosUpdateConfiguration using POST.
            </summary>
            <param name="iosUpdateConfigurationToCreate">The IosUpdateConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified IosUpdateConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosUpdateConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.GetAsync">
            <summary>
            Gets the specified IosUpdateConfiguration.
            </summary>
            <returns>The IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosUpdateConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.UpdateAsync(Microsoft.Graph.IosUpdateConfiguration)">
            <summary>
            Updates the specified IosUpdateConfiguration using PATCH.
            </summary>
            <param name="iosUpdateConfigurationToUpdate">The IosUpdateConfiguration to update.</param>
            <returns>The updated IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.UpdateAsync(Microsoft.Graph.IosUpdateConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateConfiguration using PATCH.
            </summary>
            <param name="iosUpdateConfigurationToUpdate">The IosUpdateConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosUpdateConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.IosUpdateConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosUpdateConfigurationToInitialize">The <see cref="T:Microsoft.Graph.IosUpdateConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosUpdateConfigurationRequestBuilder">
            <summary>
            The type IosUpdateConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosUpdateConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosUpdateDeviceStatusRequest">
            <summary>
            The type IosUpdateDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosUpdateDeviceStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.CreateAsync(Microsoft.Graph.IosUpdateDeviceStatus)">
            <summary>
            Creates the specified IosUpdateDeviceStatus using POST.
            </summary>
            <param name="iosUpdateDeviceStatusToCreate">The IosUpdateDeviceStatus to create.</param>
            <returns>The created IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.CreateAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosUpdateDeviceStatus using POST.
            </summary>
            <param name="iosUpdateDeviceStatusToCreate">The IosUpdateDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified IosUpdateDeviceStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosUpdateDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.GetAsync">
            <summary>
            Gets the specified IosUpdateDeviceStatus.
            </summary>
            <returns>The IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosUpdateDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.UpdateAsync(Microsoft.Graph.IosUpdateDeviceStatus)">
            <summary>
            Updates the specified IosUpdateDeviceStatus using PATCH.
            </summary>
            <param name="iosUpdateDeviceStatusToUpdate">The IosUpdateDeviceStatus to update.</param>
            <returns>The updated IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.UpdateAsync(Microsoft.Graph.IosUpdateDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosUpdateDeviceStatus using PATCH.
            </summary>
            <param name="iosUpdateDeviceStatusToUpdate">The IosUpdateDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosUpdateDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosUpdateDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequest.InitializeCollectionProperties(Microsoft.Graph.IosUpdateDeviceStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosUpdateDeviceStatusToInitialize">The <see cref="T:Microsoft.Graph.IosUpdateDeviceStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosUpdateDeviceStatusRequestBuilder">
            <summary>
            The type IosUpdateDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosUpdateDeviceStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosUpdateDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosVppAppRequest">
            <summary>
            The type IosVppAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosVppAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.CreateAsync(Microsoft.Graph.IosVppApp)">
            <summary>
            Creates the specified IosVppApp using POST.
            </summary>
            <param name="iosVppAppToCreate">The IosVppApp to create.</param>
            <returns>The created IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.CreateAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppApp using POST.
            </summary>
            <param name="iosVppAppToCreate">The IosVppApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.DeleteAsync">
            <summary>
            Deletes the specified IosVppApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.GetAsync">
            <summary>
            Gets the specified IosVppApp.
            </summary>
            <returns>The IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.UpdateAsync(Microsoft.Graph.IosVppApp)">
            <summary>
            Updates the specified IosVppApp using PATCH.
            </summary>
            <param name="iosVppAppToUpdate">The IosVppApp to update.</param>
            <returns>The updated IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.UpdateAsync(Microsoft.Graph.IosVppApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppApp using PATCH.
            </summary>
            <param name="iosVppAppToUpdate">The IosVppApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosVppApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequest.InitializeCollectionProperties(Microsoft.Graph.IosVppApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosVppAppToInitialize">The <see cref="T:Microsoft.Graph.IosVppApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosVppAppRequestBuilder">
            <summary>
            The type IosVppAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosVppAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosVppEBookAssignmentRequest">
            <summary>
            The type IosVppEBookAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosVppEBookAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.CreateAsync(Microsoft.Graph.IosVppEBookAssignment)">
            <summary>
            Creates the specified IosVppEBookAssignment using POST.
            </summary>
            <param name="iosVppEBookAssignmentToCreate">The IosVppEBookAssignment to create.</param>
            <returns>The created IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.CreateAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppEBookAssignment using POST.
            </summary>
            <param name="iosVppEBookAssignmentToCreate">The IosVppEBookAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified IosVppEBookAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.GetAsync">
            <summary>
            Gets the specified IosVppEBookAssignment.
            </summary>
            <returns>The IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.UpdateAsync(Microsoft.Graph.IosVppEBookAssignment)">
            <summary>
            Updates the specified IosVppEBookAssignment using PATCH.
            </summary>
            <param name="iosVppEBookAssignmentToUpdate">The IosVppEBookAssignment to update.</param>
            <returns>The updated IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.UpdateAsync(Microsoft.Graph.IosVppEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBookAssignment using PATCH.
            </summary>
            <param name="iosVppEBookAssignmentToUpdate">The IosVppEBookAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosVppEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBookAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBookAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.IosVppEBookAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosVppEBookAssignmentToInitialize">The <see cref="T:Microsoft.Graph.IosVppEBookAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosVppEBookAssignmentRequestBuilder">
            <summary>
            The type IosVppEBookAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosVppEBookAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IosVppEBookRequest">
            <summary>
            The type IosVppEBookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new IosVppEBookRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.CreateAsync(Microsoft.Graph.IosVppEBook)">
            <summary>
            Creates the specified IosVppEBook using POST.
            </summary>
            <param name="iosVppEBookToCreate">The IosVppEBook to create.</param>
            <returns>The created IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.CreateAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified IosVppEBook using POST.
            </summary>
            <param name="iosVppEBookToCreate">The IosVppEBook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.DeleteAsync">
            <summary>
            Deletes the specified IosVppEBook.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified IosVppEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.GetAsync">
            <summary>
            Gets the specified IosVppEBook.
            </summary>
            <returns>The IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified IosVppEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.UpdateAsync(Microsoft.Graph.IosVppEBook)">
            <summary>
            Updates the specified IosVppEBook using PATCH.
            </summary>
            <param name="iosVppEBookToUpdate">The IosVppEBook to update.</param>
            <returns>The updated IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.UpdateAsync(Microsoft.Graph.IosVppEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified IosVppEBook using PATCH.
            </summary>
            <param name="iosVppEBookToUpdate">The IosVppEBook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated IosVppEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.IosVppEBook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequest.InitializeCollectionProperties(Microsoft.Graph.IosVppEBook)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="iosVppEBookToInitialize">The <see cref="T:Microsoft.Graph.IosVppEBook"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.IosVppEBookRequestBuilder">
            <summary>
            The type IosVppEBookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new IosVppEBookRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IosVppEBookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookCategoryRequest">
            <summary>
            The interface IOutlookCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.CreateAsync(Microsoft.Graph.OutlookCategory)">
            <summary>
            Creates the specified OutlookCategory using PUT.
            </summary>
            <param name="outlookCategoryToCreate">The OutlookCategory to create.</param>
            <returns>The created OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.CreateAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookCategory using PUT.
            </summary>
            <param name="outlookCategoryToCreate">The OutlookCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.DeleteAsync">
            <summary>
            Deletes the specified OutlookCategory.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.GetAsync">
            <summary>
            Gets the specified OutlookCategory.
            </summary>
            <returns>The OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.UpdateAsync(Microsoft.Graph.OutlookCategory)">
            <summary>
            Updates the specified OutlookCategory using PATCH.
            </summary>
            <param name="outlookCategoryToUpdate">The OutlookCategory to update.</param>
            <returns>The updated OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.UpdateAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookCategory using PATCH.
            </summary>
            <param name="outlookCategoryToUpdate">The OutlookCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookCategoryRequestBuilder">
            <summary>
            The interface IOutlookCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookItemRequest">
            <summary>
            The interface IOutlookItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.CreateAsync(Microsoft.Graph.OutlookItem)">
            <summary>
            Creates the specified OutlookItem using PUT.
            </summary>
            <param name="outlookItemToCreate">The OutlookItem to create.</param>
            <returns>The created OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.CreateAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookItem using PUT.
            </summary>
            <param name="outlookItemToCreate">The OutlookItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.DeleteAsync">
            <summary>
            Deletes the specified OutlookItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.GetAsync">
            <summary>
            Gets the specified OutlookItem.
            </summary>
            <returns>The OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.UpdateAsync(Microsoft.Graph.OutlookItem)">
            <summary>
            Updates the specified OutlookItem using PATCH.
            </summary>
            <param name="outlookItemToUpdate">The OutlookItem to update.</param>
            <returns>The updated OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.UpdateAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookItem using PATCH.
            </summary>
            <param name="outlookItemToUpdate">The OutlookItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookItemRequestBuilder">
            <summary>
            The interface IOutlookItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionPage">
            <summary>
            The interface IOutlookUserMasterCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest">
            <summary>
            The interface IOutlookUserMasterCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.AddAsync(Microsoft.Graph.OutlookCategory)">
            <summary>
            Adds the specified OutlookCategory to the collection via POST.
            </summary>
            <param name="outlookCategory">The OutlookCategory to add.</param>
            <returns>The created OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.AddAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OutlookCategory to the collection via POST.
            </summary>
            <param name="outlookCategory">The OutlookCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequestBuilder">
            <summary>
            The interface IOutlookUserMasterCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOutlookCategoryRequestBuilder"/> for the specified OutlookCategory.
            </summary>
            <param name="id">The ID for the OutlookCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserRequest">
            <summary>
            The interface IOutlookUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.CreateAsync(Microsoft.Graph.OutlookUser)">
            <summary>
            Creates the specified OutlookUser using PUT.
            </summary>
            <param name="outlookUserToCreate">The OutlookUser to create.</param>
            <returns>The created OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.CreateAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookUser using PUT.
            </summary>
            <param name="outlookUserToCreate">The OutlookUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.DeleteAsync">
            <summary>
            Deletes the specified OutlookUser.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.GetAsync">
            <summary>
            Gets the specified OutlookUser.
            </summary>
            <returns>The OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.UpdateAsync(Microsoft.Graph.OutlookUser)">
            <summary>
            Updates the specified OutlookUser using PATCH.
            </summary>
            <param name="outlookUserToUpdate">The OutlookUser to update.</param>
            <returns>The updated OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.UpdateAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookUser using PATCH.
            </summary>
            <param name="outlookUserToUpdate">The OutlookUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserRequestBuilder">
            <summary>
            The interface IOutlookUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IOutlookUserRequestBuilder.MasterCategories">
            <summary>
            Gets the request builder for MasterCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequestBuilder.SupportedLanguages">
            <summary>
            Gets the request builder for OutlookUserSupportedLanguages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserSupportedLanguagesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequestBuilder.SupportedTimeZones">
            <summary>
            Gets the request builder for OutlookUserSupportedTimeZones.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserRequestBuilder.SupportedTimeZones(Microsoft.Graph.TimeZoneStandard)">
            <summary>
            Gets the request builder for OutlookUserSupportedTimeZones.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserSupportedLanguagesCollectionPage">
            <summary>
            The interface IOutlookUserSupportedLanguagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOutlookUserSupportedLanguagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest">
            <summary>
            The interface IOutlookUserSupportedLanguagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserSupportedLanguagesRequestBuilder">
            <summary>
            The interface IOutlookUserSupportedLanguagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedLanguagesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesCollectionPage">
            <summary>
            The interface IOutlookUserSupportedTimeZonesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IOutlookUserSupportedTimeZonesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest">
            <summary>
            The interface IOutlookUserSupportedTimeZonesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequestBuilder">
            <summary>
            The interface IOutlookUserSupportedTimeZonesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionRequest">
            <summary>
            The interface IPermissionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.CreateAsync(Microsoft.Graph.Permission)">
            <summary>
            Creates the specified Permission using PUT.
            </summary>
            <param name="permissionToCreate">The Permission to create.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.CreateAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Permission using PUT.
            </summary>
            <param name="permissionToCreate">The Permission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.DeleteAsync">
            <summary>
            Deletes the specified Permission.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Permission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.GetAsync">
            <summary>
            Gets the specified Permission.
            </summary>
            <returns>The Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Permission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.UpdateAsync(Microsoft.Graph.Permission)">
            <summary>
            Updates the specified Permission using PATCH.
            </summary>
            <param name="permissionToUpdate">The Permission to update.</param>
            <returns>The updated Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.UpdateAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Permission using PATCH.
            </summary>
            <param name="permissionToUpdate">The Permission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPermissionRequestBuilder">
            <summary>
            The interface IPermissionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPermissionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPersonRequest">
            <summary>
            The interface IPersonRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.CreateAsync(Microsoft.Graph.Person)">
            <summary>
            Creates the specified Person using PUT.
            </summary>
            <param name="personToCreate">The Person to create.</param>
            <returns>The created Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.CreateAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Person using PUT.
            </summary>
            <param name="personToCreate">The Person to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.DeleteAsync">
            <summary>
            Deletes the specified Person.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Person.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.GetAsync">
            <summary>
            Gets the specified Person.
            </summary>
            <returns>The Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Person.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.UpdateAsync(Microsoft.Graph.Person)">
            <summary>
            Updates the specified Person using PATCH.
            </summary>
            <param name="personToUpdate">The Person to update.</param>
            <returns>The updated Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.UpdateAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Person using PATCH.
            </summary>
            <param name="personToUpdate">The Person to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPersonRequestBuilder">
            <summary>
            The interface IPersonRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPersonRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest">
            <summary>
            The interface IPlannerAssignedToTaskBoardTaskFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat)">
            <summary>
            Creates the specified PlannerAssignedToTaskBoardTaskFormat using PUT.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToCreate">The PlannerAssignedToTaskBoardTaskFormat to create.</param>
            <returns>The created PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerAssignedToTaskBoardTaskFormat using PUT.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToCreate">The PlannerAssignedToTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerAssignedToTaskBoardTaskFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerAssignedToTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.GetAsync">
            <summary>
            Gets the specified PlannerAssignedToTaskBoardTaskFormat.
            </summary>
            <returns>The PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerAssignedToTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat)">
            <summary>
            Updates the specified PlannerAssignedToTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToUpdate">The PlannerAssignedToTaskBoardTaskFormat to update.</param>
            <returns>The updated PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerAssignedToTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToUpdate">The PlannerAssignedToTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequestBuilder">
            <summary>
            The interface IPlannerAssignedToTaskBoardTaskFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketRequest">
            <summary>
            The interface IPlannerBucketRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.CreateAsync(Microsoft.Graph.PlannerBucket)">
            <summary>
            Creates the specified PlannerBucket using PUT.
            </summary>
            <param name="plannerBucketToCreate">The PlannerBucket to create.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.CreateAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerBucket using PUT.
            </summary>
            <param name="plannerBucketToCreate">The PlannerBucket to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerBucket.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerBucket.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.GetAsync">
            <summary>
            Gets the specified PlannerBucket.
            </summary>
            <returns>The PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerBucket.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.UpdateAsync(Microsoft.Graph.PlannerBucket)">
            <summary>
            Updates the specified PlannerBucket using PATCH.
            </summary>
            <param name="plannerBucketToUpdate">The PlannerBucket to update.</param>
            <returns>The updated PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.UpdateAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucket using PATCH.
            </summary>
            <param name="plannerBucketToUpdate">The PlannerBucket to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketRequestBuilder">
            <summary>
            The interface IPlannerBucketRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerBucketRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketsCollectionPage">
            <summary>
            The interface IPlannerBucketsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerBucketsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerBucketsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketsCollectionRequest">
            <summary>
            The interface IPlannerBucketsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.AddAsync(Microsoft.Graph.PlannerBucket)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.AddAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketsCollectionRequestBuilder">
            <summary>
            The interface IPlannerBucketsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerBucketsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/> for the specified PlannerBucket.
            </summary>
            <param name="id">The ID for the PlannerBucket.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest">
            <summary>
            The interface IPlannerBucketTaskBoardTaskFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat)">
            <summary>
            Creates the specified PlannerBucketTaskBoardTaskFormat using PUT.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToCreate">The PlannerBucketTaskBoardTaskFormat to create.</param>
            <returns>The created PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerBucketTaskBoardTaskFormat using PUT.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToCreate">The PlannerBucketTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerBucketTaskBoardTaskFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerBucketTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.GetAsync">
            <summary>
            Gets the specified PlannerBucketTaskBoardTaskFormat.
            </summary>
            <returns>The PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerBucketTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat)">
            <summary>
            Updates the specified PlannerBucketTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToUpdate">The PlannerBucketTaskBoardTaskFormat to update.</param>
            <returns>The updated PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucketTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToUpdate">The PlannerBucketTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequestBuilder">
            <summary>
            The interface IPlannerBucketTaskBoardTaskFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketTasksCollectionPage">
            <summary>
            The interface IPlannerBucketTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerBucketTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerBucketTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketTasksCollectionRequest">
            <summary>
            The interface IPlannerBucketTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerBucketTasksCollectionRequestBuilder">
            <summary>
            The interface IPlannerBucketTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerBucketTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerBucketTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerTask.
            </summary>
            <param name="id">The ID for the PlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerGroupPlansCollectionPage">
            <summary>
            The interface IPlannerGroupPlansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerGroupPlansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerGroupPlansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerGroupPlansCollectionRequest">
            <summary>
            The interface IPlannerGroupPlansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerGroupPlansCollectionRequestBuilder">
            <summary>
            The interface IPlannerGroupPlansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupPlansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerGroupPlansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/> for the specified PlannerPlan.
            </summary>
            <param name="id">The ID for the PlannerPlan.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerGroupRequest">
            <summary>
            The interface IPlannerGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.CreateAsync(Microsoft.Graph.PlannerGroup)">
            <summary>
            Creates the specified PlannerGroup using PUT.
            </summary>
            <param name="plannerGroupToCreate">The PlannerGroup to create.</param>
            <returns>The created PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.CreateAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerGroup using PUT.
            </summary>
            <param name="plannerGroupToCreate">The PlannerGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerGroup.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.GetAsync">
            <summary>
            Gets the specified PlannerGroup.
            </summary>
            <returns>The PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.UpdateAsync(Microsoft.Graph.PlannerGroup)">
            <summary>
            Updates the specified PlannerGroup using PATCH.
            </summary>
            <param name="plannerGroupToUpdate">The PlannerGroup to update.</param>
            <returns>The updated PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.UpdateAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerGroup using PATCH.
            </summary>
            <param name="plannerGroupToUpdate">The PlannerGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerGroupRequestBuilder">
            <summary>
            The interface IPlannerGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerGroupRequestBuilder.Plans">
            <summary>
            Gets the request builder for Plans.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerGroupPlansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanBucketsCollectionPage">
            <summary>
            The interface IPlannerPlanBucketsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanBucketsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest">
            <summary>
            The interface IPlannerPlanBucketsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.AddAsync(Microsoft.Graph.PlannerBucket)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.AddAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanBucketsCollectionRequestBuilder">
            <summary>
            The interface IPlannerPlanBucketsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanBucketsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanBucketsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/> for the specified PlannerBucket.
            </summary>
            <param name="id">The ID for the PlannerBucket.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanDetailsRequest">
            <summary>
            The interface IPlannerPlanDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.CreateAsync(Microsoft.Graph.PlannerPlanDetails)">
            <summary>
            Creates the specified PlannerPlanDetails using PUT.
            </summary>
            <param name="plannerPlanDetailsToCreate">The PlannerPlanDetails to create.</param>
            <returns>The created PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.CreateAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerPlanDetails using PUT.
            </summary>
            <param name="plannerPlanDetailsToCreate">The PlannerPlanDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerPlanDetails.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerPlanDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.GetAsync">
            <summary>
            Gets the specified PlannerPlanDetails.
            </summary>
            <returns>The PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerPlanDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.UpdateAsync(Microsoft.Graph.PlannerPlanDetails)">
            <summary>
            Updates the specified PlannerPlanDetails using PATCH.
            </summary>
            <param name="plannerPlanDetailsToUpdate">The PlannerPlanDetails to update.</param>
            <returns>The updated PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.UpdateAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlanDetails using PATCH.
            </summary>
            <param name="plannerPlanDetailsToUpdate">The PlannerPlanDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlanDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlanDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanDetailsRequestBuilder">
            <summary>
            The interface IPlannerPlanDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanDetailsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanRequest">
            <summary>
            The interface IPlannerPlanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.CreateAsync(Microsoft.Graph.PlannerPlan)">
            <summary>
            Creates the specified PlannerPlan using PUT.
            </summary>
            <param name="plannerPlanToCreate">The PlannerPlan to create.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.CreateAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerPlan using PUT.
            </summary>
            <param name="plannerPlanToCreate">The PlannerPlan to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerPlan.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerPlan.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.GetAsync">
            <summary>
            Gets the specified PlannerPlan.
            </summary>
            <returns>The PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerPlan.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.UpdateAsync(Microsoft.Graph.PlannerPlan)">
            <summary>
            Updates the specified PlannerPlan using PATCH.
            </summary>
            <param name="plannerPlanToUpdate">The PlannerPlan to update.</param>
            <returns>The updated PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.UpdateAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlan using PATCH.
            </summary>
            <param name="plannerPlanToUpdate">The PlannerPlan to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanRequestBuilder">
            <summary>
            The interface IPlannerPlanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanRequestBuilder.Buckets">
            <summary>
            Gets the request builder for Buckets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanBucketsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanRequestBuilder.Details">
            <summary>
            Gets the request builder for Details.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlansCollectionPage">
            <summary>
            The interface IPlannerPlansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerPlansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlansCollectionRequest">
            <summary>
            The interface IPlannerPlansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlansCollectionRequestBuilder">
            <summary>
            The interface IPlannerPlansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/> for the specified PlannerPlan.
            </summary>
            <param name="id">The ID for the PlannerPlan.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanTasksCollectionPage">
            <summary>
            The interface IPlannerPlanTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerPlanTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanTasksCollectionRequest">
            <summary>
            The interface IPlannerPlanTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerPlanTasksCollectionRequestBuilder">
            <summary>
            The interface IPlannerPlanTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerPlanTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerPlanTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerTask.
            </summary>
            <param name="id">The ID for the PlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest">
            <summary>
            The interface IPlannerProgressTaskBoardTaskFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat)">
            <summary>
            Creates the specified PlannerProgressTaskBoardTaskFormat using PUT.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToCreate">The PlannerProgressTaskBoardTaskFormat to create.</param>
            <returns>The created PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerProgressTaskBoardTaskFormat using PUT.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToCreate">The PlannerProgressTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerProgressTaskBoardTaskFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerProgressTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.GetAsync">
            <summary>
            Gets the specified PlannerProgressTaskBoardTaskFormat.
            </summary>
            <returns>The PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerProgressTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat)">
            <summary>
            Updates the specified PlannerProgressTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToUpdate">The PlannerProgressTaskBoardTaskFormat to update.</param>
            <returns>The updated PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerProgressTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToUpdate">The PlannerProgressTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequestBuilder">
            <summary>
            The interface IPlannerProgressTaskBoardTaskFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerRequest">
            <summary>
            The interface IPlannerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.CreateAsync(Microsoft.Graph.Planner)">
            <summary>
            Creates the specified Planner using PUT.
            </summary>
            <param name="plannerToCreate">The Planner to create.</param>
            <returns>The created Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.CreateAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Planner using PUT.
            </summary>
            <param name="plannerToCreate">The Planner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.DeleteAsync">
            <summary>
            Deletes the specified Planner.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Planner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.GetAsync">
            <summary>
            Gets the specified Planner.
            </summary>
            <returns>The Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Planner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.UpdateAsync(Microsoft.Graph.Planner)">
            <summary>
            Updates the specified Planner using PATCH.
            </summary>
            <param name="plannerToUpdate">The Planner to update.</param>
            <returns>The updated Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.UpdateAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Planner using PATCH.
            </summary>
            <param name="plannerToUpdate">The Planner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Planner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Planner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerRequestBuilder">
            <summary>
            The interface IPlannerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerRequestBuilder.Plans">
            <summary>
            Gets the request builder for Plans.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerRequestBuilder.Buckets">
            <summary>
            Gets the request builder for Buckets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTaskDetailsRequest">
            <summary>
            The interface IPlannerTaskDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.CreateAsync(Microsoft.Graph.PlannerTaskDetails)">
            <summary>
            Creates the specified PlannerTaskDetails using PUT.
            </summary>
            <param name="plannerTaskDetailsToCreate">The PlannerTaskDetails to create.</param>
            <returns>The created PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.CreateAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerTaskDetails using PUT.
            </summary>
            <param name="plannerTaskDetailsToCreate">The PlannerTaskDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerTaskDetails.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerTaskDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.GetAsync">
            <summary>
            Gets the specified PlannerTaskDetails.
            </summary>
            <returns>The PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerTaskDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.UpdateAsync(Microsoft.Graph.PlannerTaskDetails)">
            <summary>
            Updates the specified PlannerTaskDetails using PATCH.
            </summary>
            <param name="plannerTaskDetailsToUpdate">The PlannerTaskDetails to update.</param>
            <returns>The updated PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.UpdateAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTaskDetails using PATCH.
            </summary>
            <param name="plannerTaskDetailsToUpdate">The PlannerTaskDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTaskDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTaskDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTaskDetailsRequestBuilder">
            <summary>
            The interface IPlannerTaskDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskDetailsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTaskRequest">
            <summary>
            The interface IPlannerTaskRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.CreateAsync(Microsoft.Graph.PlannerTask)">
            <summary>
            Creates the specified PlannerTask using PUT.
            </summary>
            <param name="plannerTaskToCreate">The PlannerTask to create.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.CreateAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerTask using PUT.
            </summary>
            <param name="plannerTaskToCreate">The PlannerTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerTask.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.GetAsync">
            <summary>
            Gets the specified PlannerTask.
            </summary>
            <returns>The PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.UpdateAsync(Microsoft.Graph.PlannerTask)">
            <summary>
            Updates the specified PlannerTask using PATCH.
            </summary>
            <param name="plannerTaskToUpdate">The PlannerTask to update.</param>
            <returns>The updated PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.UpdateAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTask using PATCH.
            </summary>
            <param name="plannerTaskToUpdate">The PlannerTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTaskRequestBuilder">
            <summary>
            The interface IPlannerTaskRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTaskRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerTaskRequestBuilder.Details">
            <summary>
            Gets the request builder for Details.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerTaskRequestBuilder.AssignedToTaskBoardFormat">
            <summary>
            Gets the request builder for AssignedToTaskBoardFormat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerTaskRequestBuilder.ProgressTaskBoardFormat">
            <summary>
            Gets the request builder for ProgressTaskBoardFormat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerTaskRequestBuilder.BucketTaskBoardFormat">
            <summary>
            Gets the request builder for BucketTaskBoardFormat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTasksCollectionPage">
            <summary>
            The interface IPlannerTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTasksCollectionRequest">
            <summary>
            The interface IPlannerTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerTasksCollectionRequestBuilder">
            <summary>
            The interface IPlannerTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerTask.
            </summary>
            <param name="id">The ID for the PlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserPlansCollectionPage">
            <summary>
            The interface IPlannerUserPlansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerUserPlansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerUserPlansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserPlansCollectionRequest">
            <summary>
            The interface IPlannerUserPlansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserPlansCollectionRequestBuilder">
            <summary>
            The interface IPlannerUserPlansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserPlansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerUserPlansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/> for the specified PlannerPlan.
            </summary>
            <param name="id">The ID for the PlannerPlan.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserRequest">
            <summary>
            The interface IPlannerUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.CreateAsync(Microsoft.Graph.PlannerUser)">
            <summary>
            Creates the specified PlannerUser using PUT.
            </summary>
            <param name="plannerUserToCreate">The PlannerUser to create.</param>
            <returns>The created PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.CreateAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerUser using PUT.
            </summary>
            <param name="plannerUserToCreate">The PlannerUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerUser.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.GetAsync">
            <summary>
            Gets the specified PlannerUser.
            </summary>
            <returns>The PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.UpdateAsync(Microsoft.Graph.PlannerUser)">
            <summary>
            Updates the specified PlannerUser using PATCH.
            </summary>
            <param name="plannerUserToUpdate">The PlannerUser to update.</param>
            <returns>The updated PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.UpdateAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerUser using PATCH.
            </summary>
            <param name="plannerUserToUpdate">The PlannerUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserRequestBuilder">
            <summary>
            The interface IPlannerUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerUserRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerUserTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerUserRequestBuilder.Plans">
            <summary>
            Gets the request builder for Plans.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerUserPlansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserTasksCollectionPage">
            <summary>
            The interface IPlannerUserTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPlannerUserTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerUserTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserTasksCollectionRequest">
            <summary>
            The interface IPlannerUserTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPlannerUserTasksCollectionRequestBuilder">
            <summary>
            The interface IPlannerUserTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPlannerUserTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPlannerUserTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerTask.
            </summary>
            <param name="id">The ID for the PlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostAttachmentsCollectionPage">
            <summary>
            The interface IPostAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPostAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPostAttachmentsCollectionRequest">
            <summary>
            The interface IPostAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostAttachmentsCollectionRequestBuilder">
            <summary>
            The interface IPostAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/> for the specified Attachment.
            </summary>
            <param name="id">The ID for the Attachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostExtensionsCollectionPage">
            <summary>
            The interface IPostExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPostExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPostExtensionsCollectionRequest">
            <summary>
            The interface IPostExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostExtensionsCollectionRequestBuilder">
            <summary>
            The interface IPostExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostForwardRequest">
            <summary>
            The interface IPostForwardRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPostForwardRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostForwardRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostForwardRequestBuilder">
            <summary>
            The interface IPostForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostForwardRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IPostMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IPostMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IPostMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostReplyRequest">
            <summary>
            The interface IPostReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPostReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostReplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostReplyRequestBuilder">
            <summary>
            The interface IPostReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostReplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostRequest">
            <summary>
            The interface IPostRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.CreateAsync(Microsoft.Graph.Post)">
            <summary>
            Creates the specified Post using PUT.
            </summary>
            <param name="postToCreate">The Post to create.</param>
            <returns>The created Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.CreateAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Post using PUT.
            </summary>
            <param name="postToCreate">The Post to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.DeleteAsync">
            <summary>
            Deletes the specified Post.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Post.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.GetAsync">
            <summary>
            Gets the specified Post.
            </summary>
            <returns>The Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Post.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.UpdateAsync(Microsoft.Graph.Post)">
            <summary>
            Updates the specified Post using PATCH.
            </summary>
            <param name="postToUpdate">The Post to update.</param>
            <returns>The updated Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.UpdateAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Post using PATCH.
            </summary>
            <param name="postToUpdate">The Post to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostRequestBuilder">
            <summary>
            The interface IPostRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostRequestBuilder.InReplyTo">
            <summary>
            Gets the request builder for InReplyTo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequestBuilder.Forward(System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},System.String)">
            <summary>
            Gets the request builder for PostForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostRequestBuilder.Reply(Microsoft.Graph.Post)">
            <summary>
            Gets the request builder for PostReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostReplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The interface IPostSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The interface IPostSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The interface IPostSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the SingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IProfilePhotoContentRequest">
            <summary>
            The interface IProfilePhotoContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoContentRequest.PutAsync(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="T:Microsoft.Graph.IProfilePhotoContentRequestBuilder">
            <summary>
            The interface IProfilePhotoContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IProfilePhotoRequest">
            <summary>
            The interface IProfilePhotoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.CreateAsync(Microsoft.Graph.ProfilePhoto)">
            <summary>
            Creates the specified ProfilePhoto using PUT.
            </summary>
            <param name="profilePhotoToCreate">The ProfilePhoto to create.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.CreateAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ProfilePhoto using PUT.
            </summary>
            <param name="profilePhotoToCreate">The ProfilePhoto to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.DeleteAsync">
            <summary>
            Deletes the specified ProfilePhoto.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ProfilePhoto.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.GetAsync">
            <summary>
            Gets the specified ProfilePhoto.
            </summary>
            <returns>The ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ProfilePhoto.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.UpdateAsync(Microsoft.Graph.ProfilePhoto)">
            <summary>
            Updates the specified ProfilePhoto using PATCH.
            </summary>
            <param name="profilePhotoToUpdate">The ProfilePhoto to update.</param>
            <returns>The updated ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.UpdateAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProfilePhoto using PATCH.
            </summary>
            <param name="profilePhotoToUpdate">The ProfilePhoto to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IProfilePhotoRequestBuilder">
            <summary>
            The interface IProfilePhotoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IProfilePhotoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IProfilePhotoRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReferenceAttachmentRequest">
            <summary>
            The interface IReferenceAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.CreateAsync(Microsoft.Graph.ReferenceAttachment)">
            <summary>
            Creates the specified ReferenceAttachment using PUT.
            </summary>
            <param name="referenceAttachmentToCreate">The ReferenceAttachment to create.</param>
            <returns>The created ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.CreateAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ReferenceAttachment using PUT.
            </summary>
            <param name="referenceAttachmentToCreate">The ReferenceAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.DeleteAsync">
            <summary>
            Deletes the specified ReferenceAttachment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ReferenceAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.GetAsync">
            <summary>
            Gets the specified ReferenceAttachment.
            </summary>
            <returns>The ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ReferenceAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.UpdateAsync(Microsoft.Graph.ReferenceAttachment)">
            <summary>
            Updates the specified ReferenceAttachment using PATCH.
            </summary>
            <param name="referenceAttachmentToUpdate">The ReferenceAttachment to update.</param>
            <returns>The updated ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.UpdateAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReferenceAttachment using PATCH.
            </summary>
            <param name="referenceAttachmentToUpdate">The ReferenceAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReferenceAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReferenceAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReferenceAttachmentRequestBuilder">
            <summary>
            The interface IReferenceAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReferenceAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequest">
            <summary>
            The interface IRemoteAssistancePartnerBeginOnboardingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequestBuilder">
            <summary>
            The interface IRemoteAssistancePartnerBeginOnboardingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequest">
            <summary>
            The interface IRemoteAssistancePartnerDisconnectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequestBuilder">
            <summary>
            The interface IRemoteAssistancePartnerDisconnectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRemoteAssistancePartnerRequest">
            <summary>
            The interface IRemoteAssistancePartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.CreateAsync(Microsoft.Graph.RemoteAssistancePartner)">
            <summary>
            Creates the specified RemoteAssistancePartner using PUT.
            </summary>
            <param name="remoteAssistancePartnerToCreate">The RemoteAssistancePartner to create.</param>
            <returns>The created RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.CreateAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RemoteAssistancePartner using PUT.
            </summary>
            <param name="remoteAssistancePartnerToCreate">The RemoteAssistancePartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.DeleteAsync">
            <summary>
            Deletes the specified RemoteAssistancePartner.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RemoteAssistancePartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.GetAsync">
            <summary>
            Gets the specified RemoteAssistancePartner.
            </summary>
            <returns>The RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RemoteAssistancePartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.UpdateAsync(Microsoft.Graph.RemoteAssistancePartner)">
            <summary>
            Updates the specified RemoteAssistancePartner using PATCH.
            </summary>
            <param name="remoteAssistancePartnerToUpdate">The RemoteAssistancePartner to update.</param>
            <returns>The updated RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.UpdateAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RemoteAssistancePartner using PATCH.
            </summary>
            <param name="remoteAssistancePartnerToUpdate">The RemoteAssistancePartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder">
            <summary>
            The interface IRemoteAssistancePartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder.BeginOnboarding">
            <summary>
            Gets the request builder for RemoteAssistancePartnerBeginOnboarding.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRemoteAssistancePartnerRequestBuilder.Disconnect">
            <summary>
            Gets the request builder for RemoteAssistancePartnerDisconnect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportContentRequest">
            <summary>
            The interface IReportContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportContentRequest.PutAsync``1(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportContentRequestBuilder">
            <summary>
            The interface IReportContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest">
            <summary>
            The interface IReportRootDeviceConfigurationDeviceActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequestBuilder">
            <summary>
            The interface IReportRootDeviceConfigurationDeviceActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest">
            <summary>
            The interface IReportRootDeviceConfigurationUserActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequestBuilder">
            <summary>
            The interface IReportRootDeviceConfigurationUserActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailActivityCountsRequest">
            <summary>
            The interface IReportRootGetEmailActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetEmailActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetEmailActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetEmailActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequest">
            <summary>
            The interface IReportRootGetEmailActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetEmailActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequest">
            <summary>
            The interface IReportRootGetEmailAppUsageAppsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetEmailAppUsageAppsUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequest">
            <summary>
            The interface IReportRootGetEmailAppUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetEmailAppUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequest">
            <summary>
            The interface IReportRootGetEmailAppUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetEmailAppUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequest">
            <summary>
            The interface IReportRootGetEmailAppUsageVersionsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequest">
            <summary>
            The interface IReportRootGetMailboxUsageDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequestBuilder">
            <summary>
            The interface IReportRootGetMailboxUsageDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequest">
            <summary>
            The interface IReportRootGetMailboxUsageMailboxCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequestBuilder">
            <summary>
            The interface IReportRootGetMailboxUsageMailboxCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest">
            <summary>
            The interface IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder">
            <summary>
            The interface IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequest">
            <summary>
            The interface IReportRootGetMailboxUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequestBuilder">
            <summary>
            The interface IReportRootGetMailboxUsageStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest">
            <summary>
            The interface IReportRootGetOffice365ActivationCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365ActivationCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest">
            <summary>
            The interface IReportRootGetOffice365ActivationsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365ActivationsUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest">
            <summary>
            The interface IReportRootGetOffice365ActivationsUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365ActivationsUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest">
            <summary>
            The interface IReportRootGetOffice365ActiveUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365ActiveUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest">
            <summary>
            The interface IReportRootGetOffice365ActiveUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365ActiveUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityGroupCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365GroupsActivityStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest">
            <summary>
            The interface IReportRootGetOffice365ServicesUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOffice365ServicesUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest">
            <summary>
            The interface IReportRootGetOneDriveActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveActivityFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetOneDriveActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest">
            <summary>
            The interface IReportRootGetOneDriveActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest">
            <summary>
            The interface IReportRootGetOneDriveUsageAccountCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveUsageAccountCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest">
            <summary>
            The interface IReportRootGetOneDriveUsageAccountDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveUsageAccountDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest">
            <summary>
            The interface IReportRootGetOneDriveUsageFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveUsageFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest">
            <summary>
            The interface IReportRootGetOneDriveUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequestBuilder">
            <summary>
            The interface IReportRootGetOneDriveUsageStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest">
            <summary>
            The interface IReportRootGetSharePointActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointActivityFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest">
            <summary>
            The interface IReportRootGetSharePointActivityPagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointActivityPagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetSharePointActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest">
            <summary>
            The interface IReportRootGetSharePointActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest">
            <summary>
            The interface IReportRootGetSharePointSiteUsageDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointSiteUsageDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest">
            <summary>
            The interface IReportRootGetSharePointSiteUsageFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointSiteUsageFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest">
            <summary>
            The interface IReportRootGetSharePointSiteUsagePagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointSiteUsagePagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest">
            <summary>
            The interface IReportRootGetSharePointSiteUsageSiteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointSiteUsageSiteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest">
            <summary>
            The interface IReportRootGetSharePointSiteUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequestBuilder">
            <summary>
            The interface IReportRootGetSharePointSiteUsageStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest">
            <summary>
            The interface IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequest">
            <summary>
            The interface IReportRootGetTeamsDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetTeamsDeviceUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequest">
            <summary>
            The interface IReportRootGetTeamsDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequest">
            <summary>
            The interface IReportRootGetTeamsUserActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetTeamsUserActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetTeamsUserActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetTeamsUserActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequest">
            <summary>
            The interface IReportRootGetTeamsUserActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetTeamsUserActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest">
            <summary>
            The interface IReportRootGetYammerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetYammerActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest">
            <summary>
            The interface IReportRootGetYammerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetYammerActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest">
            <summary>
            The interface IReportRootGetYammerActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetYammerActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest">
            <summary>
            The interface IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest">
            <summary>
            The interface IReportRootGetYammerDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequestBuilder">
            <summary>
            The interface IReportRootGetYammerDeviceUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest">
            <summary>
            The interface IReportRootGetYammerDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequestBuilder">
            <summary>
            The interface IReportRootGetYammerDeviceUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest">
            <summary>
            The interface IReportRootGetYammerGroupsActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequestBuilder">
            <summary>
            The interface IReportRootGetYammerGroupsActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest">
            <summary>
            The interface IReportRootGetYammerGroupsActivityDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequestBuilder">
            <summary>
            The interface IReportRootGetYammerGroupsActivityDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest">
            <summary>
            The interface IReportRootGetYammerGroupsActivityGroupCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequestBuilder">
            <summary>
            The interface IReportRootGetYammerGroupsActivityGroupCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootRequest">
            <summary>
            The interface IReportRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.CreateAsync(Microsoft.Graph.ReportRoot)">
            <summary>
            Creates the specified ReportRoot using PUT.
            </summary>
            <param name="reportRootToCreate">The ReportRoot to create.</param>
            <returns>The created ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.CreateAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ReportRoot using PUT.
            </summary>
            <param name="reportRootToCreate">The ReportRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.DeleteAsync">
            <summary>
            Deletes the specified ReportRoot.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ReportRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.GetAsync">
            <summary>
            Gets the specified ReportRoot.
            </summary>
            <returns>The ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ReportRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.UpdateAsync(Microsoft.Graph.ReportRoot)">
            <summary>
            Updates the specified ReportRoot using PATCH.
            </summary>
            <param name="reportRootToUpdate">The ReportRoot to update.</param>
            <returns>The updated ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.UpdateAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReportRoot using PATCH.
            </summary>
            <param name="reportRootToUpdate">The ReportRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReportRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReportRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IReportRootRequestBuilder">
            <summary>
            The interface IReportRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ActivationsUserDetail">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActivationsUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ActivationCounts">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActivationCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ActivationsUserCounts">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActivationsUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ActiveUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActiveUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ActiveUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActiveUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ServicesUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ServicesUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365ActiveUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActiveUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365GroupsActivityDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365GroupsActivityDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365GroupsActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365GroupsActivityGroupCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityGroupCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365GroupsActivityStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOffice365GroupsActivityFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailAppUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailAppUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailAppUsageAppsUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageAppsUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailAppUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetEmailAppUsageVersionsUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageVersionsUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetMailboxUsageDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetMailboxUsageMailboxCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageMailboxCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetMailboxUsageQuotaStatusMailboxCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageQuotaStatusMailboxCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetMailboxUsageStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveActivityFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveUsageAccountDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageAccountDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveUsageAccountDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageAccountDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveUsageAccountCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageAccountCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveUsageFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetOneDriveUsageStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointActivityFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointActivityPages(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityPages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointSiteUsageDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointSiteUsageDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointSiteUsageFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointSiteUsageSiteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageSiteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointSiteUsageStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSharePointSiteUsagePages(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsagePages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessPeerToPeerActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessPeerToPeerActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessPeerToPeerActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessPeerToPeerActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessPeerToPeerActivityMinuteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessOrganizerActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessOrganizerActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessOrganizerActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessOrganizerActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessOrganizerActivityMinuteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessOrganizerActivityMinuteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessParticipantActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessParticipantActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessParticipantActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessParticipantActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessParticipantActivityMinuteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessParticipantActivityMinuteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageDistributionUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerDeviceUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerDeviceUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerDeviceUsageDistributionUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageDistributionUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerDeviceUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerGroupsActivityDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerGroupsActivityDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerGroupsActivityGroupCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityGroupCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetYammerGroupsActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsUserActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsUserActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsUserActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsUserActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsDeviceUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsDeviceUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsDeviceUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.GetTeamsDeviceUsageDistributionUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageDistributionUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.DeviceConfigurationUserActivity">
            <summary>
            Gets the request builder for ReportRootDeviceConfigurationUserActivity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IReportRootRequestBuilder.DeviceConfigurationDeviceActivity">
            <summary>
            Gets the request builder for ReportRootDeviceConfigurationDeviceActivity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IResourceOperationRequest">
            <summary>
            The interface IResourceOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.CreateAsync(Microsoft.Graph.ResourceOperation)">
            <summary>
            Creates the specified ResourceOperation using PUT.
            </summary>
            <param name="resourceOperationToCreate">The ResourceOperation to create.</param>
            <returns>The created ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.CreateAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ResourceOperation using PUT.
            </summary>
            <param name="resourceOperationToCreate">The ResourceOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.DeleteAsync">
            <summary>
            Deletes the specified ResourceOperation.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ResourceOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.GetAsync">
            <summary>
            Gets the specified ResourceOperation.
            </summary>
            <returns>The ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ResourceOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.UpdateAsync(Microsoft.Graph.ResourceOperation)">
            <summary>
            Updates the specified ResourceOperation using PATCH.
            </summary>
            <param name="resourceOperationToUpdate">The ResourceOperation to update.</param>
            <returns>The updated ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.UpdateAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceOperation using PATCH.
            </summary>
            <param name="resourceOperationToUpdate">The ResourceOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IResourceOperationRequestBuilder">
            <summary>
            The interface IResourceOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IResourceOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleAssignmentRequest">
            <summary>
            The interface IRoleAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.CreateAsync(Microsoft.Graph.RoleAssignment)">
            <summary>
            Creates the specified RoleAssignment using PUT.
            </summary>
            <param name="roleAssignmentToCreate">The RoleAssignment to create.</param>
            <returns>The created RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.CreateAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleAssignment using PUT.
            </summary>
            <param name="roleAssignmentToCreate">The RoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified RoleAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.GetAsync">
            <summary>
            Gets the specified RoleAssignment.
            </summary>
            <returns>The RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.UpdateAsync(Microsoft.Graph.RoleAssignment)">
            <summary>
            Updates the specified RoleAssignment using PATCH.
            </summary>
            <param name="roleAssignmentToUpdate">The RoleAssignment to update.</param>
            <returns>The updated RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.UpdateAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleAssignment using PATCH.
            </summary>
            <param name="roleAssignmentToUpdate">The RoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleAssignmentRequestBuilder">
            <summary>
            The interface IRoleAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRoleAssignmentRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionReferenceRequest">
            <summary>
            The interface IRoleDefinitionReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified RoleDefinition reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified RoleDefinition reference.
            </summary>
            <param name="id">The RoleDefinition reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified RoleDefinition reference.
            </summary>
            <param name="id">The RoleDefinition reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionReferenceRequestBuilder">
            <summary>
            The interface IRoleDefinitionReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionRequest">
            <summary>
            The interface IRoleDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.CreateAsync(Microsoft.Graph.RoleDefinition)">
            <summary>
            Creates the specified RoleDefinition using PUT.
            </summary>
            <param name="roleDefinitionToCreate">The RoleDefinition to create.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.CreateAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleDefinition using PUT.
            </summary>
            <param name="roleDefinitionToCreate">The RoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.DeleteAsync">
            <summary>
            Deletes the specified RoleDefinition.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.GetAsync">
            <summary>
            Gets the specified RoleDefinition.
            </summary>
            <returns>The RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.UpdateAsync(Microsoft.Graph.RoleDefinition)">
            <summary>
            Updates the specified RoleDefinition using PATCH.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition to update.</param>
            <returns>The updated RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.UpdateAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PATCH.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionRequestBuilder">
            <summary>
            The interface IRoleDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRoleDefinitionRequestBuilder.RoleAssignments">
            <summary>
            Gets the request builder for RoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionPage">
            <summary>
            The interface IRoleDefinitionRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest">
            <summary>
            The interface IRoleDefinitionRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.RoleAssignment)">
            <summary>
            Adds the specified RoleAssignment to the collection via POST.
            </summary>
            <param name="roleAssignment">The RoleAssignment to add.</param>
            <returns>The created RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RoleAssignment to the collection via POST.
            </summary>
            <param name="roleAssignment">The RoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IRoleDefinitionRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRoleAssignmentRequestBuilder"/> for the specified RoleAssignment.
            </summary>
            <param name="id">The ID for the RoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionWithReferenceRequest">
            <summary>
            The interface IRoleDefinitionWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified RoleDefinition.
            </summary>
            <returns>The RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IRoleDefinitionWithReferenceRequestBuilder">
            <summary>
            The interface IRoleDefinitionWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IRoleDefinitionWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IRoleDefinitionWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the roleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISchemaExtensionRequest">
            <summary>
            The interface ISchemaExtensionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.CreateAsync(Microsoft.Graph.SchemaExtension)">
            <summary>
            Creates the specified SchemaExtension using PUT.
            </summary>
            <param name="schemaExtensionToCreate">The SchemaExtension to create.</param>
            <returns>The created SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.CreateAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SchemaExtension using PUT.
            </summary>
            <param name="schemaExtensionToCreate">The SchemaExtension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.DeleteAsync">
            <summary>
            Deletes the specified SchemaExtension.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SchemaExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.GetAsync">
            <summary>
            Gets the specified SchemaExtension.
            </summary>
            <returns>The SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SchemaExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.UpdateAsync(Microsoft.Graph.SchemaExtension)">
            <summary>
            Updates the specified SchemaExtension using PATCH.
            </summary>
            <param name="schemaExtensionToUpdate">The SchemaExtension to update.</param>
            <returns>The updated SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.UpdateAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchemaExtension using PATCH.
            </summary>
            <param name="schemaExtensionToUpdate">The SchemaExtension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISchemaExtensionRequestBuilder">
            <summary>
            The interface ISchemaExtensionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISchemaExtensionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupRequest">
            <summary>
            The interface ISectionGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.CreateAsync(Microsoft.Graph.SectionGroup)">
            <summary>
            Creates the specified SectionGroup using PUT.
            </summary>
            <param name="sectionGroupToCreate">The SectionGroup to create.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.CreateAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SectionGroup using PUT.
            </summary>
            <param name="sectionGroupToCreate">The SectionGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.DeleteAsync">
            <summary>
            Deletes the specified SectionGroup.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SectionGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.GetAsync">
            <summary>
            Gets the specified SectionGroup.
            </summary>
            <returns>The SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SectionGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.UpdateAsync(Microsoft.Graph.SectionGroup)">
            <summary>
            Updates the specified SectionGroup using PATCH.
            </summary>
            <param name="sectionGroupToUpdate">The SectionGroup to update.</param>
            <returns>The updated SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.UpdateAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SectionGroup using PATCH.
            </summary>
            <param name="sectionGroupToUpdate">The SectionGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupRequestBuilder">
            <summary>
            The interface ISectionGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupRequestBuilder.ParentNotebook">
            <summary>
            Gets the request builder for ParentNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupRequestBuilder.ParentSectionGroup">
            <summary>
            Gets the request builder for ParentSectionGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupRequestBuilder.Sections">
            <summary>
            Gets the request builder for Sections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupSectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupRequestBuilder.SectionGroups">
            <summary>
            Gets the request builder for SectionGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionPage">
            <summary>
            The interface ISectionGroupSectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupSectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest">
            <summary>
            The interface ISectionGroupSectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequestBuilder">
            <summary>
            The interface ISectionGroupSectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/> for the specified SectionGroup.
            </summary>
            <param name="id">The ID for the SectionGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupSectionsCollectionPage">
            <summary>
            The interface ISectionGroupSectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupSectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISectionGroupSectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupSectionsCollectionRequest">
            <summary>
            The interface ISectionGroupSectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISectionGroupSectionsCollectionRequestBuilder">
            <summary>
            The interface ISectionGroupSectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISectionGroupSectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISectionGroupSectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/> for the specified OnenoteSection.
            </summary>
            <param name="id">The ID for the OnenoteSection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISettingStateDeviceSummaryRequest">
            <summary>
            The interface ISettingStateDeviceSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.CreateAsync(Microsoft.Graph.SettingStateDeviceSummary)">
            <summary>
            Creates the specified SettingStateDeviceSummary using PUT.
            </summary>
            <param name="settingStateDeviceSummaryToCreate">The SettingStateDeviceSummary to create.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.CreateAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SettingStateDeviceSummary using PUT.
            </summary>
            <param name="settingStateDeviceSummaryToCreate">The SettingStateDeviceSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified SettingStateDeviceSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SettingStateDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.GetAsync">
            <summary>
            Gets the specified SettingStateDeviceSummary.
            </summary>
            <returns>The SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SettingStateDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.UpdateAsync(Microsoft.Graph.SettingStateDeviceSummary)">
            <summary>
            Updates the specified SettingStateDeviceSummary using PATCH.
            </summary>
            <param name="settingStateDeviceSummaryToUpdate">The SettingStateDeviceSummary to update.</param>
            <returns>The updated SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.UpdateAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SettingStateDeviceSummary using PATCH.
            </summary>
            <param name="settingStateDeviceSummaryToUpdate">The SettingStateDeviceSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder">
            <summary>
            The interface ISettingStateDeviceSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISettingStateDeviceSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedDriveItemItemsCollectionPage">
            <summary>
            The interface ISharedDriveItemItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest">
            <summary>
            The interface ISharedDriveItemItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.AddAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedDriveItemItemsCollectionRequestBuilder">
            <summary>
            The interface ISharedDriveItemItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified DriveItem.
            </summary>
            <param name="id">The ID for the DriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedDriveItemRequest">
            <summary>
            The interface ISharedDriveItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.CreateAsync(Microsoft.Graph.SharedDriveItem)">
            <summary>
            Creates the specified SharedDriveItem using PUT.
            </summary>
            <param name="sharedDriveItemToCreate">The SharedDriveItem to create.</param>
            <returns>The created SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.CreateAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedDriveItem using PUT.
            </summary>
            <param name="sharedDriveItemToCreate">The SharedDriveItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.DeleteAsync">
            <summary>
            Deletes the specified SharedDriveItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedDriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.GetAsync">
            <summary>
            Gets the specified SharedDriveItem.
            </summary>
            <returns>The SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedDriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.UpdateAsync(Microsoft.Graph.SharedDriveItem)">
            <summary>
            Updates the specified SharedDriveItem using PATCH.
            </summary>
            <param name="sharedDriveItemToUpdate">The SharedDriveItem to update.</param>
            <returns>The updated SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.UpdateAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedDriveItem using PATCH.
            </summary>
            <param name="sharedDriveItemToUpdate">The SharedDriveItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedDriveItemRequestBuilder">
            <summary>
            The interface ISharedDriveItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedDriveItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemRequestBuilder.DriveItem">
            <summary>
            Gets the request builder for DriveItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISharedDriveItemItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemRequestBuilder.List">
            <summary>
            Gets the request builder for List.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemRequestBuilder.ListItem">
            <summary>
            Gets the request builder for ListItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemRequestBuilder.Root">
            <summary>
            Gets the request builder for Root.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISharedDriveItemRequestBuilder.Site">
            <summary>
            Gets the request builder for Site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedPCConfigurationRequest">
            <summary>
            The interface ISharedPCConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.CreateAsync(Microsoft.Graph.SharedPCConfiguration)">
            <summary>
            Creates the specified SharedPCConfiguration using PUT.
            </summary>
            <param name="sharedPCConfigurationToCreate">The SharedPCConfiguration to create.</param>
            <returns>The created SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.CreateAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedPCConfiguration using PUT.
            </summary>
            <param name="sharedPCConfigurationToCreate">The SharedPCConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified SharedPCConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedPCConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.GetAsync">
            <summary>
            Gets the specified SharedPCConfiguration.
            </summary>
            <returns>The SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedPCConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.UpdateAsync(Microsoft.Graph.SharedPCConfiguration)">
            <summary>
            Updates the specified SharedPCConfiguration using PATCH.
            </summary>
            <param name="sharedPCConfigurationToUpdate">The SharedPCConfiguration to update.</param>
            <returns>The updated SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.UpdateAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedPCConfiguration using PATCH.
            </summary>
            <param name="sharedPCConfigurationToUpdate">The SharedPCConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedPCConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedPCConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISharedPCConfigurationRequestBuilder">
            <summary>
            The interface ISharedPCConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISharedPCConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest">
            <summary>
            The interface ISingleValueLegacyExtendedPropertyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.CreateAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Creates the specified SingleValueLegacyExtendedProperty using PUT.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToCreate">The SingleValueLegacyExtendedProperty to create.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.CreateAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SingleValueLegacyExtendedProperty using PUT.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToCreate">The SingleValueLegacyExtendedProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.DeleteAsync">
            <summary>
            Deletes the specified SingleValueLegacyExtendedProperty.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.GetAsync">
            <summary>
            Gets the specified SingleValueLegacyExtendedProperty.
            </summary>
            <returns>The SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.UpdateAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Updates the specified SingleValueLegacyExtendedProperty using PATCH.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToUpdate">The SingleValueLegacyExtendedProperty to update.</param>
            <returns>The updated SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.UpdateAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SingleValueLegacyExtendedProperty using PATCH.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToUpdate">The SingleValueLegacyExtendedProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder">
            <summary>
            The interface ISingleValueLegacyExtendedPropertyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteColumnsCollectionPage">
            <summary>
            The interface ISiteColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteColumnsCollectionRequest">
            <summary>
            The interface ISiteColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteColumnsCollectionRequestBuilder">
            <summary>
            The interface ISiteColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/> for the specified ColumnDefinition.
            </summary>
            <param name="id">The ID for the ColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteContentTypesCollectionPage">
            <summary>
            The interface ISiteContentTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteContentTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteContentTypesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteContentTypesCollectionRequest">
            <summary>
            The interface ISiteContentTypesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.AddAsync(Microsoft.Graph.ContentType)">
            <summary>
            Adds the specified ContentType to the collection via POST.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.AddAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentType to the collection via POST.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder">
            <summary>
            The interface ISiteContentTypesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteContentTypesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/> for the specified ContentType.
            </summary>
            <param name="id">The ID for the ContentType.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteDrivesCollectionPage">
            <summary>
            The interface ISiteDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteDrivesCollectionRequest">
            <summary>
            The interface ISiteDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteDrivesCollectionRequestBuilder">
            <summary>
            The interface ISiteDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified Drive.
            </summary>
            <param name="id">The ID for the Drive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteGetByPathRequest">
            <summary>
            The interface ISiteGetByPathRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.PatchAsync(Microsoft.Graph.Site)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="site">The Site object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.PatchAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="site">The Site object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.PutAsync(Microsoft.Graph.Site)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="site">The Site object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.PutAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="site">The Site object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteGetByPathRequestBuilder">
            <summary>
            The interface ISiteGetByPathRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteGetByPathRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteItemsCollectionPage">
            <summary>
            The interface ISiteItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteItemsCollectionRequest">
            <summary>
            The interface ISiteItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.AddAsync(Microsoft.Graph.BaseItem)">
            <summary>
            Adds the specified BaseItem to the collection via POST.
            </summary>
            <param name="baseItem">The BaseItem to add.</param>
            <returns>The created BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.AddAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BaseItem to the collection via POST.
            </summary>
            <param name="baseItem">The BaseItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteItemsCollectionRequestBuilder">
            <summary>
            The interface ISiteItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBaseItemRequestBuilder"/> for the specified BaseItem.
            </summary>
            <param name="id">The ID for the BaseItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBaseItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteListsCollectionPage">
            <summary>
            The interface ISiteListsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteListsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteListsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteListsCollectionRequest">
            <summary>
            The interface ISiteListsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.AddAsync(Microsoft.Graph.List)">
            <summary>
            Adds the specified List to the collection via POST.
            </summary>
            <param name="list">The List to add.</param>
            <returns>The created List.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.AddAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Adds the specified List to the collection via POST.
            </summary>
            <param name="list">The List to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created List.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteListsCollectionRequestBuilder">
            <summary>
            The interface ISiteListsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteListsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteListsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IListRequestBuilder"/> for the specified List.
            </summary>
            <param name="id">The ID for the List.</param>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteRequest">
            <summary>
            The interface ISiteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.CreateAsync(Microsoft.Graph.Site)">
            <summary>
            Creates the specified Site using PUT.
            </summary>
            <param name="siteToCreate">The Site to create.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.CreateAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Site using PUT.
            </summary>
            <param name="siteToCreate">The Site to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.DeleteAsync">
            <summary>
            Deletes the specified Site.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.GetAsync">
            <summary>
            Gets the specified Site.
            </summary>
            <returns>The Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Site.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.UpdateAsync(Microsoft.Graph.Site)">
            <summary>
            Updates the specified Site using PATCH.
            </summary>
            <param name="siteToUpdate">The Site to update.</param>
            <returns>The updated Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.UpdateAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PATCH.
            </summary>
            <param name="siteToUpdate">The Site to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteSitesCollectionPage">
            <summary>
            The interface ISiteSitesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ISiteSitesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteSitesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ISiteSitesCollectionRequest">
            <summary>
            The interface ISiteSitesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.AddAsync(Microsoft.Graph.Site)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISiteSitesCollectionRequestBuilder">
            <summary>
            The interface ISiteSitesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISiteSitesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISiteSitesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/> for the specified Site.
            </summary>
            <param name="id">The ID for the Site.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequest">
            <summary>
            The interface ISoftwareUpdateStatusSummaryReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified SoftwareUpdateStatusSummary reference.
            </summary>
            <param name="id">The SoftwareUpdateStatusSummary reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified SoftwareUpdateStatusSummary reference.
            </summary>
            <param name="id">The SoftwareUpdateStatusSummary reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequestBuilder">
            <summary>
            The interface ISoftwareUpdateStatusSummaryReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest">
            <summary>
            The interface ISoftwareUpdateStatusSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.CreateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary)">
            <summary>
            Creates the specified SoftwareUpdateStatusSummary using PUT.
            </summary>
            <param name="softwareUpdateStatusSummaryToCreate">The SoftwareUpdateStatusSummary to create.</param>
            <returns>The created SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.CreateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareUpdateStatusSummary using PUT.
            </summary>
            <param name="softwareUpdateStatusSummaryToCreate">The SoftwareUpdateStatusSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.GetAsync">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary.
            </summary>
            <returns>The SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.UpdateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PATCH.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary to update.</param>
            <returns>The updated SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.UpdateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PATCH.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequestBuilder">
            <summary>
            The interface ISoftwareUpdateStatusSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest">
            <summary>
            The interface ISoftwareUpdateStatusSummaryWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary.
            </summary>
            <returns>The SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder">
            <summary>
            The interface ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ISoftwareUpdateStatusSummaryWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the softwareUpdateStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubscribedSkuRequest">
            <summary>
            The interface ISubscribedSkuRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.CreateAsync(Microsoft.Graph.SubscribedSku)">
            <summary>
            Creates the specified SubscribedSku using PUT.
            </summary>
            <param name="subscribedSkuToCreate">The SubscribedSku to create.</param>
            <returns>The created SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.CreateAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubscribedSku using PUT.
            </summary>
            <param name="subscribedSkuToCreate">The SubscribedSku to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.DeleteAsync">
            <summary>
            Deletes the specified SubscribedSku.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubscribedSku.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.GetAsync">
            <summary>
            Gets the specified SubscribedSku.
            </summary>
            <returns>The SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubscribedSku.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.UpdateAsync(Microsoft.Graph.SubscribedSku)">
            <summary>
            Updates the specified SubscribedSku using PATCH.
            </summary>
            <param name="subscribedSkuToUpdate">The SubscribedSku to update.</param>
            <returns>The updated SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.UpdateAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribedSku using PATCH.
            </summary>
            <param name="subscribedSkuToUpdate">The SubscribedSku to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubscribedSkuRequestBuilder">
            <summary>
            The interface ISubscribedSkuRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscribedSkuRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubscriptionRequest">
            <summary>
            The interface ISubscriptionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.CreateAsync(Microsoft.Graph.Subscription)">
            <summary>
            Creates the specified Subscription using PUT.
            </summary>
            <param name="subscriptionToCreate">The Subscription to create.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.CreateAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Subscription using PUT.
            </summary>
            <param name="subscriptionToCreate">The Subscription to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.DeleteAsync">
            <summary>
            Deletes the specified Subscription.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Subscription.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.GetAsync">
            <summary>
            Gets the specified Subscription.
            </summary>
            <returns>The Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Subscription.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.UpdateAsync(Microsoft.Graph.Subscription)">
            <summary>
            Updates the specified Subscription using PATCH.
            </summary>
            <param name="subscriptionToUpdate">The Subscription to update.</param>
            <returns>The updated Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.UpdateAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Subscription using PATCH.
            </summary>
            <param name="subscriptionToUpdate">The Subscription to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ISubscriptionRequestBuilder">
            <summary>
            The interface ISubscriptionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ISubscriptionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionPage">
            <summary>
            The interface ITargetedManagedAppConfigurationAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest">
            <summary>
            The interface ITargetedManagedAppConfigurationAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequestBuilder">
            <summary>
            The interface ITargetedManagedAppConfigurationAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified ManagedMobileApp.
            </summary>
            <param name="id">The ID for the ManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionPage">
            <summary>
            The interface ITargetedManagedAppConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest">
            <summary>
            The interface ITargetedManagedAppConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The interface ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/> for the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="id">The ID for the TargetedManagedAppPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequest">
            <summary>
            The interface ITargetedManagedAppConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequestBuilder">
            <summary>
            The interface ITargetedManagedAppConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationRequest">
            <summary>
            The interface ITargetedManagedAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppConfiguration)">
            <summary>
            Creates the specified TargetedManagedAppConfiguration using PUT.
            </summary>
            <param name="targetedManagedAppConfigurationToCreate">The TargetedManagedAppConfiguration to create.</param>
            <returns>The created TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppConfiguration using PUT.
            </summary>
            <param name="targetedManagedAppConfigurationToCreate">The TargetedManagedAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified TargetedManagedAppConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.GetAsync">
            <summary>
            Gets the specified TargetedManagedAppConfiguration.
            </summary>
            <returns>The TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppConfiguration)">
            <summary>
            Updates the specified TargetedManagedAppConfiguration using PATCH.
            </summary>
            <param name="targetedManagedAppConfigurationToUpdate">The TargetedManagedAppConfiguration to update.</param>
            <returns>The updated TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppConfiguration using PATCH.
            </summary>
            <param name="targetedManagedAppConfigurationToUpdate">The TargetedManagedAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder">
            <summary>
            The interface ITargetedManagedAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Gets the request builder for TargetedManagedAppConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Gets the request builder for TargetedManagedAppConfigurationTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequest">
            <summary>
            The interface ITargetedManagedAppConfigurationTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequestBuilder">
            <summary>
            The interface ITargetedManagedAppConfigurationTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest">
            <summary>
            The interface ITargetedManagedAppPolicyAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment)">
            <summary>
            Creates the specified TargetedManagedAppPolicyAssignment using PUT.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToCreate">The TargetedManagedAppPolicyAssignment to create.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppPolicyAssignment using PUT.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToCreate">The TargetedManagedAppPolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.GetAsync">
            <summary>
            Gets the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <returns>The TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment)">
            <summary>
            Updates the specified TargetedManagedAppPolicyAssignment using PATCH.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToUpdate">The TargetedManagedAppPolicyAssignment to update.</param>
            <returns>The updated TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppPolicyAssignment using PATCH.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToUpdate">The TargetedManagedAppPolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder">
            <summary>
            The interface ITargetedManagedAppPolicyAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionPage">
            <summary>
            The interface ITargetedManagedAppProtectionAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest">
            <summary>
            The interface ITargetedManagedAppProtectionAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder">
            <summary>
            The interface ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/> for the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="id">The ID for the TargetedManagedAppPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequest">
            <summary>
            The interface ITargetedManagedAppProtectionAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequestBuilder">
            <summary>
            The interface ITargetedManagedAppProtectionAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionRequest">
            <summary>
            The interface ITargetedManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppProtection)">
            <summary>
            Creates the specified TargetedManagedAppProtection using PUT.
            </summary>
            <param name="targetedManagedAppProtectionToCreate">The TargetedManagedAppProtection to create.</param>
            <returns>The created TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppProtection using PUT.
            </summary>
            <param name="targetedManagedAppProtectionToCreate">The TargetedManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified TargetedManagedAppProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.GetAsync">
            <summary>
            Gets the specified TargetedManagedAppProtection.
            </summary>
            <returns>The TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppProtection)">
            <summary>
            Updates the specified TargetedManagedAppProtection using PATCH.
            </summary>
            <param name="targetedManagedAppProtectionToUpdate">The TargetedManagedAppProtection to update.</param>
            <returns>The updated TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppProtection using PATCH.
            </summary>
            <param name="targetedManagedAppProtectionToUpdate">The TargetedManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITargetedManagedAppProtectionRequestBuilder">
            <summary>
            The interface ITargetedManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITargetedManagedAppProtectionRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITargetedManagedAppProtectionRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Gets the request builder for TargetedManagedAppProtectionAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest">
            <summary>
            The interface ITelecomExpenseManagementPartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.CreateAsync(Microsoft.Graph.TelecomExpenseManagementPartner)">
            <summary>
            Creates the specified TelecomExpenseManagementPartner using PUT.
            </summary>
            <param name="telecomExpenseManagementPartnerToCreate">The TelecomExpenseManagementPartner to create.</param>
            <returns>The created TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.CreateAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TelecomExpenseManagementPartner using PUT.
            </summary>
            <param name="telecomExpenseManagementPartnerToCreate">The TelecomExpenseManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.DeleteAsync">
            <summary>
            Deletes the specified TelecomExpenseManagementPartner.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TelecomExpenseManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.GetAsync">
            <summary>
            Gets the specified TelecomExpenseManagementPartner.
            </summary>
            <returns>The TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TelecomExpenseManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.UpdateAsync(Microsoft.Graph.TelecomExpenseManagementPartner)">
            <summary>
            Updates the specified TelecomExpenseManagementPartner using PATCH.
            </summary>
            <param name="telecomExpenseManagementPartnerToUpdate">The TelecomExpenseManagementPartner to update.</param>
            <returns>The updated TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.UpdateAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TelecomExpenseManagementPartner using PATCH.
            </summary>
            <param name="telecomExpenseManagementPartnerToUpdate">The TelecomExpenseManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder">
            <summary>
            The interface ITelecomExpenseManagementPartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITelecomExpenseManagementPartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ItemAttachmentRequest">
            <summary>
            The type ItemAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ItemAttachmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.CreateAsync(Microsoft.Graph.ItemAttachment)">
            <summary>
            Creates the specified ItemAttachment using POST.
            </summary>
            <param name="itemAttachmentToCreate">The ItemAttachment to create.</param>
            <returns>The created ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.CreateAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ItemAttachment using POST.
            </summary>
            <param name="itemAttachmentToCreate">The ItemAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.DeleteAsync">
            <summary>
            Deletes the specified ItemAttachment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ItemAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.GetAsync">
            <summary>
            Gets the specified ItemAttachment.
            </summary>
            <returns>The ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ItemAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.UpdateAsync(Microsoft.Graph.ItemAttachment)">
            <summary>
            Updates the specified ItemAttachment using PATCH.
            </summary>
            <param name="itemAttachmentToUpdate">The ItemAttachment to update.</param>
            <returns>The updated ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.UpdateAsync(Microsoft.Graph.ItemAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ItemAttachment using PATCH.
            </summary>
            <param name="itemAttachmentToUpdate">The ItemAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ItemAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ItemAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequest.InitializeCollectionProperties(Microsoft.Graph.ItemAttachment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="itemAttachmentToInitialize">The <see cref="T:Microsoft.Graph.ItemAttachment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ItemAttachmentRequestBuilder">
            <summary>
            The type ItemAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ItemAttachmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ItemAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ItemAttachmentRequestBuilder.Item">
            <summary>
            Gets the request builder for Item.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionPage">
            <summary>
            The interface ITermsAndConditionsAcceptanceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest">
            <summary>
            The interface ITermsAndConditionsAcceptanceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus)">
            <summary>
            Adds the specified TermsAndConditionsAcceptanceStatus to the collection via POST.
            </summary>
            <param name="termsAndConditionsAcceptanceStatus">The TermsAndConditionsAcceptanceStatus to add.</param>
            <returns>The created TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditionsAcceptanceStatus to the collection via POST.
            </summary>
            <param name="termsAndConditionsAcceptanceStatus">The TermsAndConditionsAcceptanceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder">
            <summary>
            The interface ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder"/> for the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <param name="id">The ID for the TermsAndConditionsAcceptanceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest">
            <summary>
            The interface ITermsAndConditionsAcceptanceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.CreateAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus)">
            <summary>
            Creates the specified TermsAndConditionsAcceptanceStatus using PUT.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToCreate">The TermsAndConditionsAcceptanceStatus to create.</param>
            <returns>The created TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.CreateAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditionsAcceptanceStatus using PUT.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToCreate">The TermsAndConditionsAcceptanceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.GetAsync">
            <summary>
            Gets the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <returns>The TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.UpdateAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus)">
            <summary>
            Updates the specified TermsAndConditionsAcceptanceStatus using PATCH.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToUpdate">The TermsAndConditionsAcceptanceStatus to update.</param>
            <returns>The updated TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.UpdateAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAcceptanceStatus using PATCH.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToUpdate">The TermsAndConditionsAcceptanceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder">
            <summary>
            The interface ITermsAndConditionsAcceptanceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder.TermsAndConditions">
            <summary>
            Gets the request builder for TermsAndConditions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAssignmentRequest">
            <summary>
            The interface ITermsAndConditionsAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.CreateAsync(Microsoft.Graph.TermsAndConditionsAssignment)">
            <summary>
            Creates the specified TermsAndConditionsAssignment using PUT.
            </summary>
            <param name="termsAndConditionsAssignmentToCreate">The TermsAndConditionsAssignment to create.</param>
            <returns>The created TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.CreateAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditionsAssignment using PUT.
            </summary>
            <param name="termsAndConditionsAssignmentToCreate">The TermsAndConditionsAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified TermsAndConditionsAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditionsAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.GetAsync">
            <summary>
            Gets the specified TermsAndConditionsAssignment.
            </summary>
            <returns>The TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditionsAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.UpdateAsync(Microsoft.Graph.TermsAndConditionsAssignment)">
            <summary>
            Updates the specified TermsAndConditionsAssignment using PATCH.
            </summary>
            <param name="termsAndConditionsAssignmentToUpdate">The TermsAndConditionsAssignment to update.</param>
            <returns>The updated TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.UpdateAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAssignment using PATCH.
            </summary>
            <param name="termsAndConditionsAssignmentToUpdate">The TermsAndConditionsAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder">
            <summary>
            The interface ITermsAndConditionsAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionPage">
            <summary>
            The interface ITermsAndConditionsAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest">
            <summary>
            The interface ITermsAndConditionsAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditionsAssignment)">
            <summary>
            Adds the specified TermsAndConditionsAssignment to the collection via POST.
            </summary>
            <param name="termsAndConditionsAssignment">The TermsAndConditionsAssignment to add.</param>
            <returns>The created TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditionsAssignment to the collection via POST.
            </summary>
            <param name="termsAndConditionsAssignment">The TermsAndConditionsAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequestBuilder">
            <summary>
            The interface ITermsAndConditionsAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder"/> for the specified TermsAndConditionsAssignment.
            </summary>
            <param name="id">The ID for the TermsAndConditionsAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsReferenceRequest">
            <summary>
            The interface ITermsAndConditionsReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified TermsAndConditions reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified TermsAndConditions reference.
            </summary>
            <param name="id">The TermsAndConditions reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TermsAndConditions reference.
            </summary>
            <param name="id">The TermsAndConditions reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsReferenceRequestBuilder">
            <summary>
            The interface ITermsAndConditionsReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsRequest">
            <summary>
            The interface ITermsAndConditionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.CreateAsync(Microsoft.Graph.TermsAndConditions)">
            <summary>
            Creates the specified TermsAndConditions using PUT.
            </summary>
            <param name="termsAndConditionsToCreate">The TermsAndConditions to create.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.CreateAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditions using PUT.
            </summary>
            <param name="termsAndConditionsToCreate">The TermsAndConditions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.DeleteAsync">
            <summary>
            Deletes the specified TermsAndConditions.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.GetAsync">
            <summary>
            Gets the specified TermsAndConditions.
            </summary>
            <returns>The TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.UpdateAsync(Microsoft.Graph.TermsAndConditions)">
            <summary>
            Updates the specified TermsAndConditions using PATCH.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions to update.</param>
            <returns>The updated TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.UpdateAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PATCH.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsRequestBuilder">
            <summary>
            The interface ITermsAndConditionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsRequestBuilder.AcceptanceStatuses">
            <summary>
            Gets the request builder for AcceptanceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest">
            <summary>
            The interface ITermsAndConditionsWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified TermsAndConditions.
            </summary>
            <returns>The TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ITermsAndConditionsWithReferenceRequestBuilder">
            <summary>
            The interface ITermsAndConditionsWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ITermsAndConditionsWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ITermsAndConditionsWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the termsAndConditions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThumbnailContentRequest">
            <summary>
            The interface IThumbnailContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailContentRequest.PutAsync``1(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThumbnailContentRequestBuilder">
            <summary>
            The interface IThumbnailContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThumbnailRequest">
            <summary>
            The interface IThumbnailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.CreateAsync(Microsoft.Graph.Thumbnail)">
            <summary>
            Creates the specified Thumbnail using PUT.
            </summary>
            <param name="thumbnailToCreate">The Thumbnail to create.</param>
            <returns>The created Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.CreateAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Thumbnail using PUT.
            </summary>
            <param name="thumbnailToCreate">The Thumbnail to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.DeleteAsync">
            <summary>
            Deletes the specified Thumbnail.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Thumbnail.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.GetAsync">
            <summary>
            Gets the specified Thumbnail.
            </summary>
            <returns>The Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Thumbnail.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.UpdateAsync(Microsoft.Graph.Thumbnail)">
            <summary>
            Updates the specified Thumbnail using PATCH.
            </summary>
            <param name="thumbnailToUpdate">The Thumbnail to update.</param>
            <returns>The updated Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.UpdateAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Thumbnail using PATCH.
            </summary>
            <param name="thumbnailToUpdate">The Thumbnail to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Thumbnail,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Thumbnail,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThumbnailRequestBuilder">
            <summary>
            The interface IThumbnailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IThumbnailRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IThumbnailContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IThumbnailSetRequest">
            <summary>
            The interface IThumbnailSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.CreateAsync(Microsoft.Graph.ThumbnailSet)">
            <summary>
            Creates the specified ThumbnailSet using PUT.
            </summary>
            <param name="thumbnailSetToCreate">The ThumbnailSet to create.</param>
            <returns>The created ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.CreateAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThumbnailSet using PUT.
            </summary>
            <param name="thumbnailSetToCreate">The ThumbnailSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.DeleteAsync">
            <summary>
            Deletes the specified ThumbnailSet.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThumbnailSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.GetAsync">
            <summary>
            Gets the specified ThumbnailSet.
            </summary>
            <returns>The ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThumbnailSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.UpdateAsync(Microsoft.Graph.ThumbnailSet)">
            <summary>
            Updates the specified ThumbnailSet using PATCH.
            </summary>
            <param name="thumbnailSetToUpdate">The ThumbnailSet to update.</param>
            <returns>The updated ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.UpdateAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThumbnailSet using PATCH.
            </summary>
            <param name="thumbnailSetToUpdate">The ThumbnailSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IThumbnailSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivitiesCollectionPage">
            <summary>
            The interface IUserActivitiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserActivitiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserActivitiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder">
            <summary>
            The interface IUserActivitiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserActivityRequestBuilder"/> for the specified UserActivity.
            </summary>
            <param name="id">The ID for the UserActivity.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivitiesCollectionRequestBuilder.Recent">
            <summary>
            Gets the request builder for UserActivityRecent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityRecentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionPage">
            <summary>
            The interface IUserActivityHistoryItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserActivityHistoryItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequestBuilder">
            <summary>
            The interface IUserActivityHistoryItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IActivityHistoryItemRequestBuilder"/> for the specified ActivityHistoryItem.
            </summary>
            <param name="id">The ID for the ActivityHistoryItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IActivityHistoryItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityRecentCollectionPage">
            <summary>
            The interface IUserActivityRecentCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserActivityRecentCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserActivityRecentRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityRecentRequest">
            <summary>
            The interface IUserActivityRecentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityRecentRequestBuilder">
            <summary>
            The interface IUserActivityRecentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRecentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityReferenceRequest">
            <summary>
            The interface IUserActivityReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified UserActivity reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified UserActivity reference.
            </summary>
            <param name="id">The UserActivity reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UserActivity reference.
            </summary>
            <param name="id">The UserActivity reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityReferenceRequestBuilder">
            <summary>
            The interface IUserActivityReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityRequest">
            <summary>
            The interface IUserActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.CreateAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Creates the specified UserActivity using PUT.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.CreateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserActivity using PUT.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.DeleteAsync">
            <summary>
            Deletes the specified UserActivity.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.GetAsync">
            <summary>
            Gets the specified UserActivity.
            </summary>
            <returns>The UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.UpdateAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Updates the specified UserActivity using PATCH.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <returns>The updated UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.UpdateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PATCH.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityRequestBuilder">
            <summary>
            The interface IUserActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserActivityRequestBuilder.HistoryItems">
            <summary>
            Gets the request builder for HistoryItems.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityWithReferenceRequest">
            <summary>
            The interface IUserActivityWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified UserActivity.
            </summary>
            <returns>The UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.CreateAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Creates the specified UserActivity using PUT.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.CreateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserActivity using PUT.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.UpdateAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Updates the specified UserActivity using PATCH.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <returns>The updated UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.UpdateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PATCH.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified UserActivity.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserActivityWithReferenceRequestBuilder">
            <summary>
            The interface IUserActivityWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserActivityWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserActivityWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the userActivity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserAssignLicenseRequest">
            <summary>
            The interface IUserAssignLicenseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserAssignLicenseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserAssignLicenseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserAssignLicenseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAssignLicenseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserAssignLicenseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserAssignLicenseRequestBuilder">
            <summary>
            The interface IUserAssignLicenseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserAssignLicenseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarGroupsCollectionPage">
            <summary>
            The interface IUserCalendarGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserCalendarGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCalendarGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarGroupsCollectionRequest">
            <summary>
            The interface IUserCalendarGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.AddAsync(Microsoft.Graph.CalendarGroup)">
            <summary>
            Adds the specified CalendarGroup to the collection via POST.
            </summary>
            <param name="calendarGroup">The CalendarGroup to add.</param>
            <returns>The created CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.AddAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CalendarGroup to the collection via POST.
            </summary>
            <param name="calendarGroup">The CalendarGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarGroupsCollectionRequestBuilder">
            <summary>
            The interface IUserCalendarGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserCalendarGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarGroupRequestBuilder"/> for the specified CalendarGroup.
            </summary>
            <param name="id">The ID for the CalendarGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarsCollectionPage">
            <summary>
            The interface IUserCalendarsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserCalendarsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCalendarsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarsCollectionRequest">
            <summary>
            The interface IUserCalendarsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.AddAsync(Microsoft.Graph.Calendar)">
            <summary>
            Adds the specified Calendar to the collection via POST.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.AddAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Calendar to the collection via POST.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarsCollectionRequestBuilder">
            <summary>
            The interface IUserCalendarsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserCalendarsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/> for the specified Calendar.
            </summary>
            <param name="id">The ID for the Calendar.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarViewCollectionPage">
            <summary>
            The interface IUserCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarViewCollectionRequest">
            <summary>
            The interface IUserCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder">
            <summary>
            The interface IUserCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCalendarViewCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserChangePasswordRequest">
            <summary>
            The interface IUserChangePasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserChangePasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserChangePasswordRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserChangePasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChangePasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserChangePasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserChangePasswordRequestBuilder">
            <summary>
            The interface IUserChangePasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserChangePasswordRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserContactFoldersCollectionPage">
            <summary>
            The interface IUserContactFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserContactFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserContactFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserContactFoldersCollectionRequest">
            <summary>
            The interface IUserContactFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.AddAsync(Microsoft.Graph.ContactFolder)">
            <summary>
            Adds the specified ContactFolder to the collection via POST.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.AddAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContactFolder to the collection via POST.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder">
            <summary>
            The interface IUserContactFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/> for the specified ContactFolder.
            </summary>
            <param name="id">The ID for the ContactFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserContactsCollectionPage">
            <summary>
            The interface IUserContactsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserContactsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserContactsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserContactsCollectionRequest">
            <summary>
            The interface IUserContactsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.AddAsync(Microsoft.Graph.Contact)">
            <summary>
            Adds the specified Contact to the collection via POST.
            </summary>
            <param name="contact">The Contact to add.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.AddAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contact to the collection via POST.
            </summary>
            <param name="contact">The Contact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserContactsCollectionRequestBuilder">
            <summary>
            The interface IUserContactsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserContactsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactRequestBuilder"/> for the specified Contact.
            </summary>
            <param name="id">The ID for the Contact.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserContactsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequest">
            <summary>
            The interface IUserCreatedObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserCreatedObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesPage">
            <summary>
            The interface IUserCreatedObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest">
            <summary>
            The interface IUserCreatedObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserCreatedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDeltaCollectionPage">
            <summary>
            The interface IUserDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserDeltaRequest">
            <summary>
            The interface IUserDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDeltaRequestBuilder">
            <summary>
            The interface IUserDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionPage">
            <summary>
            The interface IUserDeviceManagementTroubleshootingEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest">
            <summary>
            The interface IUserDeviceManagementTroubleshootingEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder">
            <summary>
            The interface IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/> for the specified DeviceManagementTroubleshootingEvent.
            </summary>
            <param name="id">The ID for the DeviceManagementTroubleshootingEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequest">
            <summary>
            The interface IUserDirectReportsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserDirectReportsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesPage">
            <summary>
            The interface IUserDirectReportsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest">
            <summary>
            The interface IUserDirectReportsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserDirectReportsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDrivesCollectionPage">
            <summary>
            The interface IUserDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserDrivesCollectionRequest">
            <summary>
            The interface IUserDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserDrivesCollectionRequestBuilder">
            <summary>
            The interface IUserDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified Drive.
            </summary>
            <param name="id">The ID for the Drive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserEventsCollectionPage">
            <summary>
            The interface IUserEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserEventsCollectionRequest">
            <summary>
            The interface IUserEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserEventsCollectionRequestBuilder">
            <summary>
            The interface IUserEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified Event.
            </summary>
            <param name="id">The ID for the Event.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserEventsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserExtensionsCollectionPage">
            <summary>
            The interface IUserExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserExtensionsCollectionRequest">
            <summary>
            The interface IUserExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserExtensionsCollectionRequestBuilder">
            <summary>
            The interface IUserExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified Extension.
            </summary>
            <param name="id">The ID for the Extension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFindMeetingTimesRequest">
            <summary>
            The interface IUserFindMeetingTimesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserFindMeetingTimesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFindMeetingTimesRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFindMeetingTimesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFindMeetingTimesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserFindMeetingTimesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserFindMeetingTimesRequestBuilder">
            <summary>
            The interface IUserFindMeetingTimesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserFindMeetingTimesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesCollectionPage">
            <summary>
            The interface IUserGetManagedAppDiagnosticStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest">
            <summary>
            The interface IUserGetManagedAppDiagnosticStatusesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequestBuilder">
            <summary>
            The interface IUserGetManagedAppDiagnosticStatusesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserGetManagedAppPoliciesCollectionPage">
            <summary>
            The interface IUserGetManagedAppPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserGetManagedAppPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserGetManagedAppPoliciesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserGetManagedAppPoliciesRequest">
            <summary>
            The interface IUserGetManagedAppPoliciesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserGetManagedAppPoliciesRequestBuilder">
            <summary>
            The interface IUserGetManagedAppPoliciesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserGetManagedAppPoliciesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionPage">
            <summary>
            The interface IUserInstallStateSummaryDeviceStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest">
            <summary>
            The interface IUserInstallStateSummaryDeviceStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceInstallState)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder">
            <summary>
            The interface IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/> for the specified DeviceInstallState.
            </summary>
            <param name="id">The ID for the DeviceInstallState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserInstallStateSummaryRequest">
            <summary>
            The interface IUserInstallStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.CreateAsync(Microsoft.Graph.UserInstallStateSummary)">
            <summary>
            Creates the specified UserInstallStateSummary using PUT.
            </summary>
            <param name="userInstallStateSummaryToCreate">The UserInstallStateSummary to create.</param>
            <returns>The created UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.CreateAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserInstallStateSummary using PUT.
            </summary>
            <param name="userInstallStateSummaryToCreate">The UserInstallStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified UserInstallStateSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserInstallStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.GetAsync">
            <summary>
            Gets the specified UserInstallStateSummary.
            </summary>
            <returns>The UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserInstallStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.UpdateAsync(Microsoft.Graph.UserInstallStateSummary)">
            <summary>
            Updates the specified UserInstallStateSummary using PATCH.
            </summary>
            <param name="userInstallStateSummaryToUpdate">The UserInstallStateSummary to update.</param>
            <returns>The updated UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.UpdateAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserInstallStateSummary using PATCH.
            </summary>
            <param name="userInstallStateSummaryToUpdate">The UserInstallStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder">
            <summary>
            The interface IUserInstallStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder.DeviceStates">
            <summary>
            Gets the request builder for DeviceStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserLicenseDetailsCollectionPage">
            <summary>
            The interface IUserLicenseDetailsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserLicenseDetailsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserLicenseDetailsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserLicenseDetailsCollectionRequest">
            <summary>
            The interface IUserLicenseDetailsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.AddAsync(Microsoft.Graph.LicenseDetails)">
            <summary>
            Adds the specified LicenseDetails to the collection via POST.
            </summary>
            <param name="licenseDetails">The LicenseDetails to add.</param>
            <returns>The created LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.AddAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LicenseDetails to the collection via POST.
            </summary>
            <param name="licenseDetails">The LicenseDetails to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserLicenseDetailsCollectionRequestBuilder">
            <summary>
            The interface IUserLicenseDetailsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserLicenseDetailsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserLicenseDetailsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ILicenseDetailsRequestBuilder"/> for the specified LicenseDetails.
            </summary>
            <param name="id">The ID for the LicenseDetails.</param>
            <returns>The <see cref="T:Microsoft.Graph.ILicenseDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMailFoldersCollectionPage">
            <summary>
            The interface IUserMailFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserMailFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserMailFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserMailFoldersCollectionRequest">
            <summary>
            The interface IUserMailFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.AddAsync(Microsoft.Graph.MailFolder)">
            <summary>
            Adds the specified MailFolder to the collection via POST.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.AddAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MailFolder to the collection via POST.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMailFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequest">
            <summary>
            The interface IUserManagedAppRegistrationsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ManagedAppRegistration)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserManagedAppRegistrationsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesPage">
            <summary>
            The interface IUserManagedAppRegistrationsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest">
            <summary>
            The interface IUserManagedAppRegistrationsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder"/> for the specified ManagedAppRegistration.
            </summary>
            <param name="id">The ID for the ManagedAppRegistration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedDevicesCollectionPage">
            <summary>
            The interface IUserManagedDevicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserManagedDevicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserManagedDevicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedDevicesCollectionRequest">
            <summary>
            The interface IUserManagedDevicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDevice)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserManagedDevicesCollectionRequestBuilder">
            <summary>
            The interface IUserManagedDevicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserManagedDevicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserManagedDevicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/> for the specified ManagedDevice.
            </summary>
            <param name="id">The ID for the ManagedDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMemberOfCollectionReferencesRequest">
            <summary>
            The interface IUserMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesPage">
            <summary>
            The interface IUserMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest">
            <summary>
            The interface IUserMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMessagesCollectionPage">
            <summary>
            The interface IUserMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserMessagesCollectionRequest">
            <summary>
            The interface IUserMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.AddAsync(Microsoft.Graph.Message)">
            <summary>
            Adds the specified Message to the collection via POST.
            </summary>
            <param name="message">The Message to add.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.AddAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Message to the collection via POST.
            </summary>
            <param name="message">The Message to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserMessagesCollectionRequestBuilder">
            <summary>
            The interface IUserMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/> for the specified Message.
            </summary>
            <param name="id">The ID for the Message.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserMessagesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequest">
            <summary>
            The interface IUserOwnedDevicesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserOwnedDevicesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesPage">
            <summary>
            The interface IUserOwnedDevicesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest">
            <summary>
            The interface IUserOwnedDevicesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserOwnedDevicesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequest">
            <summary>
            The interface IUserOwnedObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserOwnedObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesPage">
            <summary>
            The interface IUserOwnedObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest">
            <summary>
            The interface IUserOwnedObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserOwnedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserPeopleCollectionPage">
            <summary>
            The interface IUserPeopleCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserPeopleCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserPeopleCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserPeopleCollectionRequest">
            <summary>
            The interface IUserPeopleCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.AddAsync(Microsoft.Graph.Person)">
            <summary>
            Adds the specified Person to the collection via POST.
            </summary>
            <param name="person">The Person to add.</param>
            <returns>The created Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.AddAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Person to the collection via POST.
            </summary>
            <param name="person">The Person to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserPeopleCollectionRequestBuilder">
            <summary>
            The interface IUserPeopleCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPeopleCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserPeopleCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPersonRequestBuilder"/> for the specified Person.
            </summary>
            <param name="id">The ID for the Person.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPersonRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserPhotosCollectionPage">
            <summary>
            The interface IUserPhotosCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserPhotosCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserPhotosCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserPhotosCollectionRequest">
            <summary>
            The interface IUserPhotosCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.AddAsync(Microsoft.Graph.ProfilePhoto)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.AddAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserPhotosCollectionRequestBuilder">
            <summary>
            The interface IUserPhotosCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserPhotosCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserPhotosCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/> for the specified ProfilePhoto.
            </summary>
            <param name="id">The ID for the ProfilePhoto.</param>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserReferenceRequest">
            <summary>
            The interface IUserReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified User reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified User reference.
            </summary>
            <param name="id">The User reference reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified User reference.
            </summary>
            <param name="id">The User reference reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserReferenceRequestBuilder">
            <summary>
            The interface IUserReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequest">
            <summary>
            The interface IUserRegisteredDevicesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
        </member>
        <member name="T:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder">
            <summary>
            The interface IUserRegisteredDevicesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesPage">
            <summary>
            The interface IUserRegisteredDevicesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest">
            <summary>
            The interface IUserRegisteredDevicesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder">
            <summary>
            The interface IUserRegisteredDevicesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified DirectoryObject.
            </summary>
            <param name="id">The ID for the DirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserReminderViewCollectionPage">
            <summary>
            The interface IUserReminderViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserReminderViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserReminderViewRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IUserReminderViewRequest">
            <summary>
            The interface IUserReminderViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserReminderViewRequestBuilder">
            <summary>
            The interface IUserReminderViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserReminderViewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequest">
            <summary>
            The interface IUserRemoveAllDevicesFromManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequestBuilder">
            <summary>
            The interface IUserRemoveAllDevicesFromManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRemoveAllDevicesFromManagementRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserRequest">
            <summary>
            The interface IUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.CreateAsync(Microsoft.Graph.User)">
            <summary>
            Creates the specified User using PUT.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.CreateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Creates the specified User using PUT.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.DeleteAsync">
            <summary>
            Deletes the specified User.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.GetAsync">
            <summary>
            Gets the specified User.
            </summary>
            <returns>The User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.UpdateAsync(Microsoft.Graph.User)">
            <summary>
            Updates the specified User using PATCH.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <returns>The updated User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.UpdateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PATCH.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserSendMailRequest">
            <summary>
            The interface IUserSendMailRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserSendMailRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserSendMailRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserSendMailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSendMailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserSendMailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserSendMailRequestBuilder">
            <summary>
            The interface IUserSendMailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserSendMailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequest">
            <summary>
            The interface IUserWipeManagedAppRegistrationsByDeviceTagRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequestBuilder">
            <summary>
            The interface IUserWipeManagedAppRegistrationsByDeviceTagRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserWipeManagedAppRegistrationsByDeviceTagRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserWithReferenceRequest">
            <summary>
            The interface IUserWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified User.
            </summary>
            <returns>The User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.CreateAsync(Microsoft.Graph.User)">
            <summary>
            Creates the specified User using PUT.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.CreateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Creates the specified User using PUT.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.UpdateAsync(Microsoft.Graph.User)">
            <summary>
            Updates the specified User using PATCH.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <returns>The updated User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.UpdateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PATCH.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated User.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified User.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUserWithReferenceRequestBuilder">
            <summary>
            The interface IUserWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IUserWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IUserWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the user.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IVppTokenRequest">
            <summary>
            The interface IVppTokenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.CreateAsync(Microsoft.Graph.VppToken)">
            <summary>
            Creates the specified VppToken using PUT.
            </summary>
            <param name="vppTokenToCreate">The VppToken to create.</param>
            <returns>The created VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.CreateAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Creates the specified VppToken using PUT.
            </summary>
            <param name="vppTokenToCreate">The VppToken to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.DeleteAsync">
            <summary>
            Deletes the specified VppToken.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified VppToken.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.GetAsync">
            <summary>
            Gets the specified VppToken.
            </summary>
            <returns>The VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified VppToken.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.UpdateAsync(Microsoft.Graph.VppToken)">
            <summary>
            Updates the specified VppToken using PATCH.
            </summary>
            <param name="vppTokenToUpdate">The VppToken to update.</param>
            <returns>The updated VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.UpdateAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Updates the specified VppToken using PATCH.
            </summary>
            <param name="vppTokenToUpdate">The VppToken to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IVppTokenRequestBuilder">
            <summary>
            The interface IVppTokenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenRequestBuilder.SyncLicenses">
            <summary>
            Gets the request builder for VppTokenSyncLicenses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IVppTokenSyncLicensesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IVppTokenSyncLicensesRequest">
            <summary>
            The interface IVppTokenSyncLicensesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenSyncLicensesRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenSyncLicensesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenSyncLicensesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenSyncLicensesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IVppTokenSyncLicensesRequestBuilder">
            <summary>
            The interface IVppTokenSyncLicensesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IVppTokenSyncLicensesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWebAppRequest">
            <summary>
            The interface IWebAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.CreateAsync(Microsoft.Graph.WebApp)">
            <summary>
            Creates the specified WebApp using PUT.
            </summary>
            <param name="webAppToCreate">The WebApp to create.</param>
            <returns>The created WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.CreateAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WebApp using PUT.
            </summary>
            <param name="webAppToCreate">The WebApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.DeleteAsync">
            <summary>
            Deletes the specified WebApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WebApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.GetAsync">
            <summary>
            Gets the specified WebApp.
            </summary>
            <returns>The WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WebApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.UpdateAsync(Microsoft.Graph.WebApp)">
            <summary>
            Updates the specified WebApp using PATCH.
            </summary>
            <param name="webAppToUpdate">The WebApp to update.</param>
            <returns>The updated WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.UpdateAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WebApp using PATCH.
            </summary>
            <param name="webAppToUpdate">The WebApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WebApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WebApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWebAppRequestBuilder">
            <summary>
            The interface IWebAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWebAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10CompliancePolicyRequest">
            <summary>
            The interface IWindows10CompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows10CompliancePolicy)">
            <summary>
            Creates the specified Windows10CompliancePolicy using PUT.
            </summary>
            <param name="windows10CompliancePolicyToCreate">The Windows10CompliancePolicy to create.</param>
            <returns>The created Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10CompliancePolicy using PUT.
            </summary>
            <param name="windows10CompliancePolicyToCreate">The Windows10CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10CompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified Windows10CompliancePolicy.
            </summary>
            <returns>The Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows10CompliancePolicy)">
            <summary>
            Updates the specified Windows10CompliancePolicy using PATCH.
            </summary>
            <param name="windows10CompliancePolicyToUpdate">The Windows10CompliancePolicy to update.</param>
            <returns>The updated Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CompliancePolicy using PATCH.
            </summary>
            <param name="windows10CompliancePolicyToUpdate">The Windows10CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10CompliancePolicyRequestBuilder">
            <summary>
            The interface IWindows10CompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10CustomConfigurationRequest">
            <summary>
            The interface IWindows10CustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10CustomConfiguration)">
            <summary>
            Creates the specified Windows10CustomConfiguration using PUT.
            </summary>
            <param name="windows10CustomConfigurationToCreate">The Windows10CustomConfiguration to create.</param>
            <returns>The created Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10CustomConfiguration using PUT.
            </summary>
            <param name="windows10CustomConfigurationToCreate">The Windows10CustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10CustomConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows10CustomConfiguration.
            </summary>
            <returns>The Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10CustomConfiguration)">
            <summary>
            Updates the specified Windows10CustomConfiguration using PATCH.
            </summary>
            <param name="windows10CustomConfigurationToUpdate">The Windows10CustomConfiguration to update.</param>
            <returns>The updated Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CustomConfiguration using PATCH.
            </summary>
            <param name="windows10CustomConfigurationToUpdate">The Windows10CustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10CustomConfigurationRequestBuilder">
            <summary>
            The interface IWindows10CustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10CustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest">
            <summary>
            The interface IWindows10EndpointProtectionConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration)">
            <summary>
            Creates the specified Windows10EndpointProtectionConfiguration using PUT.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToCreate">The Windows10EndpointProtectionConfiguration to create.</param>
            <returns>The created Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10EndpointProtectionConfiguration using PUT.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToCreate">The Windows10EndpointProtectionConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10EndpointProtectionConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10EndpointProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows10EndpointProtectionConfiguration.
            </summary>
            <returns>The Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10EndpointProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration)">
            <summary>
            Updates the specified Windows10EndpointProtectionConfiguration using PATCH.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToUpdate">The Windows10EndpointProtectionConfiguration to update.</param>
            <returns>The updated Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EndpointProtectionConfiguration using PATCH.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToUpdate">The Windows10EndpointProtectionConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequestBuilder">
            <summary>
            The interface IWindows10EndpointProtectionConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EndpointProtectionConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest">
            <summary>
            The interface IWindows10EnterpriseModernAppManagementConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration)">
            <summary>
            Creates the specified Windows10EnterpriseModernAppManagementConfiguration using PUT.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToCreate">The Windows10EnterpriseModernAppManagementConfiguration to create.</param>
            <returns>The created Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10EnterpriseModernAppManagementConfiguration using PUT.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToCreate">The Windows10EnterpriseModernAppManagementConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10EnterpriseModernAppManagementConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10EnterpriseModernAppManagementConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows10EnterpriseModernAppManagementConfiguration.
            </summary>
            <returns>The Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10EnterpriseModernAppManagementConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration)">
            <summary>
            Updates the specified Windows10EnterpriseModernAppManagementConfiguration using PATCH.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToUpdate">The Windows10EnterpriseModernAppManagementConfiguration to update.</param>
            <returns>The updated Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EnterpriseModernAppManagementConfiguration using PATCH.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToUpdate">The Windows10EnterpriseModernAppManagementConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequestBuilder">
            <summary>
            The interface IWindows10EnterpriseModernAppManagementConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10EnterpriseModernAppManagementConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10GeneralConfigurationRequest">
            <summary>
            The interface IWindows10GeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10GeneralConfiguration)">
            <summary>
            Creates the specified Windows10GeneralConfiguration using PUT.
            </summary>
            <param name="windows10GeneralConfigurationToCreate">The Windows10GeneralConfiguration to create.</param>
            <returns>The created Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10GeneralConfiguration using PUT.
            </summary>
            <param name="windows10GeneralConfigurationToCreate">The Windows10GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10GeneralConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows10GeneralConfiguration.
            </summary>
            <returns>The Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10GeneralConfiguration)">
            <summary>
            Updates the specified Windows10GeneralConfiguration using PATCH.
            </summary>
            <param name="windows10GeneralConfigurationToUpdate">The Windows10GeneralConfiguration to update.</param>
            <returns>The updated Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10GeneralConfiguration using PATCH.
            </summary>
            <param name="windows10GeneralConfigurationToUpdate">The Windows10GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10GeneralConfigurationRequestBuilder">
            <summary>
            The interface IWindows10GeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10GeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest">
            <summary>
            The interface IWindows10MobileCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows10MobileCompliancePolicy)">
            <summary>
            Creates the specified Windows10MobileCompliancePolicy using PUT.
            </summary>
            <param name="windows10MobileCompliancePolicyToCreate">The Windows10MobileCompliancePolicy to create.</param>
            <returns>The created Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10MobileCompliancePolicy using PUT.
            </summary>
            <param name="windows10MobileCompliancePolicyToCreate">The Windows10MobileCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10MobileCompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10MobileCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified Windows10MobileCompliancePolicy.
            </summary>
            <returns>The Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10MobileCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows10MobileCompliancePolicy)">
            <summary>
            Updates the specified Windows10MobileCompliancePolicy using PATCH.
            </summary>
            <param name="windows10MobileCompliancePolicyToUpdate">The Windows10MobileCompliancePolicy to update.</param>
            <returns>The updated Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10MobileCompliancePolicy using PATCH.
            </summary>
            <param name="windows10MobileCompliancePolicyToUpdate">The Windows10MobileCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10MobileCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10MobileCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10MobileCompliancePolicyRequestBuilder">
            <summary>
            The interface IWindows10MobileCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10MobileCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest">
            <summary>
            The interface IWindows10SecureAssessmentConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration)">
            <summary>
            Creates the specified Windows10SecureAssessmentConfiguration using PUT.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToCreate">The Windows10SecureAssessmentConfiguration to create.</param>
            <returns>The created Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10SecureAssessmentConfiguration using PUT.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToCreate">The Windows10SecureAssessmentConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10SecureAssessmentConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10SecureAssessmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows10SecureAssessmentConfiguration.
            </summary>
            <returns>The Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10SecureAssessmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration)">
            <summary>
            Updates the specified Windows10SecureAssessmentConfiguration using PATCH.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToUpdate">The Windows10SecureAssessmentConfiguration to update.</param>
            <returns>The updated Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10SecureAssessmentConfiguration using PATCH.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToUpdate">The Windows10SecureAssessmentConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequestBuilder">
            <summary>
            The interface IWindows10SecureAssessmentConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10SecureAssessmentConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest">
            <summary>
            The interface IWindows10TeamGeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration)">
            <summary>
            Creates the specified Windows10TeamGeneralConfiguration using PUT.
            </summary>
            <param name="windows10TeamGeneralConfigurationToCreate">The Windows10TeamGeneralConfiguration to create.</param>
            <returns>The created Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10TeamGeneralConfiguration using PUT.
            </summary>
            <param name="windows10TeamGeneralConfigurationToCreate">The Windows10TeamGeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10TeamGeneralConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10TeamGeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows10TeamGeneralConfiguration.
            </summary>
            <returns>The Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10TeamGeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration)">
            <summary>
            Updates the specified Windows10TeamGeneralConfiguration using PATCH.
            </summary>
            <param name="windows10TeamGeneralConfigurationToUpdate">The Windows10TeamGeneralConfiguration to update.</param>
            <returns>The updated Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10TeamGeneralConfiguration using PATCH.
            </summary>
            <param name="windows10TeamGeneralConfigurationToUpdate">The Windows10TeamGeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequestBuilder">
            <summary>
            The interface IWindows10TeamGeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows10TeamGeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows81CompliancePolicyRequest">
            <summary>
            The interface IWindows81CompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows81CompliancePolicy)">
            <summary>
            Creates the specified Windows81CompliancePolicy using PUT.
            </summary>
            <param name="windows81CompliancePolicyToCreate">The Windows81CompliancePolicy to create.</param>
            <returns>The created Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows81CompliancePolicy using PUT.
            </summary>
            <param name="windows81CompliancePolicyToCreate">The Windows81CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows81CompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified Windows81CompliancePolicy.
            </summary>
            <returns>The Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows81CompliancePolicy)">
            <summary>
            Updates the specified Windows81CompliancePolicy using PATCH.
            </summary>
            <param name="windows81CompliancePolicyToUpdate">The Windows81CompliancePolicy to update.</param>
            <returns>The updated Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81CompliancePolicy using PATCH.
            </summary>
            <param name="windows81CompliancePolicyToUpdate">The Windows81CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows81CompliancePolicyRequestBuilder">
            <summary>
            The interface IWindows81CompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81CompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows81GeneralConfigurationRequest">
            <summary>
            The interface IWindows81GeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows81GeneralConfiguration)">
            <summary>
            Creates the specified Windows81GeneralConfiguration using PUT.
            </summary>
            <param name="windows81GeneralConfigurationToCreate">The Windows81GeneralConfiguration to create.</param>
            <returns>The created Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows81GeneralConfiguration using PUT.
            </summary>
            <param name="windows81GeneralConfigurationToCreate">The Windows81GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows81GeneralConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows81GeneralConfiguration.
            </summary>
            <returns>The Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows81GeneralConfiguration)">
            <summary>
            Updates the specified Windows81GeneralConfiguration using PATCH.
            </summary>
            <param name="windows81GeneralConfigurationToUpdate">The Windows81GeneralConfiguration to update.</param>
            <returns>The updated Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81GeneralConfiguration using PATCH.
            </summary>
            <param name="windows81GeneralConfigurationToUpdate">The Windows81GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindows81GeneralConfigurationRequestBuilder">
            <summary>
            The interface IWindows81GeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindows81GeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest">
            <summary>
            The interface IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration)">
            <summary>
            Creates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PUT.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToCreate">The WindowsDefenderAdvancedThreatProtectionConfiguration to create.</param>
            <returns>The created WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PUT.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToCreate">The WindowsDefenderAdvancedThreatProtectionConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsDefenderAdvancedThreatProtectionConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsDefenderAdvancedThreatProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.GetAsync">
            <summary>
            Gets the specified WindowsDefenderAdvancedThreatProtectionConfiguration.
            </summary>
            <returns>The WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsDefenderAdvancedThreatProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration)">
            <summary>
            Updates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PATCH.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToUpdate">The WindowsDefenderAdvancedThreatProtectionConfiguration to update.</param>
            <returns>The updated WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PATCH.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToUpdate">The WindowsDefenderAdvancedThreatProtectionConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder">
            <summary>
            The interface IWindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest">
            <summary>
            The interface IWindowsInformationProtectionAppLearningSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLearningSummary using PUT.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToCreate">The WindowsInformationProtectionAppLearningSummary to create.</param>
            <returns>The created WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLearningSummary using PUT.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToCreate">The WindowsInformationProtectionAppLearningSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.GetAsync">
            <summary>
            Gets the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <returns>The WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLearningSummary using PATCH.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToUpdate">The WindowsInformationProtectionAppLearningSummary to update.</param>
            <returns>The updated WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLearningSummary using PATCH.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToUpdate">The WindowsInformationProtectionAppLearningSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionAppLearningSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLearningSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest">
            <summary>
            The interface IWindowsInformationProtectionAppLockerFileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLockerFile using PUT.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToCreate">The WindowsInformationProtectionAppLockerFile to create.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLockerFile using PUT.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToCreate">The WindowsInformationProtectionAppLockerFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.GetAsync">
            <summary>
            Gets the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <returns>The WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLockerFile using PATCH.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToUpdate">The WindowsInformationProtectionAppLockerFile to update.</param>
            <returns>The updated WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLockerFile using PATCH.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToUpdate">The WindowsInformationProtectionAppLockerFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionAppLockerFileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionPage">
            <summary>
            The interface IWindowsInformationProtectionAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest">
            <summary>
            The interface IWindowsInformationProtectionAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/> for the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="id">The ID for the TargetedManagedAppPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAssignRequest">
            <summary>
            The interface IWindowsInformationProtectionAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionAssignRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionAssignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionPage">
            <summary>
            The interface IWindowsInformationProtectionExemptAppLockerFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest">
            <summary>
            The interface IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/> for the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionAppLockerFile.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest">
            <summary>
            The interface IWindowsInformationProtectionNetworkLearningSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary)">
            <summary>
            Creates the specified WindowsInformationProtectionNetworkLearningSummary using PUT.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToCreate">The WindowsInformationProtectionNetworkLearningSummary to create.</param>
            <returns>The created WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionNetworkLearningSummary using PUT.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToCreate">The WindowsInformationProtectionNetworkLearningSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.GetAsync">
            <summary>
            Gets the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <returns>The WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary)">
            <summary>
            Updates the specified WindowsInformationProtectionNetworkLearningSummary using PATCH.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToUpdate">The WindowsInformationProtectionNetworkLearningSummary to update.</param>
            <returns>The updated WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionNetworkLearningSummary using PATCH.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToUpdate">The WindowsInformationProtectionNetworkLearningSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionNetworkLearningSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest">
            <summary>
            The interface IWindowsInformationProtectionPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionPolicy)">
            <summary>
            Creates the specified WindowsInformationProtectionPolicy using PUT.
            </summary>
            <param name="windowsInformationProtectionPolicyToCreate">The WindowsInformationProtectionPolicy to create.</param>
            <returns>The created WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionPolicy using PUT.
            </summary>
            <param name="windowsInformationProtectionPolicyToCreate">The WindowsInformationProtectionPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsInformationProtectionPolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.GetAsync">
            <summary>
            Gets the specified WindowsInformationProtectionPolicy.
            </summary>
            <returns>The WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionPolicy)">
            <summary>
            Updates the specified WindowsInformationProtectionPolicy using PATCH.
            </summary>
            <param name="windowsInformationProtectionPolicyToUpdate">The WindowsInformationProtectionPolicy to update.</param>
            <returns>The updated WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionPolicy using PATCH.
            </summary>
            <param name="windowsInformationProtectionPolicyToUpdate">The WindowsInformationProtectionPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionPage">
            <summary>
            The interface IWindowsInformationProtectionProtectedAppLockerFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest">
            <summary>
            The interface IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/> for the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionAppLockerFile.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionRequest">
            <summary>
            The interface IWindowsInformationProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtection)">
            <summary>
            Creates the specified WindowsInformationProtection using PUT.
            </summary>
            <param name="windowsInformationProtectionToCreate">The WindowsInformationProtection to create.</param>
            <returns>The created WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtection using PUT.
            </summary>
            <param name="windowsInformationProtectionToCreate">The WindowsInformationProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsInformationProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.GetAsync">
            <summary>
            Gets the specified WindowsInformationProtection.
            </summary>
            <returns>The WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtection)">
            <summary>
            Updates the specified WindowsInformationProtection using PATCH.
            </summary>
            <param name="windowsInformationProtectionToUpdate">The WindowsInformationProtection to update.</param>
            <returns>The updated WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtection using PATCH.
            </summary>
            <param name="windowsInformationProtectionToUpdate">The WindowsInformationProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder">
            <summary>
            The interface IWindowsInformationProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder.ProtectedAppLockerFiles">
            <summary>
            Gets the request builder for ProtectedAppLockerFiles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder.ExemptAppLockerFiles">
            <summary>
            Gets the request builder for ExemptAppLockerFiles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsInformationProtectionRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Gets the request builder for WindowsInformationProtectionAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsMobileMSIRequest">
            <summary>
            The interface IWindowsMobileMSIRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.CreateAsync(Microsoft.Graph.WindowsMobileMSI)">
            <summary>
            Creates the specified WindowsMobileMSI using PUT.
            </summary>
            <param name="windowsMobileMSIToCreate">The WindowsMobileMSI to create.</param>
            <returns>The created WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.CreateAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsMobileMSI using PUT.
            </summary>
            <param name="windowsMobileMSIToCreate">The WindowsMobileMSI to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsMobileMSI.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsMobileMSI.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.GetAsync">
            <summary>
            Gets the specified WindowsMobileMSI.
            </summary>
            <returns>The WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsMobileMSI.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.UpdateAsync(Microsoft.Graph.WindowsMobileMSI)">
            <summary>
            Updates the specified WindowsMobileMSI using PATCH.
            </summary>
            <param name="windowsMobileMSIToUpdate">The WindowsMobileMSI to update.</param>
            <returns>The updated WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.UpdateAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMobileMSI using PATCH.
            </summary>
            <param name="windowsMobileMSIToUpdate">The WindowsMobileMSI to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsMobileMSI,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsMobileMSI,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsMobileMSIRequestBuilder">
            <summary>
            The interface IWindowsMobileMSIRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsMobileMSIRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest">
            <summary>
            The interface IWindowsPhone81CompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.CreateAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy)">
            <summary>
            Creates the specified WindowsPhone81CompliancePolicy using PUT.
            </summary>
            <param name="windowsPhone81CompliancePolicyToCreate">The WindowsPhone81CompliancePolicy to create.</param>
            <returns>The created WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.CreateAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81CompliancePolicy using PUT.
            </summary>
            <param name="windowsPhone81CompliancePolicyToCreate">The WindowsPhone81CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsPhone81CompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified WindowsPhone81CompliancePolicy.
            </summary>
            <returns>The WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy)">
            <summary>
            Updates the specified WindowsPhone81CompliancePolicy using PATCH.
            </summary>
            <param name="windowsPhone81CompliancePolicyToUpdate">The WindowsPhone81CompliancePolicy to update.</param>
            <returns>The updated WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CompliancePolicy using PATCH.
            </summary>
            <param name="windowsPhone81CompliancePolicyToUpdate">The WindowsPhone81CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequestBuilder">
            <summary>
            The interface IWindowsPhone81CompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest">
            <summary>
            The interface IWindowsPhone81CustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration)">
            <summary>
            Creates the specified WindowsPhone81CustomConfiguration using PUT.
            </summary>
            <param name="windowsPhone81CustomConfigurationToCreate">The WindowsPhone81CustomConfiguration to create.</param>
            <returns>The created WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81CustomConfiguration using PUT.
            </summary>
            <param name="windowsPhone81CustomConfigurationToCreate">The WindowsPhone81CustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsPhone81CustomConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.GetAsync">
            <summary>
            Gets the specified WindowsPhone81CustomConfiguration.
            </summary>
            <returns>The WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration)">
            <summary>
            Updates the specified WindowsPhone81CustomConfiguration using PATCH.
            </summary>
            <param name="windowsPhone81CustomConfigurationToUpdate">The WindowsPhone81CustomConfiguration to update.</param>
            <returns>The updated WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CustomConfiguration using PATCH.
            </summary>
            <param name="windowsPhone81CustomConfigurationToUpdate">The WindowsPhone81CustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequestBuilder">
            <summary>
            The interface IWindowsPhone81CustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81CustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest">
            <summary>
            The interface IWindowsPhone81GeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration)">
            <summary>
            Creates the specified WindowsPhone81GeneralConfiguration using PUT.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToCreate">The WindowsPhone81GeneralConfiguration to create.</param>
            <returns>The created WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81GeneralConfiguration using PUT.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToCreate">The WindowsPhone81GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsPhone81GeneralConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.GetAsync">
            <summary>
            Gets the specified WindowsPhone81GeneralConfiguration.
            </summary>
            <returns>The WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration)">
            <summary>
            Updates the specified WindowsPhone81GeneralConfiguration using PATCH.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToUpdate">The WindowsPhone81GeneralConfiguration to update.</param>
            <returns>The updated WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81GeneralConfiguration using PATCH.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToUpdate">The WindowsPhone81GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequestBuilder">
            <summary>
            The interface IWindowsPhone81GeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsPhone81GeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsUniversalAppXRequest">
            <summary>
            The interface IWindowsUniversalAppXRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.CreateAsync(Microsoft.Graph.WindowsUniversalAppX)">
            <summary>
            Creates the specified WindowsUniversalAppX using PUT.
            </summary>
            <param name="windowsUniversalAppXToCreate">The WindowsUniversalAppX to create.</param>
            <returns>The created WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.CreateAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUniversalAppX using PUT.
            </summary>
            <param name="windowsUniversalAppXToCreate">The WindowsUniversalAppX to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsUniversalAppX.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUniversalAppX.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.GetAsync">
            <summary>
            Gets the specified WindowsUniversalAppX.
            </summary>
            <returns>The WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUniversalAppX.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.UpdateAsync(Microsoft.Graph.WindowsUniversalAppX)">
            <summary>
            Updates the specified WindowsUniversalAppX using PATCH.
            </summary>
            <param name="windowsUniversalAppXToUpdate">The WindowsUniversalAppX to update.</param>
            <returns>The updated WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.UpdateAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppX using PATCH.
            </summary>
            <param name="windowsUniversalAppXToUpdate">The WindowsUniversalAppX to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUniversalAppX,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUniversalAppX,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsUniversalAppXRequestBuilder">
            <summary>
            The interface IWindowsUniversalAppXRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUniversalAppXRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest">
            <summary>
            The interface IWindowsUpdateForBusinessConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration)">
            <summary>
            Creates the specified WindowsUpdateForBusinessConfiguration using PUT.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToCreate">The WindowsUpdateForBusinessConfiguration to create.</param>
            <returns>The created WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUpdateForBusinessConfiguration using PUT.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToCreate">The WindowsUpdateForBusinessConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsUpdateForBusinessConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUpdateForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.GetAsync">
            <summary>
            Gets the specified WindowsUpdateForBusinessConfiguration.
            </summary>
            <returns>The WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUpdateForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration)">
            <summary>
            Updates the specified WindowsUpdateForBusinessConfiguration using PATCH.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToUpdate">The WindowsUpdateForBusinessConfiguration to update.</param>
            <returns>The updated WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUpdateForBusinessConfiguration using PATCH.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToUpdate">The WindowsUpdateForBusinessConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequestBuilder">
            <summary>
            The interface IWindowsUpdateForBusinessConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWindowsUpdateForBusinessConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookApplicationCalculateRequest">
            <summary>
            The interface IWorkbookApplicationCalculateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookApplicationCalculateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationCalculateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationCalculateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationCalculateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationCalculateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookApplicationCalculateRequestBuilder">
            <summary>
            The interface IWorkbookApplicationCalculateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationCalculateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookApplicationRequest">
            <summary>
            The interface IWorkbookApplicationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.CreateAsync(Microsoft.Graph.WorkbookApplication)">
            <summary>
            Creates the specified WorkbookApplication using PUT.
            </summary>
            <param name="workbookApplicationToCreate">The WorkbookApplication to create.</param>
            <returns>The created WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.CreateAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookApplication using PUT.
            </summary>
            <param name="workbookApplicationToCreate">The WorkbookApplication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookApplication.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookApplication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.GetAsync">
            <summary>
            Gets the specified WorkbookApplication.
            </summary>
            <returns>The WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookApplication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.UpdateAsync(Microsoft.Graph.WorkbookApplication)">
            <summary>
            Updates the specified WorkbookApplication using PATCH.
            </summary>
            <param name="workbookApplicationToUpdate">The WorkbookApplication to update.</param>
            <returns>The updated WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.UpdateAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookApplication using PATCH.
            </summary>
            <param name="workbookApplicationToUpdate">The WorkbookApplication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookApplication,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookApplication,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookApplicationRequestBuilder">
            <summary>
            The interface IWorkbookApplicationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookApplicationRequestBuilder.Calculate(System.String)">
            <summary>
            Gets the request builder for WorkbookApplicationCalculate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookApplicationCalculateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAddRequest">
            <summary>
            The interface IWorkbookChartAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAddRequestBuilder">
            <summary>
            The interface IWorkbookChartAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAreaFormatRequest">
            <summary>
            The interface IWorkbookChartAreaFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAreaFormat)">
            <summary>
            Creates the specified WorkbookChartAreaFormat using PUT.
            </summary>
            <param name="workbookChartAreaFormatToCreate">The WorkbookChartAreaFormat to create.</param>
            <returns>The created WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAreaFormat using PUT.
            </summary>
            <param name="workbookChartAreaFormatToCreate">The WorkbookChartAreaFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartAreaFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAreaFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartAreaFormat.
            </summary>
            <returns>The WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAreaFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAreaFormat)">
            <summary>
            Updates the specified WorkbookChartAreaFormat using PATCH.
            </summary>
            <param name="workbookChartAreaFormatToUpdate">The WorkbookChartAreaFormat to update.</param>
            <returns>The updated WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAreaFormat using PATCH.
            </summary>
            <param name="workbookChartAreaFormatToUpdate">The WorkbookChartAreaFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAreaFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAreaFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartAreaFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxesRequest">
            <summary>
            The interface IWorkbookChartAxesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxes)">
            <summary>
            Creates the specified WorkbookChartAxes using PUT.
            </summary>
            <param name="workbookChartAxesToCreate">The WorkbookChartAxes to create.</param>
            <returns>The created WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxes using PUT.
            </summary>
            <param name="workbookChartAxesToCreate">The WorkbookChartAxes to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartAxes.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxes.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartAxes.
            </summary>
            <returns>The WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxes.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxes)">
            <summary>
            Updates the specified WorkbookChartAxes using PATCH.
            </summary>
            <param name="workbookChartAxesToUpdate">The WorkbookChartAxes to update.</param>
            <returns>The updated WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxes using PATCH.
            </summary>
            <param name="workbookChartAxesToUpdate">The WorkbookChartAxes to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxes,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxes,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxesRequestBuilder">
            <summary>
            The interface IWorkbookChartAxesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxesRequestBuilder.CategoryAxis">
            <summary>
            Gets the request builder for CategoryAxis.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxesRequestBuilder.SeriesAxis">
            <summary>
            Gets the request builder for SeriesAxis.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxesRequestBuilder.ValueAxis">
            <summary>
            Gets the request builder for ValueAxis.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisFormatRequest">
            <summary>
            The interface IWorkbookChartAxisFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisFormat)">
            <summary>
            Creates the specified WorkbookChartAxisFormat using PUT.
            </summary>
            <param name="workbookChartAxisFormatToCreate">The WorkbookChartAxisFormat to create.</param>
            <returns>The created WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisFormat using PUT.
            </summary>
            <param name="workbookChartAxisFormatToCreate">The WorkbookChartAxisFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartAxisFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartAxisFormat.
            </summary>
            <returns>The WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisFormat)">
            <summary>
            Updates the specified WorkbookChartAxisFormat using PATCH.
            </summary>
            <param name="workbookChartAxisFormatToUpdate">The WorkbookChartAxisFormat to update.</param>
            <returns>The updated WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisFormat using PATCH.
            </summary>
            <param name="workbookChartAxisFormatToUpdate">The WorkbookChartAxisFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartAxisFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder.Line">
            <summary>
            Gets the request builder for Line.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisRequest">
            <summary>
            The interface IWorkbookChartAxisRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxis)">
            <summary>
            Creates the specified WorkbookChartAxis using PUT.
            </summary>
            <param name="workbookChartAxisToCreate">The WorkbookChartAxis to create.</param>
            <returns>The created WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxis using PUT.
            </summary>
            <param name="workbookChartAxisToCreate">The WorkbookChartAxis to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartAxis.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxis.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartAxis.
            </summary>
            <returns>The WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxis.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxis)">
            <summary>
            Updates the specified WorkbookChartAxis using PATCH.
            </summary>
            <param name="workbookChartAxisToUpdate">The WorkbookChartAxis to update.</param>
            <returns>The updated WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxis using PATCH.
            </summary>
            <param name="workbookChartAxisToUpdate">The WorkbookChartAxis to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxis,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxis,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder">
            <summary>
            The interface IWorkbookChartAxisRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisRequestBuilder.MajorGridlines">
            <summary>
            Gets the request builder for MajorGridlines.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisRequestBuilder.MinorGridlines">
            <summary>
            Gets the request builder for MinorGridlines.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisRequestBuilder.Title">
            <summary>
            Gets the request builder for Title.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisTitleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest">
            <summary>
            The interface IWorkbookChartAxisTitleFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat)">
            <summary>
            Creates the specified WorkbookChartAxisTitleFormat using PUT.
            </summary>
            <param name="workbookChartAxisTitleFormatToCreate">The WorkbookChartAxisTitleFormat to create.</param>
            <returns>The created WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisTitleFormat using PUT.
            </summary>
            <param name="workbookChartAxisTitleFormatToCreate">The WorkbookChartAxisTitleFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartAxisTitleFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartAxisTitleFormat.
            </summary>
            <returns>The WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat)">
            <summary>
            Updates the specified WorkbookChartAxisTitleFormat using PATCH.
            </summary>
            <param name="workbookChartAxisTitleFormatToUpdate">The WorkbookChartAxisTitleFormat to update.</param>
            <returns>The updated WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitleFormat using PATCH.
            </summary>
            <param name="workbookChartAxisTitleFormatToUpdate">The WorkbookChartAxisTitleFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartAxisTitleFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisTitleRequest">
            <summary>
            The interface IWorkbookChartAxisTitleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisTitle)">
            <summary>
            Creates the specified WorkbookChartAxisTitle using PUT.
            </summary>
            <param name="workbookChartAxisTitleToCreate">The WorkbookChartAxisTitle to create.</param>
            <returns>The created WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisTitle using PUT.
            </summary>
            <param name="workbookChartAxisTitleToCreate">The WorkbookChartAxisTitle to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartAxisTitle.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartAxisTitle.
            </summary>
            <returns>The WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisTitle)">
            <summary>
            Updates the specified WorkbookChartAxisTitle using PATCH.
            </summary>
            <param name="workbookChartAxisTitleToUpdate">The WorkbookChartAxisTitle to update.</param>
            <returns>The updated WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitle using PATCH.
            </summary>
            <param name="workbookChartAxisTitleToUpdate">The WorkbookChartAxisTitle to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitle,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitle,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartAxisTitleRequestBuilder">
            <summary>
            The interface IWorkbookChartAxisTitleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartAxisTitleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartAxisTitleRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartCountRequest">
            <summary>
            The interface IWorkbookChartCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartCountRequestBuilder">
            <summary>
            The interface IWorkbookChartCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest">
            <summary>
            The interface IWorkbookChartDataLabelFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartDataLabelFormat)">
            <summary>
            Creates the specified WorkbookChartDataLabelFormat using PUT.
            </summary>
            <param name="workbookChartDataLabelFormatToCreate">The WorkbookChartDataLabelFormat to create.</param>
            <returns>The created WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartDataLabelFormat using PUT.
            </summary>
            <param name="workbookChartDataLabelFormatToCreate">The WorkbookChartDataLabelFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartDataLabelFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartDataLabelFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartDataLabelFormat.
            </summary>
            <returns>The WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartDataLabelFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartDataLabelFormat)">
            <summary>
            Updates the specified WorkbookChartDataLabelFormat using PATCH.
            </summary>
            <param name="workbookChartDataLabelFormatToUpdate">The WorkbookChartDataLabelFormat to update.</param>
            <returns>The updated WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabelFormat using PATCH.
            </summary>
            <param name="workbookChartDataLabelFormatToUpdate">The WorkbookChartDataLabelFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabelFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabelFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartDataLabelFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartDataLabelsRequest">
            <summary>
            The interface IWorkbookChartDataLabelsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.CreateAsync(Microsoft.Graph.WorkbookChartDataLabels)">
            <summary>
            Creates the specified WorkbookChartDataLabels using PUT.
            </summary>
            <param name="workbookChartDataLabelsToCreate">The WorkbookChartDataLabels to create.</param>
            <returns>The created WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.CreateAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartDataLabels using PUT.
            </summary>
            <param name="workbookChartDataLabelsToCreate">The WorkbookChartDataLabels to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartDataLabels.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartDataLabels.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartDataLabels.
            </summary>
            <returns>The WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartDataLabels.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.UpdateAsync(Microsoft.Graph.WorkbookChartDataLabels)">
            <summary>
            Updates the specified WorkbookChartDataLabels using PATCH.
            </summary>
            <param name="workbookChartDataLabelsToUpdate">The WorkbookChartDataLabels to update.</param>
            <returns>The updated WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.UpdateAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabels using PATCH.
            </summary>
            <param name="workbookChartDataLabelsToUpdate">The WorkbookChartDataLabels to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabels,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabels,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder">
            <summary>
            The interface IWorkbookChartDataLabelsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFillClearRequest">
            <summary>
            The interface IWorkbookChartFillClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillClearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFillClearRequestBuilder">
            <summary>
            The interface IWorkbookChartFillClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillClearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFillRequest">
            <summary>
            The interface IWorkbookChartFillRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.CreateAsync(Microsoft.Graph.WorkbookChartFill)">
            <summary>
            Creates the specified WorkbookChartFill using PUT.
            </summary>
            <param name="workbookChartFillToCreate">The WorkbookChartFill to create.</param>
            <returns>The created WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.CreateAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartFill using PUT.
            </summary>
            <param name="workbookChartFillToCreate">The WorkbookChartFill to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartFill.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartFill.
            </summary>
            <returns>The WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.UpdateAsync(Microsoft.Graph.WorkbookChartFill)">
            <summary>
            Updates the specified WorkbookChartFill using PATCH.
            </summary>
            <param name="workbookChartFillToUpdate">The WorkbookChartFill to update.</param>
            <returns>The updated WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.UpdateAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFill using PATCH.
            </summary>
            <param name="workbookChartFillToUpdate">The WorkbookChartFill to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFill,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFill,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder">
            <summary>
            The interface IWorkbookChartFillRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookChartFillClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillRequestBuilder.SetSolidColor(System.String)">
            <summary>
            Gets the request builder for WorkbookChartFillSetSolidColor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequest">
            <summary>
            The interface IWorkbookChartFillSetSolidColorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequestBuilder">
            <summary>
            The interface IWorkbookChartFillSetSolidColorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFontRequest">
            <summary>
            The interface IWorkbookChartFontRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.CreateAsync(Microsoft.Graph.WorkbookChartFont)">
            <summary>
            Creates the specified WorkbookChartFont using PUT.
            </summary>
            <param name="workbookChartFontToCreate">The WorkbookChartFont to create.</param>
            <returns>The created WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.CreateAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartFont using PUT.
            </summary>
            <param name="workbookChartFontToCreate">The WorkbookChartFont to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartFont.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartFont.
            </summary>
            <returns>The WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.UpdateAsync(Microsoft.Graph.WorkbookChartFont)">
            <summary>
            Updates the specified WorkbookChartFont using PATCH.
            </summary>
            <param name="workbookChartFontToUpdate">The WorkbookChartFont to update.</param>
            <returns>The updated WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.UpdateAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFont using PATCH.
            </summary>
            <param name="workbookChartFontToUpdate">The WorkbookChartFont to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFont,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFont,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder">
            <summary>
            The interface IWorkbookChartFontRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartFontRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest">
            <summary>
            The interface IWorkbookChartGridlinesFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartGridlinesFormat)">
            <summary>
            Creates the specified WorkbookChartGridlinesFormat using PUT.
            </summary>
            <param name="workbookChartGridlinesFormatToCreate">The WorkbookChartGridlinesFormat to create.</param>
            <returns>The created WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartGridlinesFormat using PUT.
            </summary>
            <param name="workbookChartGridlinesFormatToCreate">The WorkbookChartGridlinesFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartGridlinesFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartGridlinesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartGridlinesFormat.
            </summary>
            <returns>The WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartGridlinesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartGridlinesFormat)">
            <summary>
            Updates the specified WorkbookChartGridlinesFormat using PATCH.
            </summary>
            <param name="workbookChartGridlinesFormatToUpdate">The WorkbookChartGridlinesFormat to update.</param>
            <returns>The updated WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlinesFormat using PATCH.
            </summary>
            <param name="workbookChartGridlinesFormatToUpdate">The WorkbookChartGridlinesFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlinesFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlinesFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartGridlinesFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartGridlinesFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartGridlinesFormatRequestBuilder.Line">
            <summary>
            Gets the request builder for Line.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartGridlinesRequest">
            <summary>
            The interface IWorkbookChartGridlinesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.CreateAsync(Microsoft.Graph.WorkbookChartGridlines)">
            <summary>
            Creates the specified WorkbookChartGridlines using PUT.
            </summary>
            <param name="workbookChartGridlinesToCreate">The WorkbookChartGridlines to create.</param>
            <returns>The created WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.CreateAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartGridlines using PUT.
            </summary>
            <param name="workbookChartGridlinesToCreate">The WorkbookChartGridlines to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartGridlines.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartGridlines.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartGridlines.
            </summary>
            <returns>The WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartGridlines.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartGridlines)">
            <summary>
            Updates the specified WorkbookChartGridlines using PATCH.
            </summary>
            <param name="workbookChartGridlinesToUpdate">The WorkbookChartGridlines to update.</param>
            <returns>The updated WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlines using PATCH.
            </summary>
            <param name="workbookChartGridlinesToUpdate">The WorkbookChartGridlines to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlines,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlines,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder">
            <summary>
            The interface IWorkbookChartGridlinesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartGridlinesFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartImageRequest">
            <summary>
            The interface IWorkbookChartImageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartImageRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartImageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartImageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartImageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder">
            <summary>
            The interface IWorkbookChartImageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartImageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartItemAtRequest">
            <summary>
            The interface IWorkbookChartItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchart">The WorkbookChart object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchart">The WorkbookChart object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder">
            <summary>
            The interface IWorkbookChartItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartItemRequest">
            <summary>
            The interface IWorkbookChartItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.PatchAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.PatchAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.PutAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchart">The WorkbookChart object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.PutAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchart">The WorkbookChart object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartItemRequestBuilder">
            <summary>
            The interface IWorkbookChartItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLegendFormatRequest">
            <summary>
            The interface IWorkbookChartLegendFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartLegendFormat)">
            <summary>
            Creates the specified WorkbookChartLegendFormat using PUT.
            </summary>
            <param name="workbookChartLegendFormatToCreate">The WorkbookChartLegendFormat to create.</param>
            <returns>The created WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLegendFormat using PUT.
            </summary>
            <param name="workbookChartLegendFormatToCreate">The WorkbookChartLegendFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartLegendFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLegendFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartLegendFormat.
            </summary>
            <returns>The WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLegendFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLegendFormat)">
            <summary>
            Updates the specified WorkbookChartLegendFormat using PATCH.
            </summary>
            <param name="workbookChartLegendFormatToUpdate">The WorkbookChartLegendFormat to update.</param>
            <returns>The updated WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegendFormat using PATCH.
            </summary>
            <param name="workbookChartLegendFormatToUpdate">The WorkbookChartLegendFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegendFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegendFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartLegendFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLegendRequest">
            <summary>
            The interface IWorkbookChartLegendRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.CreateAsync(Microsoft.Graph.WorkbookChartLegend)">
            <summary>
            Creates the specified WorkbookChartLegend using PUT.
            </summary>
            <param name="workbookChartLegendToCreate">The WorkbookChartLegend to create.</param>
            <returns>The created WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.CreateAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLegend using PUT.
            </summary>
            <param name="workbookChartLegendToCreate">The WorkbookChartLegend to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartLegend.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLegend.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartLegend.
            </summary>
            <returns>The WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLegend.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLegend)">
            <summary>
            Updates the specified WorkbookChartLegend using PATCH.
            </summary>
            <param name="workbookChartLegendToUpdate">The WorkbookChartLegend to update.</param>
            <returns>The updated WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegend using PATCH.
            </summary>
            <param name="workbookChartLegendToUpdate">The WorkbookChartLegend to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegend,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegend,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLegendRequestBuilder">
            <summary>
            The interface IWorkbookChartLegendRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLegendRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartLegendRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLineFormatClearRequest">
            <summary>
            The interface IWorkbookChartLineFormatClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatClearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLineFormatClearRequestBuilder">
            <summary>
            The interface IWorkbookChartLineFormatClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatClearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLineFormatRequest">
            <summary>
            The interface IWorkbookChartLineFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartLineFormat)">
            <summary>
            Creates the specified WorkbookChartLineFormat using PUT.
            </summary>
            <param name="workbookChartLineFormatToCreate">The WorkbookChartLineFormat to create.</param>
            <returns>The created WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLineFormat using PUT.
            </summary>
            <param name="workbookChartLineFormatToCreate">The WorkbookChartLineFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartLineFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLineFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartLineFormat.
            </summary>
            <returns>The WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLineFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLineFormat)">
            <summary>
            Updates the specified WorkbookChartLineFormat using PATCH.
            </summary>
            <param name="workbookChartLineFormatToUpdate">The WorkbookChartLineFormat to update.</param>
            <returns>The updated WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLineFormat using PATCH.
            </summary>
            <param name="workbookChartLineFormatToUpdate">The WorkbookChartLineFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLineFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLineFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartLineFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookChartLineFormatClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatClearRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointCountRequest">
            <summary>
            The interface IWorkbookChartPointCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointCountRequestBuilder">
            <summary>
            The interface IWorkbookChartPointCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointFormatRequest">
            <summary>
            The interface IWorkbookChartPointFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartPointFormat)">
            <summary>
            Creates the specified WorkbookChartPointFormat using PUT.
            </summary>
            <param name="workbookChartPointFormatToCreate">The WorkbookChartPointFormat to create.</param>
            <returns>The created WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartPointFormat using PUT.
            </summary>
            <param name="workbookChartPointFormatToCreate">The WorkbookChartPointFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartPointFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartPointFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartPointFormat.
            </summary>
            <returns>The WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartPointFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartPointFormat)">
            <summary>
            Updates the specified WorkbookChartPointFormat using PATCH.
            </summary>
            <param name="workbookChartPointFormatToUpdate">The WorkbookChartPointFormat to update.</param>
            <returns>The updated WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPointFormat using PATCH.
            </summary>
            <param name="workbookChartPointFormatToUpdate">The WorkbookChartPointFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPointFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPointFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartPointFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointItemAtRequest">
            <summary>
            The interface IWorkbookChartPointItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChartPoint)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchartpoint">The WorkbookChartPoint object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchartpoint">The WorkbookChartPoint object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChartPoint)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchartpoint">The WorkbookChartPoint object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchartpoint">The WorkbookChartPoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointItemAtRequestBuilder">
            <summary>
            The interface IWorkbookChartPointItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointRequest">
            <summary>
            The interface IWorkbookChartPointRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.CreateAsync(Microsoft.Graph.WorkbookChartPoint)">
            <summary>
            Creates the specified WorkbookChartPoint using PUT.
            </summary>
            <param name="workbookChartPointToCreate">The WorkbookChartPoint to create.</param>
            <returns>The created WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.CreateAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartPoint using PUT.
            </summary>
            <param name="workbookChartPointToCreate">The WorkbookChartPoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartPoint.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartPoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartPoint.
            </summary>
            <returns>The WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartPoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.UpdateAsync(Microsoft.Graph.WorkbookChartPoint)">
            <summary>
            Updates the specified WorkbookChartPoint using PATCH.
            </summary>
            <param name="workbookChartPointToUpdate">The WorkbookChartPoint to update.</param>
            <returns>The updated WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.UpdateAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPoint using PATCH.
            </summary>
            <param name="workbookChartPointToUpdate">The WorkbookChartPoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartPointRequestBuilder">
            <summary>
            The interface IWorkbookChartPointRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartPointRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartPointRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartRequest">
            <summary>
            The interface IWorkbookChartRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.CreateAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Creates the specified WorkbookChart using PUT.
            </summary>
            <param name="workbookChartToCreate">The WorkbookChart to create.</param>
            <returns>The created WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.CreateAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChart using PUT.
            </summary>
            <param name="workbookChartToCreate">The WorkbookChart to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChart.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChart.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChart.
            </summary>
            <returns>The WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChart.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.UpdateAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Updates the specified WorkbookChart using PATCH.
            </summary>
            <param name="workbookChartToUpdate">The WorkbookChart to update.</param>
            <returns>The updated WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.UpdateAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChart using PATCH.
            </summary>
            <param name="workbookChartToUpdate">The WorkbookChart to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartRequestBuilder">
            <summary>
            The interface IWorkbookChartRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.Axes">
            <summary>
            Gets the request builder for Axes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.DataLabels">
            <summary>
            Gets the request builder for DataLabels.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.Legend">
            <summary>
            Gets the request builder for Legend.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLegendRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.Series">
            <summary>
            Gets the request builder for Series.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.Title">
            <summary>
            Gets the request builder for Title.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartTitleRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.SetData(System.String,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookChartSetData.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetDataRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.SetPosition(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookChartSetPosition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetPositionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.Image">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.Image(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.Image(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartRequestBuilder.Image(System.Int32,System.Int32,System.String)">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesCollectionPage">
            <summary>
            The interface IWorkbookChartSeriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest">
            <summary>
            The interface IWorkbookChartSeriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChartSeries)">
            <summary>
            Adds the specified WorkbookChartSeries to the collection via POST.
            </summary>
            <param name="workbookChartSeries">The WorkbookChartSeries to add.</param>
            <returns>The created WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChartSeries to the collection via POST.
            </summary>
            <param name="workbookChartSeries">The WorkbookChartSeries to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder">
            <summary>
            The interface IWorkbookChartSeriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder"/> for the specified WorkbookChartSeries.
            </summary>
            <param name="id">The ID for the WorkbookChartSeries.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartSeriesItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartSeriesCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesCountRequest">
            <summary>
            The interface IWorkbookChartSeriesCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesCountRequestBuilder">
            <summary>
            The interface IWorkbookChartSeriesCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesFormatRequest">
            <summary>
            The interface IWorkbookChartSeriesFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartSeriesFormat)">
            <summary>
            Creates the specified WorkbookChartSeriesFormat using PUT.
            </summary>
            <param name="workbookChartSeriesFormatToCreate">The WorkbookChartSeriesFormat to create.</param>
            <returns>The created WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartSeriesFormat using PUT.
            </summary>
            <param name="workbookChartSeriesFormatToCreate">The WorkbookChartSeriesFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartSeriesFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartSeriesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartSeriesFormat.
            </summary>
            <returns>The WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartSeriesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartSeriesFormat)">
            <summary>
            Updates the specified WorkbookChartSeriesFormat using PATCH.
            </summary>
            <param name="workbookChartSeriesFormatToUpdate">The WorkbookChartSeriesFormat to update.</param>
            <returns>The updated WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeriesFormat using PATCH.
            </summary>
            <param name="workbookChartSeriesFormatToUpdate">The WorkbookChartSeriesFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeriesFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeriesFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartSeriesFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder.Line">
            <summary>
            Gets the request builder for Line.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest">
            <summary>
            The interface IWorkbookChartSeriesItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChartSeries)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchartseries">The WorkbookChartSeries object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchartseries">The WorkbookChartSeries object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChartSeries)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchartseries">The WorkbookChartSeries object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchartseries">The WorkbookChartSeries object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder">
            <summary>
            The interface IWorkbookChartSeriesItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionPage">
            <summary>
            The interface IWorkbookChartSeriesPointsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest">
            <summary>
            The interface IWorkbookChartSeriesPointsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChartPoint)">
            <summary>
            Adds the specified WorkbookChartPoint to the collection via POST.
            </summary>
            <param name="workbookChartPoint">The WorkbookChartPoint to add.</param>
            <returns>The created WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChartPoint to the collection via POST.
            </summary>
            <param name="workbookChartPoint">The WorkbookChartPoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookChartSeriesPointsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookChartPointRequestBuilder"/> for the specified WorkbookChartPoint.
            </summary>
            <param name="id">The ID for the WorkbookChartPoint.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartPointItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartPointCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesRequest">
            <summary>
            The interface IWorkbookChartSeriesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.CreateAsync(Microsoft.Graph.WorkbookChartSeries)">
            <summary>
            Creates the specified WorkbookChartSeries using PUT.
            </summary>
            <param name="workbookChartSeriesToCreate">The WorkbookChartSeries to create.</param>
            <returns>The created WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.CreateAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartSeries using PUT.
            </summary>
            <param name="workbookChartSeriesToCreate">The WorkbookChartSeries to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartSeries.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartSeries.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartSeries.
            </summary>
            <returns>The WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartSeries.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartSeries)">
            <summary>
            Updates the specified WorkbookChartSeries using PATCH.
            </summary>
            <param name="workbookChartSeriesToUpdate">The WorkbookChartSeries to update.</param>
            <returns>The updated WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeries using PATCH.
            </summary>
            <param name="workbookChartSeriesToUpdate">The WorkbookChartSeries to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder">
            <summary>
            The interface IWorkbookChartSeriesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder.Points">
            <summary>
            Gets the request builder for Points.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSetDataRequest">
            <summary>
            The interface IWorkbookChartSetDataRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSetDataRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetDataRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetDataRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetDataRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetDataRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSetDataRequestBuilder">
            <summary>
            The interface IWorkbookChartSetDataRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetDataRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSetPositionRequest">
            <summary>
            The interface IWorkbookChartSetPositionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartSetPositionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetPositionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetPositionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetPositionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetPositionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartSetPositionRequestBuilder">
            <summary>
            The interface IWorkbookChartSetPositionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartSetPositionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartTitleFormatRequest">
            <summary>
            The interface IWorkbookChartTitleFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartTitleFormat)">
            <summary>
            Creates the specified WorkbookChartTitleFormat using PUT.
            </summary>
            <param name="workbookChartTitleFormatToCreate">The WorkbookChartTitleFormat to create.</param>
            <returns>The created WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartTitleFormat using PUT.
            </summary>
            <param name="workbookChartTitleFormatToCreate">The WorkbookChartTitleFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartTitleFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartTitleFormat.
            </summary>
            <returns>The WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartTitleFormat)">
            <summary>
            Updates the specified WorkbookChartTitleFormat using PATCH.
            </summary>
            <param name="workbookChartTitleFormatToUpdate">The WorkbookChartTitleFormat to update.</param>
            <returns>The updated WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitleFormat using PATCH.
            </summary>
            <param name="workbookChartTitleFormatToUpdate">The WorkbookChartTitleFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitleFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitleFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder">
            <summary>
            The interface IWorkbookChartTitleFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartTitleRequest">
            <summary>
            The interface IWorkbookChartTitleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.CreateAsync(Microsoft.Graph.WorkbookChartTitle)">
            <summary>
            Creates the specified WorkbookChartTitle using PUT.
            </summary>
            <param name="workbookChartTitleToCreate">The WorkbookChartTitle to create.</param>
            <returns>The created WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.CreateAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartTitle using PUT.
            </summary>
            <param name="workbookChartTitleToCreate">The WorkbookChartTitle to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartTitle.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartTitle.
            </summary>
            <returns>The WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.UpdateAsync(Microsoft.Graph.WorkbookChartTitle)">
            <summary>
            Updates the specified WorkbookChartTitle using PATCH.
            </summary>
            <param name="workbookChartTitleToUpdate">The WorkbookChartTitle to update.</param>
            <returns>The updated WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.UpdateAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitle using PATCH.
            </summary>
            <param name="workbookChartTitleToUpdate">The WorkbookChartTitle to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitle,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitle,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookChartTitleRequestBuilder">
            <summary>
            The interface IWorkbookChartTitleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookChartTitleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookChartTitleRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCloseSessionRequest">
            <summary>
            The interface IWorkbookCloseSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCloseSessionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCloseSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCloseSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCloseSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCloseSessionRequestBuilder">
            <summary>
            The interface IWorkbookCloseSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCloseSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCreateSessionRequest">
            <summary>
            The interface IWorkbookCreateSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookCreateSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCreateSessionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCreateSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCreateSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCreateSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookCreateSessionRequestBuilder">
            <summary>
            The interface IWorkbookCreateSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookCreateSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyBottomItemsFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyBottomItemsFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyBottomPercentFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyBottomPercentFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyCellColorFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyCellColorFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyCustomFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyCustomFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyDynamicFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyDynamicFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyFontColorFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyFontColorFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyIconFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyIconFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyRequest">
            <summary>
            The interface IWorkbookFilterApplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyTopItemsFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyTopItemsFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyTopPercentFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyTopPercentFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequest">
            <summary>
            The interface IWorkbookFilterApplyValuesFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterApplyValuesFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterClearRequest">
            <summary>
            The interface IWorkbookFilterClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterClearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterClearRequestBuilder">
            <summary>
            The interface IWorkbookFilterClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterClearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterRequest">
            <summary>
            The interface IWorkbookFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.CreateAsync(Microsoft.Graph.WorkbookFilter)">
            <summary>
            Creates the specified WorkbookFilter using PUT.
            </summary>
            <param name="workbookFilterToCreate">The WorkbookFilter to create.</param>
            <returns>The created WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.CreateAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFilter using PUT.
            </summary>
            <param name="workbookFilterToCreate">The WorkbookFilter to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookFilter.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFilter.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.GetAsync">
            <summary>
            Gets the specified WorkbookFilter.
            </summary>
            <returns>The WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFilter.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.UpdateAsync(Microsoft.Graph.WorkbookFilter)">
            <summary>
            Updates the specified WorkbookFilter using PATCH.
            </summary>
            <param name="workbookFilterToUpdate">The WorkbookFilter to update.</param>
            <returns>The updated WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.UpdateAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFilter using PATCH.
            </summary>
            <param name="workbookFilterToUpdate">The WorkbookFilter to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFilter,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFilter,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFilterRequestBuilder">
            <summary>
            The interface IWorkbookFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.Apply(Microsoft.Graph.WorkbookFilterCriteria)">
            <summary>
            Gets the request builder for WorkbookFilterApply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyBottomItemsFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyBottomItemsFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyBottomPercentFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyBottomPercentFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyCellColorFilter(System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyCellColorFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyCustomFilter(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyCustomFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyDynamicFilter(System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyDynamicFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyFontColorFilter(System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyFontColorFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyIconFilter(Microsoft.Graph.WorkbookIcon)">
            <summary>
            Gets the request builder for WorkbookFilterApplyIconFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyTopItemsFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyTopItemsFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyTopPercentFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyTopPercentFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.ApplyValuesFilter(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFilterApplyValuesFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFilterRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookFilterClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterClearRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFormatProtectionRequest">
            <summary>
            The interface IWorkbookFormatProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.CreateAsync(Microsoft.Graph.WorkbookFormatProtection)">
            <summary>
            Creates the specified WorkbookFormatProtection using PUT.
            </summary>
            <param name="workbookFormatProtectionToCreate">The WorkbookFormatProtection to create.</param>
            <returns>The created WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.CreateAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFormatProtection using PUT.
            </summary>
            <param name="workbookFormatProtectionToCreate">The WorkbookFormatProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookFormatProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFormatProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.GetAsync">
            <summary>
            Gets the specified WorkbookFormatProtection.
            </summary>
            <returns>The WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFormatProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.UpdateAsync(Microsoft.Graph.WorkbookFormatProtection)">
            <summary>
            Updates the specified WorkbookFormatProtection using PATCH.
            </summary>
            <param name="workbookFormatProtectionToUpdate">The WorkbookFormatProtection to update.</param>
            <returns>The updated WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.UpdateAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFormatProtection using PATCH.
            </summary>
            <param name="workbookFormatProtectionToUpdate">The WorkbookFormatProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFormatProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFormatProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFormatProtectionRequestBuilder">
            <summary>
            The interface IWorkbookFormatProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFormatProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionResultRequest">
            <summary>
            The interface IWorkbookFunctionResultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.CreateAsync(Microsoft.Graph.WorkbookFunctionResult)">
            <summary>
            Creates the specified WorkbookFunctionResult using PUT.
            </summary>
            <param name="workbookFunctionResultToCreate">The WorkbookFunctionResult to create.</param>
            <returns>The created WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.CreateAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFunctionResult using PUT.
            </summary>
            <param name="workbookFunctionResultToCreate">The WorkbookFunctionResult to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookFunctionResult.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFunctionResult.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.GetAsync">
            <summary>
            Gets the specified WorkbookFunctionResult.
            </summary>
            <returns>The WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFunctionResult.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.UpdateAsync(Microsoft.Graph.WorkbookFunctionResult)">
            <summary>
            Updates the specified WorkbookFunctionResult using PATCH.
            </summary>
            <param name="workbookFunctionResultToUpdate">The WorkbookFunctionResult to update.</param>
            <returns>The updated WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.UpdateAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctionResult using PATCH.
            </summary>
            <param name="workbookFunctionResultToUpdate">The WorkbookFunctionResult to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctionResult,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctionResult,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionResultRequestBuilder">
            <summary>
            The interface IWorkbookFunctionResultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionResultRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAbsRequest">
            <summary>
            The interface IWorkbookFunctionsAbsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAbsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAbsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAbsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAbsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAbsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAbsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAbsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAbsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequest">
            <summary>
            The interface IWorkbookFunctionsAccrIntMRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAccrIntMRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAccrIntRequest">
            <summary>
            The interface IWorkbookFunctionsAccrIntRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAccrIntRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAccrIntRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAccrIntRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAccrIntRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcoshRequest">
            <summary>
            The interface IWorkbookFunctionsAcoshRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAcoshRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcoshRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcoshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcoshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcoshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcoshRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAcoshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcoshRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcosRequest">
            <summary>
            The interface IWorkbookFunctionsAcosRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAcosRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcosRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcosRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcosRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcosRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcosRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAcosRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcosRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcothRequest">
            <summary>
            The interface IWorkbookFunctionsAcothRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAcothRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcothRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcothRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcothRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcothRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcothRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAcothRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcothRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcotRequest">
            <summary>
            The interface IWorkbookFunctionsAcotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAcotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcotRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAcotRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAcotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAcotRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequest">
            <summary>
            The interface IWorkbookFunctionsAmorDegrcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAmorDegrcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAmorLincRequest">
            <summary>
            The interface IWorkbookFunctionsAmorLincRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAmorLincRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorLincRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorLincRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorLincRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorLincRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAmorLincRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAmorLincRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAmorLincRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAndRequest">
            <summary>
            The interface IWorkbookFunctionsAndRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAndRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAndRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAndRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAndRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAndRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAndRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAndRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAndRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsArabicRequest">
            <summary>
            The interface IWorkbookFunctionsArabicRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsArabicRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsArabicRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsArabicRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsArabicRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsArabicRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsArabicRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsArabicRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsArabicRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAreasRequest">
            <summary>
            The interface IWorkbookFunctionsAreasRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAreasRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAreasRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAreasRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAreasRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAreasRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAreasRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAreasRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAreasRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAscRequest">
            <summary>
            The interface IWorkbookFunctionsAscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAscRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAscRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAscRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAsinhRequest">
            <summary>
            The interface IWorkbookFunctionsAsinhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAsinhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinhRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAsinhRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAsinhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinhRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAsinRequest">
            <summary>
            The interface IWorkbookFunctionsAsinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAsinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAsinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAsinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAsinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAtan2Request">
            <summary>
            The interface IWorkbookFunctionsAtan2Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAtan2Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtan2Request.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtan2Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtan2Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtan2Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAtan2RequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAtan2RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtan2RequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAtanhRequest">
            <summary>
            The interface IWorkbookFunctionsAtanhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAtanhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanhRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAtanhRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAtanhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanhRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAtanRequest">
            <summary>
            The interface IWorkbookFunctionsAtanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAtanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAtanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAtanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAtanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAveDevRequest">
            <summary>
            The interface IWorkbookFunctionsAveDevRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAveDevRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAveDevRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAveDevRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAveDevRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAveDevRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAveDevRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAveDevRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAveDevRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageARequest">
            <summary>
            The interface IWorkbookFunctionsAverageARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAverageARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAverageARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageIfRequest">
            <summary>
            The interface IWorkbookFunctionsAverageIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAverageIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageIfRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAverageIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequest">
            <summary>
            The interface IWorkbookFunctionsAverageIfsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAverageIfsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageRequest">
            <summary>
            The interface IWorkbookFunctionsAverageRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsAverageRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsAverageRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsAverageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsAverageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBahtTextRequest">
            <summary>
            The interface IWorkbookFunctionsBahtTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBahtTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBahtTextRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBahtTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBahtTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBahtTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBahtTextRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBahtTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBahtTextRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBaseRequest">
            <summary>
            The interface IWorkbookFunctionsBaseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBaseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBaseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBaseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBaseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBaseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselIRequest">
            <summary>
            The interface IWorkbookFunctionsBesselIRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBesselIRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselIRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselIRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselIRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselIRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselIRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBesselIRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselIRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselJRequest">
            <summary>
            The interface IWorkbookFunctionsBesselJRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBesselJRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselJRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselJRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselJRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselJRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselJRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBesselJRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselJRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselKRequest">
            <summary>
            The interface IWorkbookFunctionsBesselKRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBesselKRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselKRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselKRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselKRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselKRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselKRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBesselKRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselKRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselYRequest">
            <summary>
            The interface IWorkbookFunctionsBesselYRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBesselYRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselYRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselYRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselYRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselYRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBesselYRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBesselYRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBesselYRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequest">
            <summary>
            The interface IWorkbookFunctionsBeta_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBeta_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequest">
            <summary>
            The interface IWorkbookFunctionsBeta_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBeta_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBin2DecRequest">
            <summary>
            The interface IWorkbookFunctionsBin2DecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBin2DecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2DecRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2DecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2DecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2DecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBin2DecRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBin2DecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2DecRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBin2HexRequest">
            <summary>
            The interface IWorkbookFunctionsBin2HexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBin2HexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2HexRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2HexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2HexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2HexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBin2HexRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBin2HexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2HexRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBin2OctRequest">
            <summary>
            The interface IWorkbookFunctionsBin2OctRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBin2OctRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2OctRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2OctRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2OctRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2OctRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBin2OctRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBin2OctRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBin2OctRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequest">
            <summary>
            The interface IWorkbookFunctionsBinom_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBinom_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequest">
            <summary>
            The interface IWorkbookFunctionsBinom_Dist_RangeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBinom_Dist_RangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequest">
            <summary>
            The interface IWorkbookFunctionsBinom_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBinom_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitandRequest">
            <summary>
            The interface IWorkbookFunctionsBitandRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBitandRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitandRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitandRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitandRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitandRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitandRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBitandRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitandRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequest">
            <summary>
            The interface IWorkbookFunctionsBitlshiftRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBitlshiftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitorRequest">
            <summary>
            The interface IWorkbookFunctionsBitorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBitorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitorRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitorRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBitorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequest">
            <summary>
            The interface IWorkbookFunctionsBitrshiftRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBitrshiftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitxorRequest">
            <summary>
            The interface IWorkbookFunctionsBitxorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsBitxorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitxorRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitxorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitxorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitxorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsBitxorRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsBitxorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsBitxorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequest">
            <summary>
            The interface IWorkbookFunctionsCeiling_MathRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCeiling_MathRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequest">
            <summary>
            The interface IWorkbookFunctionsCeiling_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCeiling_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCharRequest">
            <summary>
            The interface IWorkbookFunctionsCharRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCharRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCharRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCharRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCharRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCharRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCharRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCharRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCharRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequest">
            <summary>
            The interface IWorkbookFunctionsChiSq_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsChiSq_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequest">
            <summary>
            The interface IWorkbookFunctionsChiSq_Dist_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsChiSq_Dist_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequest">
            <summary>
            The interface IWorkbookFunctionsChiSq_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsChiSq_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequest">
            <summary>
            The interface IWorkbookFunctionsChiSq_Inv_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsChiSq_Inv_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChooseRequest">
            <summary>
            The interface IWorkbookFunctionsChooseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsChooseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChooseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChooseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChooseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChooseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsChooseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsChooseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsChooseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCleanRequest">
            <summary>
            The interface IWorkbookFunctionsCleanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCleanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCleanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCleanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCleanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCleanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCleanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCleanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCleanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCodeRequest">
            <summary>
            The interface IWorkbookFunctionsCodeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCodeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCodeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCodeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCodeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsColumnsRequest">
            <summary>
            The interface IWorkbookFunctionsColumnsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsColumnsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsColumnsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsColumnsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsColumnsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsColumnsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsColumnsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsColumnsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsColumnsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCombinaRequest">
            <summary>
            The interface IWorkbookFunctionsCombinaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCombinaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinaRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCombinaRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCombinaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCombinRequest">
            <summary>
            The interface IWorkbookFunctionsCombinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCombinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCombinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCombinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCombinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsComplexRequest">
            <summary>
            The interface IWorkbookFunctionsComplexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsComplexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsComplexRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsComplexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsComplexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsComplexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsComplexRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsComplexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsComplexRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConcatenateRequest">
            <summary>
            The interface IWorkbookFunctionsConcatenateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsConcatenateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConcatenateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConcatenateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConcatenateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConcatenateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConcatenateRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsConcatenateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConcatenateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequest">
            <summary>
            The interface IWorkbookFunctionsConfidence_NormRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsConfidence_NormRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequest">
            <summary>
            The interface IWorkbookFunctionsConfidence_TRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsConfidence_TRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConvertRequest">
            <summary>
            The interface IWorkbookFunctionsConvertRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsConvertRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConvertRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConvertRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConvertRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConvertRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsConvertRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsConvertRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsConvertRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoshRequest">
            <summary>
            The interface IWorkbookFunctionsCoshRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoshRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoshRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoshRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoshRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCosRequest">
            <summary>
            The interface IWorkbookFunctionsCosRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCosRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCosRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCosRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCosRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCosRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCosRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCosRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCosRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCothRequest">
            <summary>
            The interface IWorkbookFunctionsCothRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCothRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCothRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCothRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCothRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCothRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCothRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCothRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCothRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCotRequest">
            <summary>
            The interface IWorkbookFunctionsCotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCotRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCotRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCotRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountARequest">
            <summary>
            The interface IWorkbookFunctionsCountARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCountARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCountARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountBlankRequest">
            <summary>
            The interface IWorkbookFunctionsCountBlankRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCountBlankRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountBlankRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountBlankRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountBlankRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountBlankRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountBlankRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCountBlankRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountBlankRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountIfRequest">
            <summary>
            The interface IWorkbookFunctionsCountIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCountIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountIfRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCountIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountIfsRequest">
            <summary>
            The interface IWorkbookFunctionsCountIfsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCountIfsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountIfsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCountIfsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountIfsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountRequest">
            <summary>
            The interface IWorkbookFunctionsCountRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCountRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCountRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequest">
            <summary>
            The interface IWorkbookFunctionsCoupDayBsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoupDayBsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequest">
            <summary>
            The interface IWorkbookFunctionsCoupDaysNcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoupDaysNcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequest">
            <summary>
            The interface IWorkbookFunctionsCoupDaysRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoupDaysRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequest">
            <summary>
            The interface IWorkbookFunctionsCoupNcdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoupNcdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupNumRequest">
            <summary>
            The interface IWorkbookFunctionsCoupNumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoupNumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupNumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoupNumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupNumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequest">
            <summary>
            The interface IWorkbookFunctionsCoupPcdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCoupPcdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCschRequest">
            <summary>
            The interface IWorkbookFunctionsCschRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCschRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCschRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCschRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCschRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCschRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCschRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCschRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCschRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCscRequest">
            <summary>
            The interface IWorkbookFunctionsCscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCscRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCscRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCscRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequest">
            <summary>
            The interface IWorkbookFunctionsCumIPmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCumIPmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCumPrincRequest">
            <summary>
            The interface IWorkbookFunctionsCumPrincRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsCumPrincRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumPrincRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumPrincRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumPrincRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumPrincRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsCumPrincRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsCumPrincRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsCumPrincRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDateRequest">
            <summary>
            The interface IWorkbookFunctionsDateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDateRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDatevalueRequest">
            <summary>
            The interface IWorkbookFunctionsDatevalueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDatevalueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDatevalueRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDatevalueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDatevalueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDatevalueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDatevalueRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDatevalueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDatevalueRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDaverageRequest">
            <summary>
            The interface IWorkbookFunctionsDaverageRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDaverageRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaverageRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaverageRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaverageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaverageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDaverageRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDaverageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaverageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDayRequest">
            <summary>
            The interface IWorkbookFunctionsDayRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDayRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDayRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDayRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDayRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDays360Request">
            <summary>
            The interface IWorkbookFunctionsDays360Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDays360Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDays360Request.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDays360Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDays360Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDays360Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDays360RequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDays360RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDays360RequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDaysRequest">
            <summary>
            The interface IWorkbookFunctionsDaysRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDaysRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaysRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaysRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaysRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaysRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDaysRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDaysRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDaysRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDbcsRequest">
            <summary>
            The interface IWorkbookFunctionsDbcsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDbcsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbcsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbcsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbcsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbcsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDbcsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDbcsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbcsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDbRequest">
            <summary>
            The interface IWorkbookFunctionsDbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDcountARequest">
            <summary>
            The interface IWorkbookFunctionsDcountARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDcountARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDcountARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDcountARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDcountRequest">
            <summary>
            The interface IWorkbookFunctionsDcountRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDcountRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDcountRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDcountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDcountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDdbRequest">
            <summary>
            The interface IWorkbookFunctionsDdbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDdbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDdbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDdbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDdbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDdbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDdbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDdbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDdbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDec2BinRequest">
            <summary>
            The interface IWorkbookFunctionsDec2BinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDec2BinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2BinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2BinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2BinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2BinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDec2BinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDec2BinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2BinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDec2HexRequest">
            <summary>
            The interface IWorkbookFunctionsDec2HexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDec2HexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2HexRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2HexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2HexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2HexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDec2HexRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDec2HexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2HexRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDec2OctRequest">
            <summary>
            The interface IWorkbookFunctionsDec2OctRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDec2OctRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2OctRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2OctRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2OctRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2OctRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDec2OctRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDec2OctRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDec2OctRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDecimalRequest">
            <summary>
            The interface IWorkbookFunctionsDecimalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDecimalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDecimalRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDecimalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDecimalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDecimalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDecimalRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDecimalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDecimalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDegreesRequest">
            <summary>
            The interface IWorkbookFunctionsDegreesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDegreesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDegreesRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDegreesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDegreesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDegreesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDegreesRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDegreesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDegreesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDeltaRequest">
            <summary>
            The interface IWorkbookFunctionsDeltaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDeltaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDeltaRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDeltaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDeltaRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDeltaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDevSqRequest">
            <summary>
            The interface IWorkbookFunctionsDevSqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDevSqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDevSqRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDevSqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDevSqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDevSqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDevSqRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDevSqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDevSqRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDgetRequest">
            <summary>
            The interface IWorkbookFunctionsDgetRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDgetRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDgetRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDgetRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDgetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDgetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDgetRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDgetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDgetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDiscRequest">
            <summary>
            The interface IWorkbookFunctionsDiscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDiscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDiscRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDiscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDiscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDiscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDiscRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDiscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDiscRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDmaxRequest">
            <summary>
            The interface IWorkbookFunctionsDmaxRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDmaxRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDmaxRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDmaxRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDmaxRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDmaxRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDmaxRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDmaxRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDmaxRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDminRequest">
            <summary>
            The interface IWorkbookFunctionsDminRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDminRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDminRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDminRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDminRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDminRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDminRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDminRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDminRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDollarDeRequest">
            <summary>
            The interface IWorkbookFunctionsDollarDeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDollarDeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarDeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarDeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarDeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarDeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDollarDeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDollarDeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarDeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDollarFrRequest">
            <summary>
            The interface IWorkbookFunctionsDollarFrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDollarFrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarFrRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarFrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarFrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarFrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDollarFrRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDollarFrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarFrRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDollarRequest">
            <summary>
            The interface IWorkbookFunctionsDollarRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDollarRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDollarRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDollarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDollarRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDproductRequest">
            <summary>
            The interface IWorkbookFunctionsDproductRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDproductRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDproductRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDproductRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDproductRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDproductRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDproductRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDproductRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDproductRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDstDevPRequest">
            <summary>
            The interface IWorkbookFunctionsDstDevPRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDstDevPRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevPRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevPRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevPRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevPRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDstDevPRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDstDevPRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevPRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDstDevRequest">
            <summary>
            The interface IWorkbookFunctionsDstDevRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDstDevRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDstDevRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDstDevRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDstDevRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDsumRequest">
            <summary>
            The interface IWorkbookFunctionsDsumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDsumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDsumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDsumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDsumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDsumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDsumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDsumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDsumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDurationRequest">
            <summary>
            The interface IWorkbookFunctionsDurationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDurationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDurationRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDurationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDurationRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDvarPRequest">
            <summary>
            The interface IWorkbookFunctionsDvarPRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDvarPRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarPRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarPRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarPRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarPRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDvarPRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDvarPRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarPRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDvarRequest">
            <summary>
            The interface IWorkbookFunctionsDvarRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsDvarRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsDvarRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsDvarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsDvarRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequest">
            <summary>
            The interface IWorkbookFunctionsEcma_CeilingRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsEcma_CeilingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEdateRequest">
            <summary>
            The interface IWorkbookFunctionsEdateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsEdateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEdateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEdateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEdateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEdateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEdateRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsEdateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEdateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEffectRequest">
            <summary>
            The interface IWorkbookFunctionsEffectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsEffectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEffectRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEffectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEffectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEffectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEffectRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsEffectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEffectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEoMonthRequest">
            <summary>
            The interface IWorkbookFunctionsEoMonthRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsEoMonthRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEoMonthRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEoMonthRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEoMonthRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEoMonthRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEoMonthRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsEoMonthRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEoMonthRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErfCRequest">
            <summary>
            The interface IWorkbookFunctionsErfCRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsErfCRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfCRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfCRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfCRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfCRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErfCRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsErfCRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfCRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequest">
            <summary>
            The interface IWorkbookFunctionsErfC_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsErfC_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErfRequest">
            <summary>
            The interface IWorkbookFunctionsErfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsErfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErfRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsErfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErfRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequest">
            <summary>
            The interface IWorkbookFunctionsErf_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsErf_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsError_TypeRequest">
            <summary>
            The interface IWorkbookFunctionsError_TypeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsError_TypeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsError_TypeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsError_TypeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsError_TypeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsError_TypeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsError_TypeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsError_TypeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsError_TypeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEvenRequest">
            <summary>
            The interface IWorkbookFunctionsEvenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsEvenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEvenRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEvenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEvenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEvenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsEvenRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsEvenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsEvenRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsExactRequest">
            <summary>
            The interface IWorkbookFunctionsExactRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsExactRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExactRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExactRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsExactRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsExactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExactRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequest">
            <summary>
            The interface IWorkbookFunctionsExpon_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsExpon_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsExpRequest">
            <summary>
            The interface IWorkbookFunctionsExpRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsExpRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsExpRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsExpRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsExpRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequest">
            <summary>
            The interface IWorkbookFunctionsFactDoubleRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFactDoubleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFactRequest">
            <summary>
            The interface IWorkbookFunctionsFactRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFactRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFactRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFactRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFalseRequest">
            <summary>
            The interface IWorkbookFunctionsFalseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFalseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFalseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFalseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFalseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFalseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFalseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFalseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFindBRequest">
            <summary>
            The interface IWorkbookFunctionsFindBRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFindBRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindBRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindBRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindBRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindBRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFindBRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFindBRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindBRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFindRequest">
            <summary>
            The interface IWorkbookFunctionsFindRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFindRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFindRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFindRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFindRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFisherInvRequest">
            <summary>
            The interface IWorkbookFunctionsFisherInvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFisherInvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherInvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherInvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherInvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherInvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFisherInvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFisherInvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherInvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFisherRequest">
            <summary>
            The interface IWorkbookFunctionsFisherRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFisherRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFisherRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFisherRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFisherRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFixedRequest">
            <summary>
            The interface IWorkbookFunctionsFixedRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFixedRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFixedRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFixedRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFixedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFixedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFixedRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFixedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFixedRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequest">
            <summary>
            The interface IWorkbookFunctionsFloor_MathRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFloor_MathRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequest">
            <summary>
            The interface IWorkbookFunctionsFloor_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFloor_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFvRequest">
            <summary>
            The interface IWorkbookFunctionsFvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequest">
            <summary>
            The interface IWorkbookFunctionsFvscheduleRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsFvscheduleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_DistRequest">
            <summary>
            The interface IWorkbookFunctionsF_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsF_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsF_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequest">
            <summary>
            The interface IWorkbookFunctionsF_Dist_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsF_Dist_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_InvRequest">
            <summary>
            The interface IWorkbookFunctionsF_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsF_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsF_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequest">
            <summary>
            The interface IWorkbookFunctionsF_Inv_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsF_Inv_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGammaLnRequest">
            <summary>
            The interface IWorkbookFunctionsGammaLnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGammaLnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLnRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGammaLnRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGammaLnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequest">
            <summary>
            The interface IWorkbookFunctionsGammaLn_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGammaLn_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGammaRequest">
            <summary>
            The interface IWorkbookFunctionsGammaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGammaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGammaRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGammaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGammaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequest">
            <summary>
            The interface IWorkbookFunctionsGamma_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGamma_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequest">
            <summary>
            The interface IWorkbookFunctionsGamma_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGamma_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGaussRequest">
            <summary>
            The interface IWorkbookFunctionsGaussRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGaussRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGaussRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGaussRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGaussRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGaussRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGaussRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGaussRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGaussRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGcdRequest">
            <summary>
            The interface IWorkbookFunctionsGcdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGcdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGcdRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGcdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGcdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGcdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGcdRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGcdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGcdRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequest">
            <summary>
            The interface IWorkbookFunctionsGeoMeanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGeoMeanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGeStepRequest">
            <summary>
            The interface IWorkbookFunctionsGeStepRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsGeStepRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeStepRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeStepRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeStepRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeStepRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsGeStepRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsGeStepRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsGeStepRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHarMeanRequest">
            <summary>
            The interface IWorkbookFunctionsHarMeanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHarMeanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHarMeanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHarMeanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHarMeanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHarMeanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHarMeanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHarMeanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHarMeanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHex2BinRequest">
            <summary>
            The interface IWorkbookFunctionsHex2BinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHex2BinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2BinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2BinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2BinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2BinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHex2BinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHex2BinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2BinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHex2DecRequest">
            <summary>
            The interface IWorkbookFunctionsHex2DecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHex2DecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2DecRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2DecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2DecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2DecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHex2DecRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHex2DecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2DecRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHex2OctRequest">
            <summary>
            The interface IWorkbookFunctionsHex2OctRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHex2OctRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2OctRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2OctRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2OctRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2OctRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHex2OctRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHex2OctRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHex2OctRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHlookupRequest">
            <summary>
            The interface IWorkbookFunctionsHlookupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHlookupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHlookupRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHlookupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHlookupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHlookupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHlookupRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHlookupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHlookupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHourRequest">
            <summary>
            The interface IWorkbookFunctionsHourRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHourRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHourRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHourRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHourRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHourRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHourRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHourRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHourRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequest">
            <summary>
            The interface IWorkbookFunctionsHyperlinkRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHyperlinkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequest">
            <summary>
            The interface IWorkbookFunctionsHypGeom_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsHypGeom_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIfRequest">
            <summary>
            The interface IWorkbookFunctionsIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIfRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIfRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIfRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImAbsRequest">
            <summary>
            The interface IWorkbookFunctionsImAbsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImAbsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImAbsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImAbsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImAbsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImAbsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImAbsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImAbsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImAbsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImaginaryRequest">
            <summary>
            The interface IWorkbookFunctionsImaginaryRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImaginaryRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImaginaryRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImaginaryRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImaginaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImaginaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImaginaryRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImaginaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImaginaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImArgumentRequest">
            <summary>
            The interface IWorkbookFunctionsImArgumentRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImArgumentRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImArgumentRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImArgumentRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImArgumentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImArgumentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImArgumentRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImArgumentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImArgumentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImConjugateRequest">
            <summary>
            The interface IWorkbookFunctionsImConjugateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImConjugateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImConjugateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImConjugateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImConjugateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImConjugateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImConjugateRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImConjugateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImConjugateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCoshRequest">
            <summary>
            The interface IWorkbookFunctionsImCoshRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImCoshRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCoshRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCoshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCoshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCoshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCoshRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImCoshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCoshRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCosRequest">
            <summary>
            The interface IWorkbookFunctionsImCosRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImCosRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCosRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCosRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCosRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCosRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCosRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImCosRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCosRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCotRequest">
            <summary>
            The interface IWorkbookFunctionsImCotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImCotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCotRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCotRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImCotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCotRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCschRequest">
            <summary>
            The interface IWorkbookFunctionsImCschRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImCschRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCschRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCschRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCschRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCschRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCschRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImCschRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCschRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCscRequest">
            <summary>
            The interface IWorkbookFunctionsImCscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImCscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCscRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImCscRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImCscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImCscRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImDivRequest">
            <summary>
            The interface IWorkbookFunctionsImDivRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImDivRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImDivRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImDivRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImDivRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImDivRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImDivRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImDivRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImDivRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImExpRequest">
            <summary>
            The interface IWorkbookFunctionsImExpRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImExpRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImExpRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImExpRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImExpRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImExpRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImExpRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImExpRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImExpRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImLnRequest">
            <summary>
            The interface IWorkbookFunctionsImLnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImLnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLnRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImLnRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImLnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImLog10Request">
            <summary>
            The interface IWorkbookFunctionsImLog10Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImLog10Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog10Request.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog10Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog10Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog10Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImLog10RequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImLog10RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog10RequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImLog2Request">
            <summary>
            The interface IWorkbookFunctionsImLog2Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImLog2Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog2Request.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog2Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog2Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog2Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImLog2RequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImLog2RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImLog2RequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImPowerRequest">
            <summary>
            The interface IWorkbookFunctionsImPowerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImPowerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImPowerRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImPowerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImPowerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImPowerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImPowerRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImPowerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImPowerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImProductRequest">
            <summary>
            The interface IWorkbookFunctionsImProductRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImProductRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImProductRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImProductRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImProductRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImProductRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImProductRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImProductRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImProductRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImRealRequest">
            <summary>
            The interface IWorkbookFunctionsImRealRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImRealRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImRealRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImRealRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImRealRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImRealRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImRealRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImRealRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImRealRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSechRequest">
            <summary>
            The interface IWorkbookFunctionsImSechRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSechRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSechRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSechRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSechRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSechRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSechRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSechRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSechRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSecRequest">
            <summary>
            The interface IWorkbookFunctionsImSecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSecRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSecRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSecRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSinhRequest">
            <summary>
            The interface IWorkbookFunctionsImSinhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSinhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinhRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSinhRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSinhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinhRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSinRequest">
            <summary>
            The interface IWorkbookFunctionsImSinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSqrtRequest">
            <summary>
            The interface IWorkbookFunctionsImSqrtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSqrtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSqrtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSqrtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSqrtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSqrtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSqrtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSqrtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSqrtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSubRequest">
            <summary>
            The interface IWorkbookFunctionsImSubRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSubRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSubRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSubRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSubRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSubRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSubRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSubRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSubRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSumRequest">
            <summary>
            The interface IWorkbookFunctionsImSumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImSumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImSumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImSumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImSumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImTanRequest">
            <summary>
            The interface IWorkbookFunctionsImTanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsImTanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImTanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImTanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImTanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImTanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsImTanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsImTanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsImTanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIntRateRequest">
            <summary>
            The interface IWorkbookFunctionsIntRateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIntRateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIntRateRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIntRateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIntRequest">
            <summary>
            The interface IWorkbookFunctionsIntRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIntRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIntRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIntRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIntRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIpmtRequest">
            <summary>
            The interface IWorkbookFunctionsIpmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIpmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIpmtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIpmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIpmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIpmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIpmtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIpmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIpmtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIrrRequest">
            <summary>
            The interface IWorkbookFunctionsIrrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIrrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIrrRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIrrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIrrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIrrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIrrRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIrrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIrrRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsErrorRequest">
            <summary>
            The interface IWorkbookFunctionsIsErrorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsErrorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrorRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsErrorRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsErrorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsErrRequest">
            <summary>
            The interface IWorkbookFunctionsIsErrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsErrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsErrRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsErrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsErrRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsEvenRequest">
            <summary>
            The interface IWorkbookFunctionsIsEvenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsEvenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsEvenRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsEvenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsEvenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsEvenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsEvenRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsEvenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsEvenRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequest">
            <summary>
            The interface IWorkbookFunctionsIsFormulaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsFormulaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequest">
            <summary>
            The interface IWorkbookFunctionsIsLogicalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsLogicalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsNARequest">
            <summary>
            The interface IWorkbookFunctionsIsNARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsNARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsNARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsNARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequest">
            <summary>
            The interface IWorkbookFunctionsIsNonTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsNonTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsNumberRequest">
            <summary>
            The interface IWorkbookFunctionsIsNumberRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsNumberRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNumberRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNumberRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNumberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNumberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsNumberRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsNumberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsNumberRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsOddRequest">
            <summary>
            The interface IWorkbookFunctionsIsOddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsOddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsOddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsOddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsOddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsOddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsOddRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsOddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsOddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequest">
            <summary>
            The interface IWorkbookFunctionsIsoWeekNumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsoWeekNumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequest">
            <summary>
            The interface IWorkbookFunctionsIso_CeilingRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIso_CeilingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIspmtRequest">
            <summary>
            The interface IWorkbookFunctionsIspmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIspmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIspmtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIspmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIspmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIspmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIspmtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIspmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIspmtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsrefRequest">
            <summary>
            The interface IWorkbookFunctionsIsrefRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsrefRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsrefRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsrefRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsrefRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsrefRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsrefRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsrefRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsrefRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsTextRequest">
            <summary>
            The interface IWorkbookFunctionsIsTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsIsTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsTextRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsIsTextRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsIsTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsIsTextRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsKurtRequest">
            <summary>
            The interface IWorkbookFunctionsKurtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsKurtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsKurtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsKurtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsKurtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsKurtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsKurtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsKurtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsKurtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLargeRequest">
            <summary>
            The interface IWorkbookFunctionsLargeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLargeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLargeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLargeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLargeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLargeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLargeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLargeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLargeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLcmRequest">
            <summary>
            The interface IWorkbookFunctionsLcmRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLcmRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLcmRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLcmRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLcmRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLcmRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLcmRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLcmRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLcmRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLeftbRequest">
            <summary>
            The interface IWorkbookFunctionsLeftbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLeftbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLeftbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLeftbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLeftRequest">
            <summary>
            The interface IWorkbookFunctionsLeftRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLeftRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLeftRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLeftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLeftRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLenbRequest">
            <summary>
            The interface IWorkbookFunctionsLenbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLenbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLenbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLenbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLenRequest">
            <summary>
            The interface IWorkbookFunctionsLenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLenRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLenRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLnRequest">
            <summary>
            The interface IWorkbookFunctionsLnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLnRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLnRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLog10Request">
            <summary>
            The interface IWorkbookFunctionsLog10Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLog10Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLog10Request.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLog10Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLog10Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLog10Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLog10RequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLog10RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLog10RequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequest">
            <summary>
            The interface IWorkbookFunctionsLogNorm_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLogNorm_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequest">
            <summary>
            The interface IWorkbookFunctionsLogNorm_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLogNorm_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLogRequest">
            <summary>
            The interface IWorkbookFunctionsLogRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLogRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLogRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLogRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLogRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLookupRequest">
            <summary>
            The interface IWorkbookFunctionsLookupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLookupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLookupRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLookupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLookupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLookupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLookupRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLookupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLookupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLowerRequest">
            <summary>
            The interface IWorkbookFunctionsLowerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsLowerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLowerRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLowerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLowerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLowerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsLowerRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsLowerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsLowerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMatchRequest">
            <summary>
            The interface IWorkbookFunctionsMatchRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMatchRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMatchRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMatchRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMatchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMatchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMatchRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMatchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMatchRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMaxARequest">
            <summary>
            The interface IWorkbookFunctionsMaxARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMaxARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMaxARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMaxARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMaxRequest">
            <summary>
            The interface IWorkbookFunctionsMaxRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMaxRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMaxRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMaxRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMaxRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMdurationRequest">
            <summary>
            The interface IWorkbookFunctionsMdurationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMdurationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMdurationRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMdurationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMdurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMdurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMdurationRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMdurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMdurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMedianRequest">
            <summary>
            The interface IWorkbookFunctionsMedianRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMedianRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMedianRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMedianRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMedianRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMedianRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMedianRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMedianRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMedianRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMidbRequest">
            <summary>
            The interface IWorkbookFunctionsMidbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMidbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMidbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMidbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMidRequest">
            <summary>
            The interface IWorkbookFunctionsMidRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMidRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMidRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMidRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMidRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMinARequest">
            <summary>
            The interface IWorkbookFunctionsMinARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMinARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMinARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMinARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMinRequest">
            <summary>
            The interface IWorkbookFunctionsMinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMinuteRequest">
            <summary>
            The interface IWorkbookFunctionsMinuteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMinuteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinuteRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinuteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinuteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinuteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMinuteRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMinuteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMinuteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMirrRequest">
            <summary>
            The interface IWorkbookFunctionsMirrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMirrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMirrRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMirrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMirrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMirrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMirrRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMirrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMirrRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsModRequest">
            <summary>
            The interface IWorkbookFunctionsModRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsModRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsModRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsModRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsModRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsModRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsModRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsModRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsModRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMonthRequest">
            <summary>
            The interface IWorkbookFunctionsMonthRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMonthRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMonthRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMonthRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMonthRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMonthRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMonthRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMonthRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMonthRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMroundRequest">
            <summary>
            The interface IWorkbookFunctionsMroundRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMroundRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMroundRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMroundRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMroundRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMroundRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMroundRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMroundRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMroundRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequest">
            <summary>
            The interface IWorkbookFunctionsMultiNomialRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsMultiNomialRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNaRequest">
            <summary>
            The interface IWorkbookFunctionsNaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNaRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNaRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequest">
            <summary>
            The interface IWorkbookFunctionsNegBinom_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNegBinom_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequest">
            <summary>
            The interface IWorkbookFunctionsNetworkDaysRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNetworkDaysRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequest">
            <summary>
            The interface IWorkbookFunctionsNetworkDays_IntlRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNetworkDays_IntlRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNominalRequest">
            <summary>
            The interface IWorkbookFunctionsNominalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNominalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNominalRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNominalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNominalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNominalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNominalRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNominalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNominalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequest">
            <summary>
            The interface IWorkbookFunctionsNorm_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNorm_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequest">
            <summary>
            The interface IWorkbookFunctionsNorm_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNorm_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequest">
            <summary>
            The interface IWorkbookFunctionsNorm_S_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNorm_S_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequest">
            <summary>
            The interface IWorkbookFunctionsNorm_S_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNorm_S_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNotRequest">
            <summary>
            The interface IWorkbookFunctionsNotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNotRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNotRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNotRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNowRequest">
            <summary>
            The interface IWorkbookFunctionsNowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNowRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNowRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNowRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNperRequest">
            <summary>
            The interface IWorkbookFunctionsNperRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNperRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNperRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNperRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNperRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNperRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNperRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNperRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNperRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNpvRequest">
            <summary>
            The interface IWorkbookFunctionsNpvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNpvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNpvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNpvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNpvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNpvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNpvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNpvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNpvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNRequest">
            <summary>
            The interface IWorkbookFunctionsNRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNumberValueRequest">
            <summary>
            The interface IWorkbookFunctionsNumberValueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsNumberValueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNumberValueRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNumberValueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNumberValueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNumberValueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsNumberValueRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsNumberValueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsNumberValueRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOct2BinRequest">
            <summary>
            The interface IWorkbookFunctionsOct2BinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOct2BinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2BinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2BinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2BinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2BinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOct2BinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOct2BinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2BinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOct2DecRequest">
            <summary>
            The interface IWorkbookFunctionsOct2DecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOct2DecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2DecRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2DecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2DecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2DecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOct2DecRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOct2DecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2DecRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOct2HexRequest">
            <summary>
            The interface IWorkbookFunctionsOct2HexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOct2HexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2HexRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2HexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2HexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2HexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOct2HexRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOct2HexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOct2HexRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequest">
            <summary>
            The interface IWorkbookFunctionsOddFPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOddFPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequest">
            <summary>
            The interface IWorkbookFunctionsOddFYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOddFYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequest">
            <summary>
            The interface IWorkbookFunctionsOddLPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOddLPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequest">
            <summary>
            The interface IWorkbookFunctionsOddLYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOddLYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddRequest">
            <summary>
            The interface IWorkbookFunctionsOddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOddRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOrRequest">
            <summary>
            The interface IWorkbookFunctionsOrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsOrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOrRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsOrRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsOrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsOrRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPdurationRequest">
            <summary>
            The interface IWorkbookFunctionsPdurationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPdurationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPdurationRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPdurationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPdurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPdurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPdurationRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPdurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPdurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequest">
            <summary>
            The interface IWorkbookFunctionsPercentile_ExcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPercentile_ExcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequest">
            <summary>
            The interface IWorkbookFunctionsPercentile_IncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPercentile_IncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequest">
            <summary>
            The interface IWorkbookFunctionsPercentRank_ExcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPercentRank_ExcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequest">
            <summary>
            The interface IWorkbookFunctionsPercentRank_IncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPercentRank_IncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPermutationaRequest">
            <summary>
            The interface IWorkbookFunctionsPermutationaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPermutationaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutationaRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutationaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutationaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutationaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPermutationaRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPermutationaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutationaRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPermutRequest">
            <summary>
            The interface IWorkbookFunctionsPermutRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPermutRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPermutRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPermutRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPermutRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPhiRequest">
            <summary>
            The interface IWorkbookFunctionsPhiRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPhiRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPhiRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPhiRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPhiRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPhiRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPhiRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPhiRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPhiRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPiRequest">
            <summary>
            The interface IWorkbookFunctionsPiRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPiRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPiRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPiRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPiRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPiRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPiRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPiRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPmtRequest">
            <summary>
            The interface IWorkbookFunctionsPmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPmtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPmtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPmtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequest">
            <summary>
            The interface IWorkbookFunctionsPoisson_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPoisson_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPowerRequest">
            <summary>
            The interface IWorkbookFunctionsPowerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPowerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPowerRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPowerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPowerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPowerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPowerRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPowerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPowerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPpmtRequest">
            <summary>
            The interface IWorkbookFunctionsPpmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPpmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPpmtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPpmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPpmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPpmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPpmtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPpmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPpmtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequest">
            <summary>
            The interface IWorkbookFunctionsPriceDiscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPriceDiscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPriceMatRequest">
            <summary>
            The interface IWorkbookFunctionsPriceMatRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPriceMatRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceMatRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceMatRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceMatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceMatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPriceMatRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPriceMatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceMatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPriceRequest">
            <summary>
            The interface IWorkbookFunctionsPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPriceRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPriceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsProductRequest">
            <summary>
            The interface IWorkbookFunctionsProductRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsProductRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProductRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProductRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProductRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProductRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsProductRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsProductRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProductRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsProperRequest">
            <summary>
            The interface IWorkbookFunctionsProperRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsProperRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProperRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProperRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProperRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProperRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsProperRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsProperRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsProperRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPvRequest">
            <summary>
            The interface IWorkbookFunctionsPvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsPvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsPvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsPvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsPvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequest">
            <summary>
            The interface IWorkbookFunctionsQuartile_ExcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsQuartile_ExcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequest">
            <summary>
            The interface IWorkbookFunctionsQuartile_IncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsQuartile_IncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsQuotientRequest">
            <summary>
            The interface IWorkbookFunctionsQuotientRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsQuotientRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuotientRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuotientRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuotientRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuotientRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsQuotientRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsQuotientRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsQuotientRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRadiansRequest">
            <summary>
            The interface IWorkbookFunctionsRadiansRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRadiansRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRadiansRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRadiansRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRadiansRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRadiansRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRadiansRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRadiansRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRadiansRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequest">
            <summary>
            The interface IWorkbookFunctionsRandBetweenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRandBetweenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRandRequest">
            <summary>
            The interface IWorkbookFunctionsRandRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRandRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRandRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRandRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequest">
            <summary>
            The interface IWorkbookFunctionsRank_AvgRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRank_AvgRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRank_EqRequest">
            <summary>
            The interface IWorkbookFunctionsRank_EqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRank_EqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_EqRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_EqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_EqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_EqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRank_EqRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRank_EqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRank_EqRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRateRequest">
            <summary>
            The interface IWorkbookFunctionsRateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRateRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReceivedRequest">
            <summary>
            The interface IWorkbookFunctionsReceivedRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsReceivedRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReceivedRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReceivedRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReceivedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReceivedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReceivedRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsReceivedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReceivedRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReplaceBRequest">
            <summary>
            The interface IWorkbookFunctionsReplaceBRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsReplaceBRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceBRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceBRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceBRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceBRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReplaceBRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsReplaceBRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceBRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReplaceRequest">
            <summary>
            The interface IWorkbookFunctionsReplaceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsReplaceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReplaceRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsReplaceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReplaceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReptRequest">
            <summary>
            The interface IWorkbookFunctionsReptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsReptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReptRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsReptRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsReptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsReptRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRequest">
            <summary>
            The interface IWorkbookFunctionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.CreateAsync(Microsoft.Graph.WorkbookFunctions)">
            <summary>
            Creates the specified WorkbookFunctions using PUT.
            </summary>
            <param name="workbookFunctionsToCreate">The WorkbookFunctions to create.</param>
            <returns>The created WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.CreateAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFunctions using PUT.
            </summary>
            <param name="workbookFunctionsToCreate">The WorkbookFunctions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookFunctions.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFunctions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.GetAsync">
            <summary>
            Gets the specified WorkbookFunctions.
            </summary>
            <returns>The WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFunctions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.UpdateAsync(Microsoft.Graph.WorkbookFunctions)">
            <summary>
            Updates the specified WorkbookFunctions using PATCH.
            </summary>
            <param name="workbookFunctionsToUpdate">The WorkbookFunctions to update.</param>
            <returns>The updated WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.UpdateAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctions using PATCH.
            </summary>
            <param name="workbookFunctionsToUpdate">The WorkbookFunctions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Abs(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAbs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAbsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AccrInt(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAccrInt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAccrIntRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AccrIntM(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAccrIntM.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Acos(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcosRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Acosh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcosh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcoshRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Acot(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Acoth(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcoth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcothRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AmorDegrc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAmorDegrc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AmorLinc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAmorLinc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAmorLincRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.And(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAnd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAndRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Arabic(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsArabic.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsArabicRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Areas(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAreas.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAreasRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Asc(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAsc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Asin(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAsin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAsinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Asinh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAsinh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAsinhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Atan(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAtan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAtanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Atan2(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAtan2.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAtan2RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Atanh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAtanh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAtanhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AveDev(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAveDev.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAveDevRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Average(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AverageA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverageA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AverageIf(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverageIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.AverageIfs(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverageIfs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.BahtText(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBahtText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBahtTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Base(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBase.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.BesselI(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselI.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselIRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.BesselJ(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselJ.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselJRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.BesselK(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselK.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselKRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.BesselY(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselY.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselYRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Beta_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBeta_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Beta_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBeta_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bin2Dec(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBin2Dec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBin2DecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bin2Hex(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBin2Hex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBin2HexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bin2Oct(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBin2Oct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBin2OctRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Binom_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBinom_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Binom_Dist_Range(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBinom_Dist_Range.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Binom_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBinom_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bitand(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitand.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitandRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bitlshift(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitlshift.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bitor(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bitrshift(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitrshift.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Bitxor(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitxor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitxorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ceiling_Math(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCeiling_Math.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ceiling_Precise(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCeiling_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Char(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsChar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCharRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ChiSq_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ChiSq_Dist_RT(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Dist_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ChiSq_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ChiSq_Inv_RT(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Inv_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Choose(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsChoose.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChooseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Clean(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsClean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCleanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Code(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Columns(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsColumns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsColumnsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Combin(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCombin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCombinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Combina(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCombina.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCombinaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Complex(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsComplex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsComplexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Concatenate(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsConcatenate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConcatenateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Confidence_Norm(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsConfidence_Norm.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Confidence_T(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsConfidence_T.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Convert(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsConvert.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConvertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Cos(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCosRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Cosh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCosh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoshRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Cot(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Coth(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCothRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Count(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CountA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CountBlank(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountBlank.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountBlankRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CountIf(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CountIfs(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountIfs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountIfsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CoupDayBs(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupDayBs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CoupDays(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CoupDaysNc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupDaysNc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CoupNcd(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupNcd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CoupNum(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupNum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupNumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CoupPcd(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupPcd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Csc(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCsc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Csch(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCsch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCschRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CumIPmt(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCumIPmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.CumPrinc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCumPrinc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCumPrincRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Daverage(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDaverage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDaverageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dcount(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDcount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDcountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DcountA(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDcountA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDcountARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dget(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDget.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDgetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dmax(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDmax.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDmaxRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dmin(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDmin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDminRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dproduct(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDproduct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDproductRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DstDev(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDstDev.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDstDevRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DstDevP(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDstDevP.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDstDevPRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dsum(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDsum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDsumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dvar(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDvar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDvarRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DvarP(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDvarP.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDvarPRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Date(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Datevalue(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDatevalue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDatevalueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Day(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDay.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Days(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDaysRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Days360(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDays360.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDays360RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Db(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dbcs(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDbcs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDbcsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ddb(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDdb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDdbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dec2Bin(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDec2Bin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDec2BinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dec2Hex(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDec2Hex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDec2HexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dec2Oct(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDec2Oct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDec2OctRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Decimal(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDecimal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDecimalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Degrees(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDegrees.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDegreesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Delta(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DevSq(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDevSq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDevSqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Disc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDisc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDiscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Dollar(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDollar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDollarRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DollarDe(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDollarDe.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDollarDeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.DollarFr(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDollarFr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDollarFrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Duration(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDuration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDurationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ecma_Ceiling(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsEcma_Ceiling.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Edate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsEdate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEdateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Effect(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsEffect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEffectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.EoMonth(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsEoMonth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEoMonthRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Erf(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsErf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ErfC(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsErfC.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErfCRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ErfC_Precise(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsErfC_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Erf_Precise(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsErf_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Error_Type(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsError_Type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsError_TypeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Even(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsEven.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEvenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Exact(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsExact.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsExactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Exp(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsExp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsExpRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Expon_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsExpon_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Fvschedule(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFvschedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.F_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.F_Dist_RT(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Dist_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.F_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.F_Inv_RT(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Inv_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Fact(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFact.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.FactDouble(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFactDouble.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.False">
            <summary>
            Gets the request builder for WorkbookFunctionsFalse.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFalseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Find(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFind.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFindRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.FindB(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFindB.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFindBRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Fisher(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFisher.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFisherRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.FisherInv(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFisherInv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFisherInvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Fixed(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFixed.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFixedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Floor_Math(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFloor_Math.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Floor_Precise(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFloor_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Fv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Gamma(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGamma.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGammaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.GammaLn(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGammaLn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGammaLnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.GammaLn_Precise(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGammaLn_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Gamma_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGamma_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Gamma_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGamma_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Gauss(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGauss.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGaussRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Gcd(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGcd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGcdRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.GeStep(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGeStep.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGeStepRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.GeoMean(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGeoMean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Hlookup(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHlookup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHlookupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.HarMean(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHarMean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHarMeanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Hex2Bin(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHex2Bin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHex2BinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Hex2Dec(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHex2Dec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHex2DecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Hex2Oct(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHex2Oct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHex2OctRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Hour(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHour.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHourRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.HypGeom_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHypGeom_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Hyperlink(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHyperlink.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Iso_Ceiling(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIso_Ceiling.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.If(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImAbs(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImAbs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImAbsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImArgument(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImArgument.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImArgumentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImConjugate(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImConjugate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImConjugateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImCos(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCosRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImCosh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCosh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCoshRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImCot(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImCsc(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCsc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImCsch(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCsch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCschRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImDiv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImDiv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImDivRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImExp(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImExp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImExpRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImLn(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImLn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImLnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImLog10(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImLog10.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImLog10RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImLog2(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImLog2.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImLog2RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImPower(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImPower.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImPowerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImProduct(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImProduct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImProductRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImReal(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImReal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImRealRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSec(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSech(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSech.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSechRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSin(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSinh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSinh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSinhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSqrt(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSqrt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSqrtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSub(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSub.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSubRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImSum(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ImTan(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImTan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImTanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Imaginary(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImaginary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImaginaryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Int(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsInt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIntRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IntRate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIntRate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIntRateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ipmt(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIpmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIpmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Irr(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIrr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIrrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsErr(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsErr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsErrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsError(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsError.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsErrorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsEven(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsEven.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsEvenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsFormula(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsFormula.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsLogical(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsLogical.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsNA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsNA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsNARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsNonText(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsNonText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsNumber(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsNumber.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsNumberRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsOdd(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsOdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsOddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsText(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.IsoWeekNum(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsoWeekNum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ispmt(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIspmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIspmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Isref(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsref.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsrefRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Kurt(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsKurt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsKurtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Large(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLarge.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLargeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Lcm(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLcm.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLcmRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Left(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLeft.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLeftRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Leftb(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLeftb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLeftbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Len(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLen.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Lenb(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLenb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLenbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ln(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Log(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLog.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLogRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Log10(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLog10.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLog10RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.LogNorm_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLogNorm_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.LogNorm_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLogNorm_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Lookup(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLookup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLookupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Lower(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLower.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLowerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Mduration(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMduration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMdurationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Mirr(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMirr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMirrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Mround(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMround.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMroundRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Match(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMatch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMatchRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Max(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMax.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMaxRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.MaxA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMaxA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMaxARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Median(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMedian.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMedianRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Mid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMid.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMidRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Midb(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMidb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMidbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Min(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.MinA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMinA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMinARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Minute(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMinute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMinuteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Mod(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMod.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsModRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Month(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMonth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMonthRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.MultiNomial(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMultiNomial.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.N(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsN.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Nper(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNper.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNperRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Na">
            <summary>
            Gets the request builder for WorkbookFunctionsNa.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.NegBinom_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNegBinom_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.NetworkDays(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNetworkDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.NetworkDays_Intl(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNetworkDays_Intl.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Nominal(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNominal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNominalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Norm_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Norm_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Norm_S_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_S_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Norm_S_Inv(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_S_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Not(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Now">
            <summary>
            Gets the request builder for WorkbookFunctionsNow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Npv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNpv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNpvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.NumberValue(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNumberValue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNumberValueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Oct2Bin(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOct2Bin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOct2BinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Oct2Dec(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOct2Dec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOct2DecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Oct2Hex(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOct2Hex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOct2HexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Odd(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.OddFPrice(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddFPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.OddFYield(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddFYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.OddLPrice(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddLPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.OddLYield(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddLYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Or(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Pduration(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPduration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPdurationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.PercentRank_Exc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentRank_Exc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.PercentRank_Inc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentRank_Inc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Percentile_Exc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentile_Exc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Percentile_Inc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentile_Inc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Permut(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPermut.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPermutRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Permutationa(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPermutationa.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPermutationaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Phi(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPhi.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPhiRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Pi">
            <summary>
            Gets the request builder for WorkbookFunctionsPi.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPiRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Pmt(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Poisson_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPoisson_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Power(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPower.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPowerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Ppmt(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPpmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPpmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Price(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.PriceDisc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPriceDisc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.PriceMat(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPriceMat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPriceMatRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Product(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsProduct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsProductRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Proper(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsProper.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsProperRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Pv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Quartile_Exc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsQuartile_Exc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Quartile_Inc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsQuartile_Inc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Quotient(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsQuotient.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsQuotientRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Radians(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRadians.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRadiansRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rand">
            <summary>
            Gets the request builder for WorkbookFunctionsRand.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRandRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.RandBetween(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRandBetween.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rank_Avg(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRank_Avg.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rank_Eq(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRank_Eq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRank_EqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Received(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsReceived.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReceivedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Replace(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsReplace.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReplaceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.ReplaceB(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsReplaceB.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReplaceBRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rept(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReptRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Right(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRight.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRightRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rightb(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRightb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRightbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Roman(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRoman.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRomanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Round(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRound.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRoundRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.RoundDown(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRoundDown.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRoundDownRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.RoundUp(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRoundUp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRoundUpRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rows(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRowsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Rri(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRri.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRriRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sec(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sech(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSech.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSechRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Second(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSecond.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSecondRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.SeriesSum(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSeriesSum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sheet(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sheets(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSheets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSheetsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sign(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sin(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sinh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSinh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSinhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Skew(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSkew.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSkewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Skew_p(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSkew_p.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSkew_pRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sln(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSln.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSlnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Small(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSmall.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSmallRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sqrt(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSqrt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSqrtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.SqrtPi(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSqrtPi.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.StDevA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDevA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDevARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.StDevPA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDevPA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDevPARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.StDev_P(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDev_P.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDev_PRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.StDev_S(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDev_S.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDev_SRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Standardize(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsStandardize.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStandardizeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Substitute(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSubstitute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSubstituteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Subtotal(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSubtotal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSubtotalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Sum(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.SumIf(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSumIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.SumIfs(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSumIfs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumIfsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.SumSq(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSumSq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumSqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Syd(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSyd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSydRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.T(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.TbillEq(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTbillEq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTbillEqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.TbillPrice(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTbillPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.TbillYield(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTbillYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.T_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.T_Dist_2T(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Dist_2T.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.T_Dist_RT(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Dist_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.T_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.T_Inv_2T(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Inv_2T.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Tan(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Tanh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTanh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTanhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Text(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Time(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTime.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTimeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Timevalue(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTimevalue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTimevalueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Today">
            <summary>
            Gets the request builder for WorkbookFunctionsToday.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTodayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Trim(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTrim.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTrimRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.TrimMean(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTrimMean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.True">
            <summary>
            Gets the request builder for WorkbookFunctionsTrue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTrueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Trunc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTrunc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTruncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Type(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsType.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTypeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Usdollar(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsUsdollar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUsdollarRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Unichar(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsUnichar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUnicharRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Unicode(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsUnicode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUnicodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Upper(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsUpper.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUpperRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Vlookup(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsVlookup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVlookupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Value(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsValue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsValueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.VarA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsVarA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVarARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.VarPA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsVarPA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVarPARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Var_P(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsVar_P.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVar_PRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Var_S(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsVar_S.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVar_SRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Vdb(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsVdb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVdbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.WeekNum(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsWeekNum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWeekNumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Weekday(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsWeekday.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWeekdayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Weibull_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsWeibull_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.WorkDay(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsWorkDay.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWorkDayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.WorkDay_Intl(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsWorkDay_Intl.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Xirr(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsXirr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsXirrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Xnpv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsXnpv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsXnpvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Xor(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsXor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsXorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Year(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsYear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.YearFrac(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsYearFrac.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYearFracRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Yield(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.YieldDisc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsYieldDisc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.YieldMat(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsYieldMat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYieldMatRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRequestBuilder.Z_Test(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsZ_Test.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsZ_TestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRightbRequest">
            <summary>
            The interface IWorkbookFunctionsRightbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRightbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRightbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRightbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRightRequest">
            <summary>
            The interface IWorkbookFunctionsRightRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRightRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRightRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRightRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRightRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRomanRequest">
            <summary>
            The interface IWorkbookFunctionsRomanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRomanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRomanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRomanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRomanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRomanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRomanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRomanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRomanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRoundDownRequest">
            <summary>
            The interface IWorkbookFunctionsRoundDownRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRoundDownRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundDownRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundDownRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundDownRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundDownRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRoundDownRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRoundDownRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundDownRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRoundRequest">
            <summary>
            The interface IWorkbookFunctionsRoundRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRoundRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRoundRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRoundRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRoundUpRequest">
            <summary>
            The interface IWorkbookFunctionsRoundUpRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRoundUpRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundUpRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundUpRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundUpRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundUpRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRoundUpRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRoundUpRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRoundUpRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRowsRequest">
            <summary>
            The interface IWorkbookFunctionsRowsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRowsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRowsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRowsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRowsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRowsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRowsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRowsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRowsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRriRequest">
            <summary>
            The interface IWorkbookFunctionsRriRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsRriRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRriRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRriRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRriRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRriRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsRriRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsRriRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsRriRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSechRequest">
            <summary>
            The interface IWorkbookFunctionsSechRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSechRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSechRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSechRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSechRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSechRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSechRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSechRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSechRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSecondRequest">
            <summary>
            The interface IWorkbookFunctionsSecondRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSecondRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecondRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecondRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecondRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecondRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSecondRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSecondRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecondRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSecRequest">
            <summary>
            The interface IWorkbookFunctionsSecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSecRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSecRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequest">
            <summary>
            The interface IWorkbookFunctionsSeriesSumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSeriesSumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSheetRequest">
            <summary>
            The interface IWorkbookFunctionsSheetRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSheetRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSheetRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSheetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSheetsRequest">
            <summary>
            The interface IWorkbookFunctionsSheetsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSheetsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSheetsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSheetsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSheetsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSignRequest">
            <summary>
            The interface IWorkbookFunctionsSignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSignRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSignRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSinhRequest">
            <summary>
            The interface IWorkbookFunctionsSinhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSinhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinhRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSinhRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSinhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinhRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSinRequest">
            <summary>
            The interface IWorkbookFunctionsSinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSinRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSinRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSkewRequest">
            <summary>
            The interface IWorkbookFunctionsSkewRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSkewRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkewRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSkewRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSkewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSkew_pRequest">
            <summary>
            The interface IWorkbookFunctionsSkew_pRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSkew_pRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkew_pRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkew_pRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkew_pRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkew_pRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSkew_pRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSkew_pRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSkew_pRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSlnRequest">
            <summary>
            The interface IWorkbookFunctionsSlnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSlnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSlnRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSlnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSlnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSlnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSlnRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSlnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSlnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSmallRequest">
            <summary>
            The interface IWorkbookFunctionsSmallRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSmallRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSmallRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSmallRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSmallRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSmallRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSmallRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSmallRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSmallRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequest">
            <summary>
            The interface IWorkbookFunctionsSqrtPiRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSqrtPiRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSqrtRequest">
            <summary>
            The interface IWorkbookFunctionsSqrtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSqrtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSqrtRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSqrtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSqrtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStandardizeRequest">
            <summary>
            The interface IWorkbookFunctionsStandardizeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsStandardizeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStandardizeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStandardizeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStandardizeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStandardizeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStandardizeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsStandardizeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStandardizeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDevARequest">
            <summary>
            The interface IWorkbookFunctionsStDevARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsStDevARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDevARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsStDevARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDevPARequest">
            <summary>
            The interface IWorkbookFunctionsStDevPARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsStDevPARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevPARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevPARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevPARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevPARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDevPARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsStDevPARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDevPARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDev_PRequest">
            <summary>
            The interface IWorkbookFunctionsStDev_PRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsStDev_PRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_PRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_PRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_PRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_PRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDev_PRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsStDev_PRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_PRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDev_SRequest">
            <summary>
            The interface IWorkbookFunctionsStDev_SRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsStDev_SRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_SRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_SRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_SRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_SRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsStDev_SRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsStDev_SRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsStDev_SRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSubstituteRequest">
            <summary>
            The interface IWorkbookFunctionsSubstituteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSubstituteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubstituteRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubstituteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubstituteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubstituteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSubstituteRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSubstituteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubstituteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSubtotalRequest">
            <summary>
            The interface IWorkbookFunctionsSubtotalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSubtotalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubtotalRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubtotalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubtotalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubtotalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSubtotalRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSubtotalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSubtotalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumIfRequest">
            <summary>
            The interface IWorkbookFunctionsSumIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSumIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumIfRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSumIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumIfsRequest">
            <summary>
            The interface IWorkbookFunctionsSumIfsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSumIfsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumIfsRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSumIfsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumIfsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumRequest">
            <summary>
            The interface IWorkbookFunctionsSumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumSqRequest">
            <summary>
            The interface IWorkbookFunctionsSumSqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSumSqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumSqRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumSqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumSqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumSqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSumSqRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSumSqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSumSqRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSydRequest">
            <summary>
            The interface IWorkbookFunctionsSydRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsSydRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSydRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSydRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSydRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSydRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsSydRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsSydRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsSydRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTanhRequest">
            <summary>
            The interface IWorkbookFunctionsTanhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTanhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanhRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTanhRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTanhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanhRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTanRequest">
            <summary>
            The interface IWorkbookFunctionsTanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTbillEqRequest">
            <summary>
            The interface IWorkbookFunctionsTbillEqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTbillEqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillEqRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillEqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillEqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillEqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTbillEqRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTbillEqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillEqRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequest">
            <summary>
            The interface IWorkbookFunctionsTbillPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTbillPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequest">
            <summary>
            The interface IWorkbookFunctionsTbillYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTbillYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTextRequest">
            <summary>
            The interface IWorkbookFunctionsTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTextRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTextRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTextRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTimeRequest">
            <summary>
            The interface IWorkbookFunctionsTimeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTimeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTimeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTimeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTimevalueRequest">
            <summary>
            The interface IWorkbookFunctionsTimevalueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTimevalueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimevalueRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimevalueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimevalueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimevalueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTimevalueRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTimevalueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTimevalueRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTodayRequest">
            <summary>
            The interface IWorkbookFunctionsTodayRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTodayRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTodayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTodayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTodayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTodayRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTodayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTodayRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTRequest">
            <summary>
            The interface IWorkbookFunctionsTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequest">
            <summary>
            The interface IWorkbookFunctionsTrimMeanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTrimMeanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTrimRequest">
            <summary>
            The interface IWorkbookFunctionsTrimRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTrimRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTrimRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTrimRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrimRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTrueRequest">
            <summary>
            The interface IWorkbookFunctionsTrueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrueRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTrueRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTrueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTrueRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTruncRequest">
            <summary>
            The interface IWorkbookFunctionsTruncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTruncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTruncRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTruncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTruncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTruncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTruncRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTruncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTruncRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTypeRequest">
            <summary>
            The interface IWorkbookFunctionsTypeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsTypeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTypeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTypeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTypeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTypeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsTypeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsTypeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsTypeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_DistRequest">
            <summary>
            The interface IWorkbookFunctionsT_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsT_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsT_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequest">
            <summary>
            The interface IWorkbookFunctionsT_Dist_2TRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsT_Dist_2TRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequest">
            <summary>
            The interface IWorkbookFunctionsT_Dist_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsT_Dist_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_InvRequest">
            <summary>
            The interface IWorkbookFunctionsT_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsT_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_InvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsT_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_InvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequest">
            <summary>
            The interface IWorkbookFunctionsT_Inv_2TRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsT_Inv_2TRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUnicharRequest">
            <summary>
            The interface IWorkbookFunctionsUnicharRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsUnicharRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicharRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicharRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicharRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicharRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUnicharRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsUnicharRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicharRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUnicodeRequest">
            <summary>
            The interface IWorkbookFunctionsUnicodeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsUnicodeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicodeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUnicodeRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsUnicodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUnicodeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUpperRequest">
            <summary>
            The interface IWorkbookFunctionsUpperRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsUpperRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUpperRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUpperRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUpperRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUpperRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUpperRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsUpperRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUpperRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUsdollarRequest">
            <summary>
            The interface IWorkbookFunctionsUsdollarRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsUsdollarRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUsdollarRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUsdollarRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUsdollarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUsdollarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsUsdollarRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsUsdollarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsUsdollarRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsValueRequest">
            <summary>
            The interface IWorkbookFunctionsValueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsValueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsValueRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsValueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsValueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsValueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsValueRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsValueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsValueRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVarARequest">
            <summary>
            The interface IWorkbookFunctionsVarARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsVarARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVarARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsVarARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVarPARequest">
            <summary>
            The interface IWorkbookFunctionsVarPARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsVarPARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarPARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarPARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarPARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarPARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVarPARequestBuilder">
            <summary>
            The interface IWorkbookFunctionsVarPARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVarPARequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVar_PRequest">
            <summary>
            The interface IWorkbookFunctionsVar_PRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsVar_PRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_PRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_PRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_PRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_PRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVar_PRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsVar_PRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_PRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVar_SRequest">
            <summary>
            The interface IWorkbookFunctionsVar_SRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsVar_SRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_SRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_SRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_SRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_SRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVar_SRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsVar_SRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVar_SRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVdbRequest">
            <summary>
            The interface IWorkbookFunctionsVdbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsVdbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVdbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVdbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVdbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVdbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVdbRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsVdbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVdbRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVlookupRequest">
            <summary>
            The interface IWorkbookFunctionsVlookupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsVlookupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVlookupRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVlookupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVlookupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVlookupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsVlookupRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsVlookupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsVlookupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWeekdayRequest">
            <summary>
            The interface IWorkbookFunctionsWeekdayRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsWeekdayRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekdayRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekdayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekdayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekdayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWeekdayRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsWeekdayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekdayRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWeekNumRequest">
            <summary>
            The interface IWorkbookFunctionsWeekNumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsWeekNumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekNumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekNumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekNumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekNumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWeekNumRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsWeekNumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeekNumRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequest">
            <summary>
            The interface IWorkbookFunctionsWeibull_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsWeibull_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWorkDayRequest">
            <summary>
            The interface IWorkbookFunctionsWorkDayRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsWorkDayRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDayRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWorkDayRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsWorkDayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDayRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequest">
            <summary>
            The interface IWorkbookFunctionsWorkDay_IntlRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsWorkDay_IntlRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsXirrRequest">
            <summary>
            The interface IWorkbookFunctionsXirrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsXirrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXirrRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXirrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXirrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXirrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsXirrRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsXirrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXirrRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsXnpvRequest">
            <summary>
            The interface IWorkbookFunctionsXnpvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsXnpvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXnpvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXnpvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXnpvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXnpvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsXnpvRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsXnpvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXnpvRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsXorRequest">
            <summary>
            The interface IWorkbookFunctionsXorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsXorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXorRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsXorRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsXorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsXorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYearFracRequest">
            <summary>
            The interface IWorkbookFunctionsYearFracRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsYearFracRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearFracRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearFracRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearFracRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearFracRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYearFracRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsYearFracRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearFracRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYearRequest">
            <summary>
            The interface IWorkbookFunctionsYearRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsYearRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYearRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsYearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequest">
            <summary>
            The interface IWorkbookFunctionsYieldDiscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsYieldDiscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYieldMatRequest">
            <summary>
            The interface IWorkbookFunctionsYieldMatRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsYieldMatRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldMatRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldMatRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldMatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldMatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYieldMatRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsYieldMatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldMatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYieldRequest">
            <summary>
            The interface IWorkbookFunctionsYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsYieldRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsYieldRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsZ_TestRequest">
            <summary>
            The interface IWorkbookFunctionsZ_TestRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookFunctionsZ_TestRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsZ_TestRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsZ_TestRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsZ_TestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsZ_TestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookFunctionsZ_TestRequestBuilder">
            <summary>
            The interface IWorkbookFunctionsZ_TestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookFunctionsZ_TestRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequest">
            <summary>
            The interface IWorkbookNamedItemAddFormulaLocalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequestBuilder">
            <summary>
            The interface IWorkbookNamedItemAddFormulaLocalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemAddRequest">
            <summary>
            The interface IWorkbookNamedItemAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookNamedItemAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemAddRequestBuilder">
            <summary>
            The interface IWorkbookNamedItemAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemRangeRequest">
            <summary>
            The interface IWorkbookNamedItemRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder">
            <summary>
            The interface IWorkbookNamedItemRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemRequest">
            <summary>
            The interface IWorkbookNamedItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.CreateAsync(Microsoft.Graph.WorkbookNamedItem)">
            <summary>
            Creates the specified WorkbookNamedItem using PUT.
            </summary>
            <param name="workbookNamedItemToCreate">The WorkbookNamedItem to create.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.CreateAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookNamedItem using PUT.
            </summary>
            <param name="workbookNamedItemToCreate">The WorkbookNamedItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookNamedItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookNamedItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.GetAsync">
            <summary>
            Gets the specified WorkbookNamedItem.
            </summary>
            <returns>The WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookNamedItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.UpdateAsync(Microsoft.Graph.WorkbookNamedItem)">
            <summary>
            Updates the specified WorkbookNamedItem using PATCH.
            </summary>
            <param name="workbookNamedItemToUpdate">The WorkbookNamedItem to update.</param>
            <returns>The updated WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.UpdateAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookNamedItem using PATCH.
            </summary>
            <param name="workbookNamedItemToUpdate">The WorkbookNamedItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder">
            <summary>
            The interface IWorkbookNamedItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookNamedItemRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamedItemRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookNamedItemRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamesCollectionPage">
            <summary>
            The interface IWorkbookNamesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookNamesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookNamesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamesCollectionRequest">
            <summary>
            The interface IWorkbookNamesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookNamedItem)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder">
            <summary>
            The interface IWorkbookNamesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/> for the specified WorkbookNamedItem.
            </summary>
            <param name="id">The ID for the WorkbookNamedItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder.Add(System.String,Newtonsoft.Json.Linq.JToken,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder.AddFormulaLocal(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAddFormulaLocal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequest">
            <summary>
            The interface IWorkbookPivotTableRefreshAllRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequestBuilder">
            <summary>
            The interface IWorkbookPivotTableRefreshAllRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookPivotTableRefreshRequest">
            <summary>
            The interface IWorkbookPivotTableRefreshRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookPivotTableRefreshRequestBuilder">
            <summary>
            The interface IWorkbookPivotTableRefreshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRefreshRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookPivotTableRequest">
            <summary>
            The interface IWorkbookPivotTableRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.CreateAsync(Microsoft.Graph.WorkbookPivotTable)">
            <summary>
            Creates the specified WorkbookPivotTable using PUT.
            </summary>
            <param name="workbookPivotTableToCreate">The WorkbookPivotTable to create.</param>
            <returns>The created WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.CreateAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookPivotTable using PUT.
            </summary>
            <param name="workbookPivotTableToCreate">The WorkbookPivotTable to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookPivotTable.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookPivotTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.GetAsync">
            <summary>
            Gets the specified WorkbookPivotTable.
            </summary>
            <returns>The WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookPivotTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.UpdateAsync(Microsoft.Graph.WorkbookPivotTable)">
            <summary>
            Updates the specified WorkbookPivotTable using PATCH.
            </summary>
            <param name="workbookPivotTableToUpdate">The WorkbookPivotTable to update.</param>
            <returns>The updated WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.UpdateAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookPivotTable using PATCH.
            </summary>
            <param name="workbookPivotTableToUpdate">The WorkbookPivotTable to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookPivotTableRequestBuilder">
            <summary>
            The interface IWorkbookPivotTableRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookPivotTableRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookPivotTableRequestBuilder.Refresh">
            <summary>
            Gets the request builder for WorkbookPivotTableRefresh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookPivotTableRefreshRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookProcessQueryRequest">
            <summary>
            The interface IWorkbookProcessQueryRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookProcessQueryRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookProcessQueryRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookProcessQueryRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookProcessQueryRequestBuilder">
            <summary>
            The interface IWorkbookProcessQueryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookProcessQueryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBorderCountRequest">
            <summary>
            The interface IWorkbookRangeBorderCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBorderCountRequestBuilder">
            <summary>
            The interface IWorkbookRangeBorderCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest">
            <summary>
            The interface IWorkbookRangeBorderItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookRangeBorder)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeborder">The WorkbookRangeBorder object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeborder">The WorkbookRangeBorder object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.PutAsync(Microsoft.Graph.WorkbookRangeBorder)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeborder">The WorkbookRangeBorder object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.PutAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeborder">The WorkbookRangeBorder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBorderItemAtRequestBuilder">
            <summary>
            The interface IWorkbookRangeBorderItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBorderRequest">
            <summary>
            The interface IWorkbookRangeBorderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.CreateAsync(Microsoft.Graph.WorkbookRangeBorder)">
            <summary>
            Creates the specified WorkbookRangeBorder using PUT.
            </summary>
            <param name="workbookRangeBorderToCreate">The WorkbookRangeBorder to create.</param>
            <returns>The created WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.CreateAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeBorder using PUT.
            </summary>
            <param name="workbookRangeBorderToCreate">The WorkbookRangeBorder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRangeBorder.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeBorder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRangeBorder.
            </summary>
            <returns>The WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeBorder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeBorder)">
            <summary>
            Updates the specified WorkbookRangeBorder using PATCH.
            </summary>
            <param name="workbookRangeBorderToUpdate">The WorkbookRangeBorder to update.</param>
            <returns>The updated WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeBorder using PATCH.
            </summary>
            <param name="workbookRangeBorderToUpdate">The WorkbookRangeBorder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder">
            <summary>
            The interface IWorkbookRangeBorderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequest">
            <summary>
            The interface IWorkbookRangeBoundingRectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder">
            <summary>
            The interface IWorkbookRangeBoundingRectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeCellRequest">
            <summary>
            The interface IWorkbookRangeCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder">
            <summary>
            The interface IWorkbookRangeCellRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeCellRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeClearRequest">
            <summary>
            The interface IWorkbookRangeClearRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeClearRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeClearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder">
            <summary>
            The interface IWorkbookRangeClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeClearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeColumnRequest">
            <summary>
            The interface IWorkbookRangeColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder">
            <summary>
            The interface IWorkbookRangeColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest">
            <summary>
            The interface IWorkbookRangeColumnsAfterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder">
            <summary>
            The interface IWorkbookRangeColumnsAfterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest">
            <summary>
            The interface IWorkbookRangeColumnsBeforeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder">
            <summary>
            The interface IWorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeDeleteRequest">
            <summary>
            The interface IWorkbookRangeDeleteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeDeleteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeDeleteRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeDeleteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeDeleteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeDeleteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder">
            <summary>
            The interface IWorkbookRangeDeleteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequest">
            <summary>
            The interface IWorkbookRangeEntireColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder">
            <summary>
            The interface IWorkbookRangeEntireColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeEntireRowRequest">
            <summary>
            The interface IWorkbookRangeEntireRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder">
            <summary>
            The interface IWorkbookRangeEntireRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFillClearRequest">
            <summary>
            The interface IWorkbookRangeFillClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillClearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFillClearRequestBuilder">
            <summary>
            The interface IWorkbookRangeFillClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillClearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFillRequest">
            <summary>
            The interface IWorkbookRangeFillRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFill)">
            <summary>
            Creates the specified WorkbookRangeFill using PUT.
            </summary>
            <param name="workbookRangeFillToCreate">The WorkbookRangeFill to create.</param>
            <returns>The created WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFill using PUT.
            </summary>
            <param name="workbookRangeFillToCreate">The WorkbookRangeFill to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRangeFill.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRangeFill.
            </summary>
            <returns>The WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFill)">
            <summary>
            Updates the specified WorkbookRangeFill using PATCH.
            </summary>
            <param name="workbookRangeFillToUpdate">The WorkbookRangeFill to update.</param>
            <returns>The updated WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFill using PATCH.
            </summary>
            <param name="workbookRangeFillToUpdate">The WorkbookRangeFill to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFill,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFill,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFillRequestBuilder">
            <summary>
            The interface IWorkbookRangeFillRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFillRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookRangeFillClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFillClearRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFontRequest">
            <summary>
            The interface IWorkbookRangeFontRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFont)">
            <summary>
            Creates the specified WorkbookRangeFont using PUT.
            </summary>
            <param name="workbookRangeFontToCreate">The WorkbookRangeFont to create.</param>
            <returns>The created WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFont using PUT.
            </summary>
            <param name="workbookRangeFontToCreate">The WorkbookRangeFont to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRangeFont.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRangeFont.
            </summary>
            <returns>The WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFont)">
            <summary>
            Updates the specified WorkbookRangeFont using PATCH.
            </summary>
            <param name="workbookRangeFontToUpdate">The WorkbookRangeFont to update.</param>
            <returns>The updated WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFont using PATCH.
            </summary>
            <param name="workbookRangeFontToUpdate">The WorkbookRangeFont to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFont,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFont,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFontRequestBuilder">
            <summary>
            The interface IWorkbookRangeFontRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFontRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequest">
            <summary>
            The interface IWorkbookRangeFormatAutofitColumnsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequestBuilder">
            <summary>
            The interface IWorkbookRangeFormatAutofitColumnsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequest">
            <summary>
            The interface IWorkbookRangeFormatAutofitRowsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequestBuilder">
            <summary>
            The interface IWorkbookRangeFormatAutofitRowsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionPage">
            <summary>
            The interface IWorkbookRangeFormatBordersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest">
            <summary>
            The interface IWorkbookRangeFormatBordersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.AddAsync(Microsoft.Graph.WorkbookRangeBorder)">
            <summary>
            Adds the specified WorkbookRangeBorder to the collection via POST.
            </summary>
            <param name="workbookRangeBorder">The WorkbookRangeBorder to add.</param>
            <returns>The created WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.AddAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookRangeBorder to the collection via POST.
            </summary>
            <param name="workbookRangeBorder">The WorkbookRangeBorder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder">
            <summary>
            The interface IWorkbookRangeFormatBordersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder"/> for the specified WorkbookRangeBorder.
            </summary>
            <param name="id">The ID for the WorkbookRangeBorder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeBorderItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookRangeBorderCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatRequest">
            <summary>
            The interface IWorkbookRangeFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFormat)">
            <summary>
            Creates the specified WorkbookRangeFormat using PUT.
            </summary>
            <param name="workbookRangeFormatToCreate">The WorkbookRangeFormat to create.</param>
            <returns>The created WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFormat using PUT.
            </summary>
            <param name="workbookRangeFormatToCreate">The WorkbookRangeFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRangeFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRangeFormat.
            </summary>
            <returns>The WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFormat)">
            <summary>
            Updates the specified WorkbookRangeFormat using PATCH.
            </summary>
            <param name="workbookRangeFormatToUpdate">The WorkbookRangeFormat to update.</param>
            <returns>The updated WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFormat using PATCH.
            </summary>
            <param name="workbookRangeFormatToUpdate">The WorkbookRangeFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder">
            <summary>
            The interface IWorkbookRangeFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.Borders">
            <summary>
            Gets the request builder for Borders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFontRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.Protection">
            <summary>
            Gets the request builder for Protection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFormatProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.AutofitColumns">
            <summary>
            Gets the request builder for WorkbookRangeFormatAutofitColumns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder.AutofitRows">
            <summary>
            Gets the request builder for WorkbookRangeFormatAutofitRows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeInsertRequest">
            <summary>
            The interface IWorkbookRangeInsertRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeInsertRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeInsertRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeInsertRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeInsertRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeInsertRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder">
            <summary>
            The interface IWorkbookRangeInsertRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeIntersectionRequest">
            <summary>
            The interface IWorkbookRangeIntersectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder">
            <summary>
            The interface IWorkbookRangeIntersectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeLastCellRequest">
            <summary>
            The interface IWorkbookRangeLastCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder">
            <summary>
            The interface IWorkbookRangeLastCellRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeLastColumnRequest">
            <summary>
            The interface IWorkbookRangeLastColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder">
            <summary>
            The interface IWorkbookRangeLastColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeLastRowRequest">
            <summary>
            The interface IWorkbookRangeLastRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder">
            <summary>
            The interface IWorkbookRangeLastRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeMergeRequest">
            <summary>
            The interface IWorkbookRangeMergeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeMergeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeMergeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeMergeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeMergeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeMergeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder">
            <summary>
            The interface IWorkbookRangeMergeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest">
            <summary>
            The interface IWorkbookRangeOffsetRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder">
            <summary>
            The interface IWorkbookRangeOffsetRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRequest">
            <summary>
            The interface IWorkbookRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.CreateAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Creates the specified WorkbookRange using PUT.
            </summary>
            <param name="workbookRangeToCreate">The WorkbookRange to create.</param>
            <returns>The created WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.CreateAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRange using PUT.
            </summary>
            <param name="workbookRangeToCreate">The WorkbookRange to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRange.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRange.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRange.
            </summary>
            <returns>The WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRange.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.UpdateAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Updates the specified WorkbookRange using PATCH.
            </summary>
            <param name="workbookRangeToUpdate">The WorkbookRange to update.</param>
            <returns>The updated WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.UpdateAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRange using PATCH.
            </summary>
            <param name="workbookRangeToUpdate">The WorkbookRange to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRange,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRange,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRequestBuilder">
            <summary>
            The interface IWorkbookRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDelete.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsert.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMerge.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmerge.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCell.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBefore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBefore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCell.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAbove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAbove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequest">
            <summary>
            The interface IWorkbookRangeResizedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder">
            <summary>
            The interface IWorkbookRangeResizedRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRowRequest">
            <summary>
            The interface IWorkbookRangeRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder">
            <summary>
            The interface IWorkbookRangeRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequest">
            <summary>
            The interface IWorkbookRangeRowsAboveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder">
            <summary>
            The interface IWorkbookRangeRowsAboveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequest">
            <summary>
            The interface IWorkbookRangeRowsBelowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder">
            <summary>
            The interface IWorkbookRangeRowsBelowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeSortApplyRequest">
            <summary>
            The interface IWorkbookRangeSortApplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeSortApplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortApplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortApplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortApplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortApplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeSortApplyRequestBuilder">
            <summary>
            The interface IWorkbookRangeSortApplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortApplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeSortRequest">
            <summary>
            The interface IWorkbookRangeSortRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.CreateAsync(Microsoft.Graph.WorkbookRangeSort)">
            <summary>
            Creates the specified WorkbookRangeSort using PUT.
            </summary>
            <param name="workbookRangeSortToCreate">The WorkbookRangeSort to create.</param>
            <returns>The created WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.CreateAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeSort using PUT.
            </summary>
            <param name="workbookRangeSortToCreate">The WorkbookRangeSort to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRangeSort.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRangeSort.
            </summary>
            <returns>The WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeSort)">
            <summary>
            Updates the specified WorkbookRangeSort using PATCH.
            </summary>
            <param name="workbookRangeSortToUpdate">The WorkbookRangeSort to update.</param>
            <returns>The updated WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeSort using PATCH.
            </summary>
            <param name="workbookRangeSortToUpdate">The WorkbookRangeSort to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeSort,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeSort,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder">
            <summary>
            The interface IWorkbookRangeSortRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeSortRequestBuilder.Apply(System.Boolean,System.Boolean,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.WorkbookSortField})">
            <summary>
            Gets the request builder for WorkbookRangeSortApply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortApplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeUnmergeRequest">
            <summary>
            The interface IWorkbookRangeUnmergeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUnmergeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUnmergeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUnmergeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUnmergeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder">
            <summary>
            The interface IWorkbookRangeUnmergeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequest">
            <summary>
            The interface IWorkbookRangeUsedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder">
            <summary>
            The interface IWorkbookRangeUsedRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewItemAtRequest">
            <summary>
            The interface IWorkbookRangeViewItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.PutAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.PutAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder">
            <summary>
            The interface IWorkbookRangeViewItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRangeRequest">
            <summary>
            The interface IWorkbookRangeViewRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder">
            <summary>
            The interface IWorkbookRangeViewRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRequest">
            <summary>
            The interface IWorkbookRangeViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.CreateAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Creates the specified WorkbookRangeView using PUT.
            </summary>
            <param name="workbookRangeViewToCreate">The WorkbookRangeView to create.</param>
            <returns>The created WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.CreateAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeView using PUT.
            </summary>
            <param name="workbookRangeViewToCreate">The WorkbookRangeView to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRangeView.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeView.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRangeView.
            </summary>
            <returns>The WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeView.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Updates the specified WorkbookRangeView using PATCH.
            </summary>
            <param name="workbookRangeViewToUpdate">The WorkbookRangeView to update.</param>
            <returns>The updated WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeView using PATCH.
            </summary>
            <param name="workbookRangeViewToUpdate">The WorkbookRangeView to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder">
            <summary>
            The interface IWorkbookRangeViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeViewRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookRangeViewRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionPage">
            <summary>
            The interface IWorkbookRangeViewRowsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeViewRowsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest">
            <summary>
            The interface IWorkbookRangeViewRowsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Adds the specified WorkbookRangeView to the collection via POST.
            </summary>
            <param name="workbookRangeView">The WorkbookRangeView to add.</param>
            <returns>The created WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookRangeView to the collection via POST.
            </summary>
            <param name="workbookRangeView">The WorkbookRangeView to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookRangeViewRowsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder"/> for the specified WorkbookRangeView.
            </summary>
            <param name="id">The ID for the WorkbookRangeView.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeViewItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequest">
            <summary>
            The interface IWorkbookRangeVisibleViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.PatchAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.PatchAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.PutAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.PutAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder">
            <summary>
            The interface IWorkbookRangeVisibleViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRefreshSessionRequest">
            <summary>
            The interface IWorkbookRefreshSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRefreshSessionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRefreshSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRefreshSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRefreshSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRefreshSessionRequestBuilder">
            <summary>
            The interface IWorkbookRefreshSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRefreshSessionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRequest">
            <summary>
            The interface IWorkbookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.CreateAsync(Microsoft.Graph.Workbook)">
            <summary>
            Creates the specified Workbook using PUT.
            </summary>
            <param name="workbookToCreate">The Workbook to create.</param>
            <returns>The created Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.CreateAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Workbook using PUT.
            </summary>
            <param name="workbookToCreate">The Workbook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.DeleteAsync">
            <summary>
            Deletes the specified Workbook.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Workbook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.GetAsync">
            <summary>
            Gets the specified Workbook.
            </summary>
            <returns>The Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Workbook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.UpdateAsync(Microsoft.Graph.Workbook)">
            <summary>
            Updates the specified Workbook using PATCH.
            </summary>
            <param name="workbookToUpdate">The Workbook to update.</param>
            <returns>The updated Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.UpdateAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Workbook using PATCH.
            </summary>
            <param name="workbookToUpdate">The Workbook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Workbook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Workbook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookRequestBuilder">
            <summary>
            The interface IWorkbookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRequestBuilder.Application">
            <summary>
            Gets the request builder for Application.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookApplicationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRequestBuilder.Names">
            <summary>
            Gets the request builder for Names.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRequestBuilder.Tables">
            <summary>
            Gets the request builder for Tables.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRequestBuilder.Worksheets">
            <summary>
            Gets the request builder for Worksheets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookRequestBuilder.Functions">
            <summary>
            Gets the request builder for Functions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequestBuilder.CreateSession(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookCreateSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCreateSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequestBuilder.CloseSession">
            <summary>
            Gets the request builder for WorkbookCloseSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCloseSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequestBuilder.RefreshSession">
            <summary>
            Gets the request builder for WorkbookRefreshSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRefreshSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookRequestBuilder.ProcessQuery(System.IO.Stream)">
            <summary>
            Gets the request builder for WorkbookProcessQuery.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookProcessQueryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableAddRequest">
            <summary>
            The interface IWorkbookTableAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableAddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableAddRequestBuilder">
            <summary>
            The interface IWorkbookTableAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableClearFiltersRequest">
            <summary>
            The interface IWorkbookTableClearFiltersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableClearFiltersRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableClearFiltersRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableClearFiltersRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableClearFiltersRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableClearFiltersRequestBuilder">
            <summary>
            The interface IWorkbookTableClearFiltersRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableClearFiltersRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnAddRequest">
            <summary>
            The interface IWorkbookTableColumnAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnAddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnAddRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnCountRequest">
            <summary>
            The interface IWorkbookTableColumnCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnCountRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest">
            <summary>
            The interface IWorkbookTableColumnDataBodyRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnDataBodyRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest">
            <summary>
            The interface IWorkbookTableColumnHeaderRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnHeaderRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnItemAtRequest">
            <summary>
            The interface IWorkbookTableColumnItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTableColumn)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktablecolumn">The WorkbookTableColumn object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktablecolumn">The WorkbookTableColumn object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTableColumn)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktablecolumn">The WorkbookTableColumn object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktablecolumn">The WorkbookTableColumn object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnRangeRequest">
            <summary>
            The interface IWorkbookTableColumnRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnRequest">
            <summary>
            The interface IWorkbookTableColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.CreateAsync(Microsoft.Graph.WorkbookTableColumn)">
            <summary>
            Creates the specified WorkbookTableColumn using PUT.
            </summary>
            <param name="workbookTableColumnToCreate">The WorkbookTableColumn to create.</param>
            <returns>The created WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.CreateAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableColumn using PUT.
            </summary>
            <param name="workbookTableColumnToCreate">The WorkbookTableColumn to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookTableColumn.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableColumn.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.GetAsync">
            <summary>
            Gets the specified WorkbookTableColumn.
            </summary>
            <returns>The WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableColumn.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.UpdateAsync(Microsoft.Graph.WorkbookTableColumn)">
            <summary>
            Updates the specified WorkbookTableColumn using PATCH.
            </summary>
            <param name="workbookTableColumnToUpdate">The WorkbookTableColumn to update.</param>
            <returns>The updated WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.UpdateAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableColumn using PATCH.
            </summary>
            <param name="workbookTableColumnToUpdate">The WorkbookTableColumn to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.Filter">
            <summary>
            Gets the request builder for Filter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.DataBodyRange">
            <summary>
            Gets the request builder for WorkbookTableColumnDataBodyRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.HeaderRowRange">
            <summary>
            Gets the request builder for WorkbookTableColumnHeaderRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableColumnRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnRequestBuilder.TotalRowRange">
            <summary>
            Gets the request builder for WorkbookTableColumnTotalRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnsCollectionPage">
            <summary>
            The interface IWorkbookTableColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest">
            <summary>
            The interface IWorkbookTableColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTableColumn)">
            <summary>
            Adds the specified WorkbookTableColumn to the collection via POST.
            </summary>
            <param name="workbookTableColumn">The WorkbookTableColumn to add.</param>
            <returns>The created WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTableColumn to the collection via POST.
            </summary>
            <param name="workbookTableColumn">The WorkbookTableColumn to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableColumnRequestBuilder"/> for the specified WorkbookTableColumn.
            </summary>
            <param name="id">The ID for the WorkbookTableColumn.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder.Add(System.Nullable{System.Int32},Newtonsoft.Json.Linq.JToken,System.String)">
            <summary>
            Gets the request builder for WorkbookTableColumnAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableColumnItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableColumnCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest">
            <summary>
            The interface IWorkbookTableColumnTotalRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableColumnTotalRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableConvertToRangeRequest">
            <summary>
            The interface IWorkbookTableConvertToRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableConvertToRangeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableConvertToRangeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableConvertToRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableConvertToRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableConvertToRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableConvertToRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableConvertToRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableCountRequest">
            <summary>
            The interface IWorkbookTableCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableCountRequestBuilder">
            <summary>
            The interface IWorkbookTableCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest">
            <summary>
            The interface IWorkbookTableDataBodyRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableDataBodyRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest">
            <summary>
            The interface IWorkbookTableHeaderRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableHeaderRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableItemAtRequest">
            <summary>
            The interface IWorkbookTableItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTable)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktable">The WorkbookTable object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktable">The WorkbookTable object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTable)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktable">The WorkbookTable object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktable">The WorkbookTable object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder">
            <summary>
            The interface IWorkbookTableItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRangeRequest">
            <summary>
            The interface IWorkbookTableRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableReapplyFiltersRequest">
            <summary>
            The interface IWorkbookTableReapplyFiltersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableReapplyFiltersRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableReapplyFiltersRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableReapplyFiltersRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableReapplyFiltersRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableReapplyFiltersRequestBuilder">
            <summary>
            The interface IWorkbookTableReapplyFiltersRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableReapplyFiltersRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRequest">
            <summary>
            The interface IWorkbookTableRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.CreateAsync(Microsoft.Graph.WorkbookTable)">
            <summary>
            Creates the specified WorkbookTable using PUT.
            </summary>
            <param name="workbookTableToCreate">The WorkbookTable to create.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.CreateAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTable using PUT.
            </summary>
            <param name="workbookTableToCreate">The WorkbookTable to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookTable.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.GetAsync">
            <summary>
            Gets the specified WorkbookTable.
            </summary>
            <returns>The WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.UpdateAsync(Microsoft.Graph.WorkbookTable)">
            <summary>
            Updates the specified WorkbookTable using PATCH.
            </summary>
            <param name="workbookTableToUpdate">The WorkbookTable to update.</param>
            <returns>The updated WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.UpdateAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTable using PATCH.
            </summary>
            <param name="workbookTableToUpdate">The WorkbookTable to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRequestBuilder">
            <summary>
            The interface IWorkbookTableRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.ClearFilters">
            <summary>
            Gets the request builder for WorkbookTableClearFilters.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableClearFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.ConvertToRange">
            <summary>
            Gets the request builder for WorkbookTableConvertToRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableConvertToRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.ReapplyFilters">
            <summary>
            Gets the request builder for WorkbookTableReapplyFilters.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableReapplyFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.DataBodyRange">
            <summary>
            Gets the request builder for WorkbookTableDataBodyRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.HeaderRowRange">
            <summary>
            Gets the request builder for WorkbookTableHeaderRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRequestBuilder.TotalRowRange">
            <summary>
            Gets the request builder for WorkbookTableTotalRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowAddRequest">
            <summary>
            The interface IWorkbookTableRowAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRowAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowAddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowAddRequestBuilder">
            <summary>
            The interface IWorkbookTableRowAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowCountRequest">
            <summary>
            The interface IWorkbookTableRowCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowCountRequestBuilder">
            <summary>
            The interface IWorkbookTableRowCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowCountRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowItemAtRequest">
            <summary>
            The interface IWorkbookTableRowItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTableRow)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktablerow">The WorkbookTableRow object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktablerow">The WorkbookTableRow object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTableRow)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktablerow">The WorkbookTableRow object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktablerow">The WorkbookTableRow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder">
            <summary>
            The interface IWorkbookTableRowItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowRangeRequest">
            <summary>
            The interface IWorkbookTableRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowRequest">
            <summary>
            The interface IWorkbookTableRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.CreateAsync(Microsoft.Graph.WorkbookTableRow)">
            <summary>
            Creates the specified WorkbookTableRow using PUT.
            </summary>
            <param name="workbookTableRowToCreate">The WorkbookTableRow to create.</param>
            <returns>The created WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.CreateAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableRow using PUT.
            </summary>
            <param name="workbookTableRowToCreate">The WorkbookTableRow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookTableRow.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableRow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.GetAsync">
            <summary>
            Gets the specified WorkbookTableRow.
            </summary>
            <returns>The WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableRow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.UpdateAsync(Microsoft.Graph.WorkbookTableRow)">
            <summary>
            Updates the specified WorkbookTableRow using PATCH.
            </summary>
            <param name="workbookTableRowToUpdate">The WorkbookTableRow to update.</param>
            <returns>The updated WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.UpdateAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableRow using PATCH.
            </summary>
            <param name="workbookTableRowToUpdate">The WorkbookTableRow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowRequestBuilder">
            <summary>
            The interface IWorkbookTableRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowsCollectionPage">
            <summary>
            The interface IWorkbookTableRowsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRowsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookTableRowsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowsCollectionRequest">
            <summary>
            The interface IWorkbookTableRowsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTableRow)">
            <summary>
            Adds the specified WorkbookTableRow to the collection via POST.
            </summary>
            <param name="workbookTableRow">The WorkbookTableRow to add.</param>
            <returns>The created WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTableRow to the collection via POST.
            </summary>
            <param name="workbookTableRow">The WorkbookTableRow to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookTableRowsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableRowRequestBuilder"/> for the specified WorkbookTableRow.
            </summary>
            <param name="id">The ID for the WorkbookTableRow.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder.Add(System.Nullable{System.Int32},Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookTableRowAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableRowItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableRowCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTablesCollectionPage">
            <summary>
            The interface IWorkbookTablesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTablesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookTablesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTablesCollectionRequest">
            <summary>
            The interface IWorkbookTablesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTable)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder">
            <summary>
            The interface IWorkbookTablesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/> for the specified WorkbookTable.
            </summary>
            <param name="id">The ID for the WorkbookTable.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder.Add(System.Boolean,System.String)">
            <summary>
            Gets the request builder for WorkbookTableAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortApplyRequest">
            <summary>
            The interface IWorkbookTableSortApplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookTableSortApplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortApplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortApplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortApplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortApplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortApplyRequestBuilder">
            <summary>
            The interface IWorkbookTableSortApplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortApplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortClearRequest">
            <summary>
            The interface IWorkbookTableSortClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortClearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortClearRequestBuilder">
            <summary>
            The interface IWorkbookTableSortClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortClearRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortReapplyRequest">
            <summary>
            The interface IWorkbookTableSortReapplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortReapplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortReapplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortReapplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortReapplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortReapplyRequestBuilder">
            <summary>
            The interface IWorkbookTableSortReapplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortReapplyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortRequest">
            <summary>
            The interface IWorkbookTableSortRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.CreateAsync(Microsoft.Graph.WorkbookTableSort)">
            <summary>
            Creates the specified WorkbookTableSort using PUT.
            </summary>
            <param name="workbookTableSortToCreate">The WorkbookTableSort to create.</param>
            <returns>The created WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.CreateAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableSort using PUT.
            </summary>
            <param name="workbookTableSortToCreate">The WorkbookTableSort to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookTableSort.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.GetAsync">
            <summary>
            Gets the specified WorkbookTableSort.
            </summary>
            <returns>The WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.UpdateAsync(Microsoft.Graph.WorkbookTableSort)">
            <summary>
            Updates the specified WorkbookTableSort using PATCH.
            </summary>
            <param name="workbookTableSortToUpdate">The WorkbookTableSort to update.</param>
            <returns>The updated WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.UpdateAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableSort using PATCH.
            </summary>
            <param name="workbookTableSortToUpdate">The WorkbookTableSort to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableSort,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableSort,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableSortRequestBuilder">
            <summary>
            The interface IWorkbookTableSortRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequestBuilder.Apply(System.Boolean,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.WorkbookSortField})">
            <summary>
            Gets the request builder for WorkbookTableSortApply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortApplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookTableSortClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableSortRequestBuilder.Reapply">
            <summary>
            Gets the request builder for WorkbookTableSortReapply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortReapplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest">
            <summary>
            The interface IWorkbookTableTotalRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder">
            <summary>
            The interface IWorkbookTableTotalRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetAddRequest">
            <summary>
            The interface IWorkbookWorksheetAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetAddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetAddRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetAddRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetCellRequest">
            <summary>
            The interface IWorkbookWorksheetCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetCellRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionPage">
            <summary>
            The interface IWorkbookWorksheetChartsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetChartsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest">
            <summary>
            The interface IWorkbookWorksheetChartsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Adds the specified WorkbookChart to the collection via POST.
            </summary>
            <param name="workbookChart">The WorkbookChart to add.</param>
            <returns>The created WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChart to the collection via POST.
            </summary>
            <param name="workbookChart">The WorkbookChart to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetChartsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.ThisItem(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookChartRequestBuilder"/> for the specified WorkbookChart.
            </summary>
            <param name="id">The ID for the WorkbookChart.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.Add(System.String,System.String,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookChartAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets the request builder for WorkbookChartItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionPage">
            <summary>
            The interface IWorkbookWorksheetNamesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetNamesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest">
            <summary>
            The interface IWorkbookWorksheetNamesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookNamedItem)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetNamesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/> for the specified WorkbookNamedItem.
            </summary>
            <param name="id">The ID for the WorkbookNamedItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder.Add(System.String,Newtonsoft.Json.Linq.JToken,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder.AddFormulaLocal(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAddFormulaLocal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionPage">
            <summary>
            The interface IWorkbookWorksheetPivotTablesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest">
            <summary>
            The interface IWorkbookWorksheetPivotTablesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookPivotTable)">
            <summary>
            Adds the specified WorkbookPivotTable to the collection via POST.
            </summary>
            <param name="workbookPivotTable">The WorkbookPivotTable to add.</param>
            <returns>The created WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookPivotTable to the collection via POST.
            </summary>
            <param name="workbookPivotTable">The WorkbookPivotTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetPivotTablesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookPivotTableRequestBuilder"/> for the specified WorkbookPivotTable.
            </summary>
            <param name="id">The ID for the WorkbookPivotTable.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookPivotTableRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder.RefreshAll">
            <summary>
            Gets the request builder for WorkbookPivotTableRefreshAll.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequest">
            <summary>
            The interface IWorkbookWorksheetProtectionProtectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetProtectionProtectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetProtectionRequest">
            <summary>
            The interface IWorkbookWorksheetProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.CreateAsync(Microsoft.Graph.WorkbookWorksheetProtection)">
            <summary>
            Creates the specified WorkbookWorksheetProtection using PUT.
            </summary>
            <param name="workbookWorksheetProtectionToCreate">The WorkbookWorksheetProtection to create.</param>
            <returns>The created WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.CreateAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookWorksheetProtection using PUT.
            </summary>
            <param name="workbookWorksheetProtectionToCreate">The WorkbookWorksheetProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookWorksheetProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookWorksheetProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.GetAsync">
            <summary>
            Gets the specified WorkbookWorksheetProtection.
            </summary>
            <returns>The WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookWorksheetProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.UpdateAsync(Microsoft.Graph.WorkbookWorksheetProtection)">
            <summary>
            Updates the specified WorkbookWorksheetProtection using PATCH.
            </summary>
            <param name="workbookWorksheetProtectionToUpdate">The WorkbookWorksheetProtection to update.</param>
            <returns>The updated WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.UpdateAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheetProtection using PATCH.
            </summary>
            <param name="workbookWorksheetProtectionToUpdate">The WorkbookWorksheetProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheetProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheetProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder.Protect(Microsoft.Graph.WorkbookWorksheetProtectionOptions)">
            <summary>
            Gets the request builder for WorkbookWorksheetProtectionProtect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder.Unprotect">
            <summary>
            Gets the request builder for WorkbookWorksheetProtectionUnprotect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequest">
            <summary>
            The interface IWorkbookWorksheetProtectionUnprotectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetProtectionUnprotectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetRangeRequest">
            <summary>
            The interface IWorkbookWorksheetRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetRequest">
            <summary>
            The interface IWorkbookWorksheetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.CreateAsync(Microsoft.Graph.WorkbookWorksheet)">
            <summary>
            Creates the specified WorkbookWorksheet using PUT.
            </summary>
            <param name="workbookWorksheetToCreate">The WorkbookWorksheet to create.</param>
            <returns>The created WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.CreateAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookWorksheet using PUT.
            </summary>
            <param name="workbookWorksheetToCreate">The WorkbookWorksheet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookWorksheet.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookWorksheet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.GetAsync">
            <summary>
            Gets the specified WorkbookWorksheet.
            </summary>
            <returns>The WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookWorksheet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.UpdateAsync(Microsoft.Graph.WorkbookWorksheet)">
            <summary>
            Updates the specified WorkbookWorksheet using PATCH.
            </summary>
            <param name="workbookWorksheetToUpdate">The WorkbookWorksheet to update.</param>
            <returns>The updated WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.UpdateAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheet using PATCH.
            </summary>
            <param name="workbookWorksheetToUpdate">The WorkbookWorksheet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Charts">
            <summary>
            Gets the request builder for Charts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Names">
            <summary>
            Gets the request builder for Names.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.PivotTables">
            <summary>
            Gets the request builder for PivotTables.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Protection">
            <summary>
            Gets the request builder for Protection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Tables">
            <summary>
            Gets the request builder for Tables.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookWorksheetCell.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookWorksheetRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.Range(System.String)">
            <summary>
            Gets the request builder for WorkbookWorksheetRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookWorksheetUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookWorksheetUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetsCollectionPage">
            <summary>
            The interface IWorkbookWorksheetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest">
            <summary>
            The interface IWorkbookWorksheetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookWorksheet)">
            <summary>
            Adds the specified WorkbookWorksheet to the collection via POST.
            </summary>
            <param name="workbookWorksheet">The WorkbookWorksheet to add.</param>
            <returns>The created WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookWorksheet to the collection via POST.
            </summary>
            <param name="workbookWorksheet">The WorkbookWorksheet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/> for the specified WorkbookWorksheet.
            </summary>
            <param name="id">The ID for the WorkbookWorksheet.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder.Add(System.String)">
            <summary>
            Gets the request builder for WorkbookWorksheetAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetAddRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionPage">
            <summary>
            The interface IWorkbookWorksheetTablesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetTablesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest">
            <summary>
            The interface IWorkbookWorksheetTablesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTable)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetTablesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/> for the specified WorkbookTable.
            </summary>
            <param name="id">The ID for the WorkbookTable.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder.Add(System.Boolean,System.String)">
            <summary>
            Gets the request builder for WorkbookTableAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest">
            <summary>
            The interface IWorkbookWorksheetUsedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder">
            <summary>
            The interface IWorkbookWorksheetUsedRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.LicenseDetailsRequest">
            <summary>
            The type LicenseDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new LicenseDetailsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.CreateAsync(Microsoft.Graph.LicenseDetails)">
            <summary>
            Creates the specified LicenseDetails using POST.
            </summary>
            <param name="licenseDetailsToCreate">The LicenseDetails to create.</param>
            <returns>The created LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.CreateAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LicenseDetails using POST.
            </summary>
            <param name="licenseDetailsToCreate">The LicenseDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.DeleteAsync">
            <summary>
            Deletes the specified LicenseDetails.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LicenseDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.GetAsync">
            <summary>
            Gets the specified LicenseDetails.
            </summary>
            <returns>The LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LicenseDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.UpdateAsync(Microsoft.Graph.LicenseDetails)">
            <summary>
            Updates the specified LicenseDetails using PATCH.
            </summary>
            <param name="licenseDetailsToUpdate">The LicenseDetails to update.</param>
            <returns>The updated LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.UpdateAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LicenseDetails using PATCH.
            </summary>
            <param name="licenseDetailsToUpdate">The LicenseDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequest.InitializeCollectionProperties(Microsoft.Graph.LicenseDetails)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="licenseDetailsToInitialize">The <see cref="T:Microsoft.Graph.LicenseDetails"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.LicenseDetailsRequestBuilder">
            <summary>
            The type LicenseDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new LicenseDetailsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LicenseDetailsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListColumnsCollectionPage">
            <summary>
            The type ListColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListColumnsCollectionRequest">
            <summary>
            The type ListColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListColumnsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListColumnsCollectionRequestBuilder">
            <summary>
            The type ListColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListColumnsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/> for the specified ListColumnDefinition.
            </summary>
            <param name="id">The ID for the ListColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListColumnsCollectionResponse">
            <summary>
            The type ListColumnsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListColumnsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IListColumnsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListColumnsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListContentTypesCollectionPage">
            <summary>
            The type ListContentTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListContentTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListContentTypesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListContentTypesCollectionRequest">
            <summary>
            The type ListContentTypesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListContentTypesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.AddAsync(Microsoft.Graph.ContentType)">
            <summary>
            Adds the specified ContentType to the collection via POST.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.AddAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentType to the collection via POST.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListContentTypesCollectionRequestBuilder">
            <summary>
            The type ListContentTypesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListContentTypesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListContentTypesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListContentTypesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/> for the specified ListContentType.
            </summary>
            <param name="id">The ID for the ListContentType.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListContentTypesCollectionResponse">
            <summary>
            The type ListContentTypesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListContentTypesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IListContentTypesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListContentTypesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemRequest">
            <summary>
            The type ListItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.CreateAsync(Microsoft.Graph.ListItem)">
            <summary>
            Creates the specified ListItem using POST.
            </summary>
            <param name="listItemToCreate">The ListItem to create.</param>
            <returns>The created ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.CreateAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ListItem using POST.
            </summary>
            <param name="listItemToCreate">The ListItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.DeleteAsync">
            <summary>
            Deletes the specified ListItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ListItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.GetAsync">
            <summary>
            Gets the specified ListItem.
            </summary>
            <returns>The ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ListItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.UpdateAsync(Microsoft.Graph.ListItem)">
            <summary>
            Updates the specified ListItem using PATCH.
            </summary>
            <param name="listItemToUpdate">The ListItem to update.</param>
            <returns>The updated ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.UpdateAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItem using PATCH.
            </summary>
            <param name="listItemToUpdate">The ListItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequest.InitializeCollectionProperties(Microsoft.Graph.ListItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="listItemToInitialize">The <see cref="T:Microsoft.Graph.ListItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ListItemRequestBuilder">
            <summary>
            The type ListItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemRequestBuilder.DriveItem">
            <summary>
            Gets the request builder for DriveItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemRequestBuilder.Fields">
            <summary>
            Gets the request builder for Fields.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFieldValueSetRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemRequestBuilder.Versions">
            <summary>
            Gets the request builder for Versions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemsCollectionPage">
            <summary>
            The type ListItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemsCollectionRequest">
            <summary>
            The type ListItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.AddAsync(Microsoft.Graph.ListItem)">
            <summary>
            Adds the specified ListItem to the collection via POST.
            </summary>
            <param name="listItem">The ListItem to add.</param>
            <returns>The created ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.AddAsync(Microsoft.Graph.ListItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ListItem to the collection via POST.
            </summary>
            <param name="listItem">The ListItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemsCollectionRequestBuilder">
            <summary>
            The type ListItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/> for the specified ListListItem.
            </summary>
            <param name="id">The ID for the ListListItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemsCollectionResponse">
            <summary>
            The type ListItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IListItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionRequest">
            <summary>
            The type ListItemVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListItemVersionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.CreateAsync(Microsoft.Graph.ListItemVersion)">
            <summary>
            Creates the specified ListItemVersion using POST.
            </summary>
            <param name="listItemVersionToCreate">The ListItemVersion to create.</param>
            <returns>The created ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.CreateAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ListItemVersion using POST.
            </summary>
            <param name="listItemVersionToCreate">The ListItemVersion to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.DeleteAsync">
            <summary>
            Deletes the specified ListItemVersion.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ListItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.GetAsync">
            <summary>
            Gets the specified ListItemVersion.
            </summary>
            <returns>The ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ListItemVersion.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.UpdateAsync(Microsoft.Graph.ListItemVersion)">
            <summary>
            Updates the specified ListItemVersion using PATCH.
            </summary>
            <param name="listItemVersionToUpdate">The ListItemVersion to update.</param>
            <returns>The updated ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.UpdateAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ListItemVersion using PATCH.
            </summary>
            <param name="listItemVersionToUpdate">The ListItemVersion to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequest.InitializeCollectionProperties(Microsoft.Graph.ListItemVersion)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="listItemVersionToInitialize">The <see cref="T:Microsoft.Graph.ListItemVersion"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionRequestBuilder">
            <summary>
            The type ListItemVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListItemVersionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemVersionRequestBuilder.Fields">
            <summary>
            Gets the request builder for Fields.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IFieldValueSetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRequestBuilder.RestoreVersion">
            <summary>
            Gets the request builder for ListItemVersionRestoreVersion.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemVersionRestoreVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionRestoreVersionRequest">
            <summary>
            The type ListItemVersionRestoreVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListItemVersionRestoreVersionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionRestoreVersionRequestBuilder">
            <summary>
            The type ListItemVersionRestoreVersionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ListItemVersionRestoreVersionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionRestoreVersionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionsCollectionPage">
            <summary>
            The type ListItemVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IListItemVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionsCollectionRequest">
            <summary>
            The type ListItemVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListItemVersionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.AddAsync(Microsoft.Graph.ListItemVersion)">
            <summary>
            Adds the specified ListItemVersion to the collection via POST.
            </summary>
            <param name="listItemVersion">The ListItemVersion to add.</param>
            <returns>The created ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.AddAsync(Microsoft.Graph.ListItemVersion,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ListItemVersion to the collection via POST.
            </summary>
            <param name="listItemVersion">The ListItemVersion to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ListItemVersion.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ListItemVersion,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionsCollectionRequestBuilder">
            <summary>
            The type ListItemVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListItemVersionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListItemVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListItemVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IListItemVersionRequestBuilder"/> for the specified ListItemListItemVersion.
            </summary>
            <param name="id">The ID for the ListItemListItemVersion.</param>
            <returns>The <see cref="T:Microsoft.Graph.IListItemVersionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ListItemVersionsCollectionResponse">
            <summary>
            The type ListItemVersionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemVersionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IListItemVersionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ListItemVersionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ListRequest">
            <summary>
            The type ListRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ListRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.CreateAsync(Microsoft.Graph.List)">
            <summary>
            Creates the specified List using POST.
            </summary>
            <param name="listToCreate">The List to create.</param>
            <returns>The created List.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.CreateAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Creates the specified List using POST.
            </summary>
            <param name="listToCreate">The List to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created List.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.DeleteAsync">
            <summary>
            Deletes the specified List.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified List.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.GetAsync">
            <summary>
            Gets the specified List.
            </summary>
            <returns>The List.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified List.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The List.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.UpdateAsync(Microsoft.Graph.List)">
            <summary>
            Updates the specified List using PATCH.
            </summary>
            <param name="listToUpdate">The List to update.</param>
            <returns>The updated List.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.UpdateAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Updates the specified List using PATCH.
            </summary>
            <param name="listToUpdate">The List to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated List.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequest.InitializeCollectionProperties(Microsoft.Graph.List)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="listToInitialize">The <see cref="T:Microsoft.Graph.List"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ListRequestBuilder">
            <summary>
            The type ListRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ListRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ListRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ListRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ListRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListRequestBuilder.ContentTypes">
            <summary>
            Gets the request builder for ContentTypes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListContentTypesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListRequestBuilder.Drive">
            <summary>
            Gets the request builder for Drive.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ListRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.LocalizedNotificationMessageRequest">
            <summary>
            The type LocalizedNotificationMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new LocalizedNotificationMessageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.CreateAsync(Microsoft.Graph.LocalizedNotificationMessage)">
            <summary>
            Creates the specified LocalizedNotificationMessage using POST.
            </summary>
            <param name="localizedNotificationMessageToCreate">The LocalizedNotificationMessage to create.</param>
            <returns>The created LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.CreateAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified LocalizedNotificationMessage using POST.
            </summary>
            <param name="localizedNotificationMessageToCreate">The LocalizedNotificationMessage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.DeleteAsync">
            <summary>
            Deletes the specified LocalizedNotificationMessage.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified LocalizedNotificationMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.GetAsync">
            <summary>
            Gets the specified LocalizedNotificationMessage.
            </summary>
            <returns>The LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified LocalizedNotificationMessage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.UpdateAsync(Microsoft.Graph.LocalizedNotificationMessage)">
            <summary>
            Updates the specified LocalizedNotificationMessage using PATCH.
            </summary>
            <param name="localizedNotificationMessageToUpdate">The LocalizedNotificationMessage to update.</param>
            <returns>The updated LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.UpdateAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified LocalizedNotificationMessage using PATCH.
            </summary>
            <param name="localizedNotificationMessageToUpdate">The LocalizedNotificationMessage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequest.InitializeCollectionProperties(Microsoft.Graph.LocalizedNotificationMessage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="localizedNotificationMessageToInitialize">The <see cref="T:Microsoft.Graph.LocalizedNotificationMessage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.LocalizedNotificationMessageRequestBuilder">
            <summary>
            The type LocalizedNotificationMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new LocalizedNotificationMessageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.LocalizedNotificationMessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MacOSCompliancePolicyRequest">
            <summary>
            The type MacOSCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MacOSCompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.CreateAsync(Microsoft.Graph.MacOSCompliancePolicy)">
            <summary>
            Creates the specified MacOSCompliancePolicy using POST.
            </summary>
            <param name="macOSCompliancePolicyToCreate">The MacOSCompliancePolicy to create.</param>
            <returns>The created MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.CreateAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSCompliancePolicy using POST.
            </summary>
            <param name="macOSCompliancePolicyToCreate">The MacOSCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified MacOSCompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified MacOSCompliancePolicy.
            </summary>
            <returns>The MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.MacOSCompliancePolicy)">
            <summary>
            Updates the specified MacOSCompliancePolicy using PATCH.
            </summary>
            <param name="macOSCompliancePolicyToUpdate">The MacOSCompliancePolicy to update.</param>
            <returns>The updated MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.MacOSCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCompliancePolicy using PATCH.
            </summary>
            <param name="macOSCompliancePolicyToUpdate">The MacOSCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MacOSCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.MacOSCompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="macOSCompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.MacOSCompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MacOSCompliancePolicyRequestBuilder">
            <summary>
            The type MacOSCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MacOSCompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MacOSCustomConfigurationRequest">
            <summary>
            The type MacOSCustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MacOSCustomConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSCustomConfiguration)">
            <summary>
            Creates the specified MacOSCustomConfiguration using POST.
            </summary>
            <param name="macOSCustomConfigurationToCreate">The MacOSCustomConfiguration to create.</param>
            <returns>The created MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSCustomConfiguration using POST.
            </summary>
            <param name="macOSCustomConfigurationToCreate">The MacOSCustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified MacOSCustomConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.GetAsync">
            <summary>
            Gets the specified MacOSCustomConfiguration.
            </summary>
            <returns>The MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSCustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSCustomConfiguration)">
            <summary>
            Updates the specified MacOSCustomConfiguration using PATCH.
            </summary>
            <param name="macOSCustomConfigurationToUpdate">The MacOSCustomConfiguration to update.</param>
            <returns>The updated MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSCustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSCustomConfiguration using PATCH.
            </summary>
            <param name="macOSCustomConfigurationToUpdate">The MacOSCustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MacOSCustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSCustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.MacOSCustomConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="macOSCustomConfigurationToInitialize">The <see cref="T:Microsoft.Graph.MacOSCustomConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MacOSCustomConfigurationRequestBuilder">
            <summary>
            The type MacOSCustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MacOSCustomConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSCustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest">
            <summary>
            The type MacOSDeviceFeaturesConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MacOSDeviceFeaturesConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration)">
            <summary>
            Creates the specified MacOSDeviceFeaturesConfiguration using POST.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToCreate">The MacOSDeviceFeaturesConfiguration to create.</param>
            <returns>The created MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSDeviceFeaturesConfiguration using POST.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToCreate">The MacOSDeviceFeaturesConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified MacOSDeviceFeaturesConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.GetAsync">
            <summary>
            Gets the specified MacOSDeviceFeaturesConfiguration.
            </summary>
            <returns>The MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSDeviceFeaturesConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration)">
            <summary>
            Updates the specified MacOSDeviceFeaturesConfiguration using PATCH.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToUpdate">The MacOSDeviceFeaturesConfiguration to update.</param>
            <returns>The updated MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSDeviceFeaturesConfiguration using PATCH.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToUpdate">The MacOSDeviceFeaturesConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MacOSDeviceFeaturesConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSDeviceFeaturesConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.MacOSDeviceFeaturesConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="macOSDeviceFeaturesConfigurationToInitialize">The <see cref="T:Microsoft.Graph.MacOSDeviceFeaturesConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequestBuilder">
            <summary>
            The type MacOSDeviceFeaturesConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MacOSDeviceFeaturesConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSDeviceFeaturesConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest">
            <summary>
            The type MacOSGeneralDeviceConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MacOSGeneralDeviceConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration)">
            <summary>
            Creates the specified MacOSGeneralDeviceConfiguration using POST.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToCreate">The MacOSGeneralDeviceConfiguration to create.</param>
            <returns>The created MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.CreateAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSGeneralDeviceConfiguration using POST.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToCreate">The MacOSGeneralDeviceConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified MacOSGeneralDeviceConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.GetAsync">
            <summary>
            Gets the specified MacOSGeneralDeviceConfiguration.
            </summary>
            <returns>The MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSGeneralDeviceConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration)">
            <summary>
            Updates the specified MacOSGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToUpdate">The MacOSGeneralDeviceConfiguration to update.</param>
            <returns>The updated MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.UpdateAsync(Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSGeneralDeviceConfiguration using PATCH.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToUpdate">The MacOSGeneralDeviceConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MacOSGeneralDeviceConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSGeneralDeviceConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.MacOSGeneralDeviceConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="macOSGeneralDeviceConfigurationToInitialize">The <see cref="T:Microsoft.Graph.MacOSGeneralDeviceConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequestBuilder">
            <summary>
            The type MacOSGeneralDeviceConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MacOSGeneralDeviceConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSGeneralDeviceConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MacOSOfficeSuiteAppRequest">
            <summary>
            The type MacOSOfficeSuiteAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MacOSOfficeSuiteAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.CreateAsync(Microsoft.Graph.MacOSOfficeSuiteApp)">
            <summary>
            Creates the specified MacOSOfficeSuiteApp using POST.
            </summary>
            <param name="macOSOfficeSuiteAppToCreate">The MacOSOfficeSuiteApp to create.</param>
            <returns>The created MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.CreateAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MacOSOfficeSuiteApp using POST.
            </summary>
            <param name="macOSOfficeSuiteAppToCreate">The MacOSOfficeSuiteApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.DeleteAsync">
            <summary>
            Deletes the specified MacOSOfficeSuiteApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MacOSOfficeSuiteApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.GetAsync">
            <summary>
            Gets the specified MacOSOfficeSuiteApp.
            </summary>
            <returns>The MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MacOSOfficeSuiteApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.UpdateAsync(Microsoft.Graph.MacOSOfficeSuiteApp)">
            <summary>
            Updates the specified MacOSOfficeSuiteApp using PATCH.
            </summary>
            <param name="macOSOfficeSuiteAppToUpdate">The MacOSOfficeSuiteApp to update.</param>
            <returns>The updated MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.UpdateAsync(Microsoft.Graph.MacOSOfficeSuiteApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MacOSOfficeSuiteApp using PATCH.
            </summary>
            <param name="macOSOfficeSuiteAppToUpdate">The MacOSOfficeSuiteApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MacOSOfficeSuiteApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSOfficeSuiteApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MacOSOfficeSuiteApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequest.InitializeCollectionProperties(Microsoft.Graph.MacOSOfficeSuiteApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="macOSOfficeSuiteAppToInitialize">The <see cref="T:Microsoft.Graph.MacOSOfficeSuiteApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MacOSOfficeSuiteAppRequestBuilder">
            <summary>
            The type MacOSOfficeSuiteAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MacOSOfficeSuiteAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MacOSOfficeSuiteAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderChildFoldersCollectionPage">
            <summary>
            The type MailFolderChildFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderChildFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderChildFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderChildFoldersCollectionRequest">
            <summary>
            The type MailFolderChildFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderChildFoldersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.AddAsync(Microsoft.Graph.MailFolder)">
            <summary>
            Adds the specified MailFolder to the collection via POST.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.AddAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MailFolder to the collection via POST.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderChildFoldersCollectionRequestBuilder">
            <summary>
            The type MailFolderChildFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailFolderChildFoldersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderChildFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/> for the specified MailFolderMailFolder.
            </summary>
            <param name="id">The ID for the MailFolderMailFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderChildFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MailFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderChildFoldersCollectionResponse">
            <summary>
            The type MailFolderChildFoldersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderChildFoldersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMailFolderChildFoldersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderChildFoldersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderCopyRequest">
            <summary>
            The type MailFolderCopyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderCopyRequestBuilder">
            <summary>
            The type MailFolderCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MailFolderCopyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="DestinationId">A DestinationId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderCopyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderDeltaCollectionPage">
            <summary>
            The type MailFolderDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderDeltaCollectionResponse">
            <summary>
            The type MailFolderDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMailFolderDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderDeltaRequest">
            <summary>
            The type MailFolderDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderDeltaRequestBuilder">
            <summary>
            The type MailFolderDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MailFolderDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessageRulesCollectionPage">
            <summary>
            The type MailFolderMessageRulesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessageRulesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderMessageRulesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessageRulesCollectionRequest">
            <summary>
            The type MailFolderMessageRulesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderMessageRulesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.AddAsync(Microsoft.Graph.MessageRule)">
            <summary>
            Adds the specified MessageRule to the collection via POST.
            </summary>
            <param name="messageRule">The MessageRule to add.</param>
            <returns>The created MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.AddAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MessageRule to the collection via POST.
            </summary>
            <param name="messageRule">The MessageRule to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessageRulesCollectionRequestBuilder">
            <summary>
            The type MailFolderMessageRulesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailFolderMessageRulesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessageRulesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessageRulesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMessageRuleRequestBuilder"/> for the specified MailFolderMessageRule.
            </summary>
            <param name="id">The ID for the MailFolderMessageRule.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMessageRuleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessageRulesCollectionResponse">
            <summary>
            The type MailFolderMessageRulesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessageRulesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMailFolderMessageRulesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessageRulesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessagesCollectionPage">
            <summary>
            The type MailFolderMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessagesCollectionRequest">
            <summary>
            The type MailFolderMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderMessagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.AddAsync(Microsoft.Graph.Message)">
            <summary>
            Adds the specified Message to the collection via POST.
            </summary>
            <param name="message">The Message to add.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.AddAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Message to the collection via POST.
            </summary>
            <param name="message">The Message to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessagesCollectionRequestBuilder">
            <summary>
            The type MailFolderMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailFolderMessagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/> for the specified MailFolderMessage.
            </summary>
            <param name="id">The ID for the MailFolderMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMessagesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMessagesCollectionResponse">
            <summary>
            The type MailFolderMessagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMailFolderMessagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMessagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMoveRequest">
            <summary>
            The type MailFolderMoveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderMoveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMoveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMoveRequestBuilder">
            <summary>
            The type MailFolderMoveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MailFolderMoveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="DestinationId">A DestinationId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMoveRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type MailFolderMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type MailFolderMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MailFolderMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MailFolderMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type MailFolderMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderRequest">
            <summary>
            The type MailFolderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.CreateAsync(Microsoft.Graph.MailFolder)">
            <summary>
            Creates the specified MailFolder using POST.
            </summary>
            <param name="mailFolderToCreate">The MailFolder to create.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.CreateAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MailFolder using POST.
            </summary>
            <param name="mailFolderToCreate">The MailFolder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.DeleteAsync">
            <summary>
            Deletes the specified MailFolder.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MailFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.GetAsync">
            <summary>
            Gets the specified MailFolder.
            </summary>
            <returns>The MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MailFolder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.UpdateAsync(Microsoft.Graph.MailFolder)">
            <summary>
            Updates the specified MailFolder using PATCH.
            </summary>
            <param name="mailFolderToUpdate">The MailFolder to update.</param>
            <returns>The updated MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.UpdateAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MailFolder using PATCH.
            </summary>
            <param name="mailFolderToUpdate">The MailFolder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequest.InitializeCollectionProperties(Microsoft.Graph.MailFolder)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mailFolderToInitialize">The <see cref="T:Microsoft.Graph.MailFolder"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MailFolderRequestBuilder">
            <summary>
            The type MailFolderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailFolderRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderRequestBuilder.Messages">
            <summary>
            Gets the request builder for Messages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderRequestBuilder.MessageRules">
            <summary>
            Gets the request builder for MessageRules.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMessageRulesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderRequestBuilder.ChildFolders">
            <summary>
            Gets the request builder for ChildFolders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderChildFoldersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequestBuilder.Copy(System.String)">
            <summary>
            Gets the request builder for MailFolderCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderRequestBuilder.Move(System.String)">
            <summary>
            Gets the request builder for MailFolderMove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMailFolderMoveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type MailFolderSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type MailFolderSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MailFolderSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified MailFolderSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MailFolderSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type MailFolderSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMailFolderSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MailFolderSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAndroidLobAppRequest">
            <summary>
            The type ManagedAndroidLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAndroidLobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.CreateAsync(Microsoft.Graph.ManagedAndroidLobApp)">
            <summary>
            Creates the specified ManagedAndroidLobApp using POST.
            </summary>
            <param name="managedAndroidLobAppToCreate">The ManagedAndroidLobApp to create.</param>
            <returns>The created ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.CreateAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAndroidLobApp using POST.
            </summary>
            <param name="managedAndroidLobAppToCreate">The ManagedAndroidLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAndroidLobApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedAndroidLobApp.
            </summary>
            <returns>The ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAndroidLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedAndroidLobApp)">
            <summary>
            Updates the specified ManagedAndroidLobApp using PATCH.
            </summary>
            <param name="managedAndroidLobAppToUpdate">The ManagedAndroidLobApp to update.</param>
            <returns>The updated ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedAndroidLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidLobApp using PATCH.
            </summary>
            <param name="managedAndroidLobAppToUpdate">The ManagedAndroidLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAndroidLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAndroidLobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAndroidLobAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedAndroidLobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAndroidLobAppRequestBuilder">
            <summary>
            The type ManagedAndroidLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAndroidLobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAndroidStoreAppRequest">
            <summary>
            The type ManagedAndroidStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAndroidStoreAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.CreateAsync(Microsoft.Graph.ManagedAndroidStoreApp)">
            <summary>
            Creates the specified ManagedAndroidStoreApp using POST.
            </summary>
            <param name="managedAndroidStoreAppToCreate">The ManagedAndroidStoreApp to create.</param>
            <returns>The created ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.CreateAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAndroidStoreApp using POST.
            </summary>
            <param name="managedAndroidStoreAppToCreate">The ManagedAndroidStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAndroidStoreApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedAndroidStoreApp.
            </summary>
            <returns>The ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAndroidStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.UpdateAsync(Microsoft.Graph.ManagedAndroidStoreApp)">
            <summary>
            Updates the specified ManagedAndroidStoreApp using PATCH.
            </summary>
            <param name="managedAndroidStoreAppToUpdate">The ManagedAndroidStoreApp to update.</param>
            <returns>The updated ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.UpdateAsync(Microsoft.Graph.ManagedAndroidStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAndroidStoreApp using PATCH.
            </summary>
            <param name="managedAndroidStoreAppToUpdate">The ManagedAndroidStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAndroidStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAndroidStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAndroidStoreApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAndroidStoreAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedAndroidStoreApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAndroidStoreAppRequestBuilder">
            <summary>
            The type ManagedAndroidStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAndroidStoreAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAndroidStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppConfigurationRequest">
            <summary>
            The type ManagedAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.CreateAsync(Microsoft.Graph.ManagedAppConfiguration)">
            <summary>
            Creates the specified ManagedAppConfiguration using POST.
            </summary>
            <param name="managedAppConfigurationToCreate">The ManagedAppConfiguration to create.</param>
            <returns>The created ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.CreateAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppConfiguration using POST.
            </summary>
            <param name="managedAppConfigurationToCreate">The ManagedAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppConfiguration.
            </summary>
            <returns>The ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.UpdateAsync(Microsoft.Graph.ManagedAppConfiguration)">
            <summary>
            Updates the specified ManagedAppConfiguration using PATCH.
            </summary>
            <param name="managedAppConfigurationToUpdate">The ManagedAppConfiguration to update.</param>
            <returns>The updated ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.UpdateAsync(Microsoft.Graph.ManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppConfiguration using PATCH.
            </summary>
            <param name="managedAppConfigurationToUpdate">The ManagedAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppConfigurationToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppConfigurationRequestBuilder">
            <summary>
            The type ManagedAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppOperationRequest">
            <summary>
            The type ManagedAppOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.CreateAsync(Microsoft.Graph.ManagedAppOperation)">
            <summary>
            Creates the specified ManagedAppOperation using POST.
            </summary>
            <param name="managedAppOperationToCreate">The ManagedAppOperation to create.</param>
            <returns>The created ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.CreateAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppOperation using POST.
            </summary>
            <param name="managedAppOperationToCreate">The ManagedAppOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppOperation.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppOperation.
            </summary>
            <returns>The ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.UpdateAsync(Microsoft.Graph.ManagedAppOperation)">
            <summary>
            Updates the specified ManagedAppOperation using PATCH.
            </summary>
            <param name="managedAppOperationToUpdate">The ManagedAppOperation to update.</param>
            <returns>The updated ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.UpdateAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppOperation using PATCH.
            </summary>
            <param name="managedAppOperationToUpdate">The ManagedAppOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppOperationToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppOperationRequestBuilder">
            <summary>
            The type ManagedAppOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest">
            <summary>
            The type ManagedAppPolicyDeploymentSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppPolicyDeploymentSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.CreateAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary)">
            <summary>
            Creates the specified ManagedAppPolicyDeploymentSummary using POST.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToCreate">The ManagedAppPolicyDeploymentSummary to create.</param>
            <returns>The created ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.CreateAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppPolicyDeploymentSummary using POST.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToCreate">The ManagedAppPolicyDeploymentSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppPolicyDeploymentSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppPolicyDeploymentSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppPolicyDeploymentSummary.
            </summary>
            <returns>The ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppPolicyDeploymentSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary)">
            <summary>
            Updates the specified ManagedAppPolicyDeploymentSummary using PATCH.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToUpdate">The ManagedAppPolicyDeploymentSummary to update.</param>
            <returns>The updated ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicyDeploymentSummary using PATCH.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToUpdate">The ManagedAppPolicyDeploymentSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppPolicyDeploymentSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicyDeploymentSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppPolicyDeploymentSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppPolicyDeploymentSummaryToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppPolicyDeploymentSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequestBuilder">
            <summary>
            The type ManagedAppPolicyDeploymentSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppPolicyDeploymentSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyDeploymentSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyRequest">
            <summary>
            The type ManagedAppPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.CreateAsync(Microsoft.Graph.ManagedAppPolicy)">
            <summary>
            Creates the specified ManagedAppPolicy using POST.
            </summary>
            <param name="managedAppPolicyToCreate">The ManagedAppPolicy to create.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.CreateAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppPolicy using POST.
            </summary>
            <param name="managedAppPolicyToCreate">The ManagedAppPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppPolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppPolicy.
            </summary>
            <returns>The ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.UpdateAsync(Microsoft.Graph.ManagedAppPolicy)">
            <summary>
            Updates the specified ManagedAppPolicy using PATCH.
            </summary>
            <param name="managedAppPolicyToUpdate">The ManagedAppPolicy to update.</param>
            <returns>The updated ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.UpdateAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppPolicy using PATCH.
            </summary>
            <param name="managedAppPolicyToUpdate">The ManagedAppPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppPolicyToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyRequestBuilder">
            <summary>
            The type ManagedAppPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Gets the request builder for ManagedAppPolicyTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest">
            <summary>
            The type ManagedAppPolicyTargetAppsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppPolicyTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppPolicyTargetAppsRequestBuilder">
            <summary>
            The type ManagedAppPolicyTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedAppPolicyTargetAppsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="apps">A apps parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppPolicyTargetAppsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppProtectionRequest">
            <summary>
            The type ManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.ManagedAppProtection)">
            <summary>
            Creates the specified ManagedAppProtection using POST.
            </summary>
            <param name="managedAppProtectionToCreate">The ManagedAppProtection to create.</param>
            <returns>The created ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppProtection using POST.
            </summary>
            <param name="managedAppProtectionToCreate">The ManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppProtection.
            </summary>
            <returns>The ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.ManagedAppProtection)">
            <summary>
            Updates the specified ManagedAppProtection using PATCH.
            </summary>
            <param name="managedAppProtectionToUpdate">The ManagedAppProtection to update.</param>
            <returns>The updated ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.ManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppProtection using PATCH.
            </summary>
            <param name="managedAppProtectionToUpdate">The ManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppProtectionToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppProtectionRequestBuilder">
            <summary>
            The type ManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Gets the request builder for ManagedAppProtectionTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppProtectionTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest">
            <summary>
            The type ManagedAppProtectionTargetAppsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppProtectionTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppProtectionTargetAppsRequestBuilder">
            <summary>
            The type ManagedAppProtectionTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedAppProtectionTargetAppsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="apps">A apps parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppProtectionTargetAppsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionPage">
            <summary>
            The type ManagedAppRegistrationAppliedPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest">
            <summary>
            The type ManagedAppRegistrationAppliedPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationAppliedPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder">
            <summary>
            The type ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/> for the specified ManagedAppRegistrationManagedAppPolicy.
            </summary>
            <param name="id">The ID for the ManagedAppRegistrationManagedAppPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionResponse">
            <summary>
            The type ManagedAppRegistrationAppliedPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationAppliedPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage">
            <summary>
            The type ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionResponse">
            <summary>
            The type ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest">
            <summary>
            The type ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder">
            <summary>
            The type ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionPage">
            <summary>
            The type ManagedAppRegistrationIntendedPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest">
            <summary>
            The type ManagedAppRegistrationIntendedPoliciesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationIntendedPoliciesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppPolicy,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppPolicy to the collection via POST.
            </summary>
            <param name="managedAppPolicy">The ManagedAppPolicy to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder">
            <summary>
            The type ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/> for the specified ManagedAppRegistrationManagedAppPolicy.
            </summary>
            <param name="id">The ID for the ManagedAppRegistrationManagedAppPolicy.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionResponse">
            <summary>
            The type ManagedAppRegistrationIntendedPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationIntendedPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionPage">
            <summary>
            The type ManagedAppRegistrationOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest">
            <summary>
            The type ManagedAppRegistrationOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppOperation)">
            <summary>
            Adds the specified ManagedAppOperation to the collection via POST.
            </summary>
            <param name="managedAppOperation">The ManagedAppOperation to add.</param>
            <returns>The created ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.AddAsync(Microsoft.Graph.ManagedAppOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppOperation to the collection via POST.
            </summary>
            <param name="managedAppOperation">The ManagedAppOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequestBuilder">
            <summary>
            The type ManagedAppRegistrationOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRegistrationOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppOperationRequestBuilder"/> for the specified ManagedAppRegistrationManagedAppOperation.
            </summary>
            <param name="id">The ID for the ManagedAppRegistrationManagedAppOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionResponse">
            <summary>
            The type ManagedAppRegistrationOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationReferenceRequest">
            <summary>
            The type ManagedAppRegistrationReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppRegistration reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified ManagedAppRegistration reference.
            </summary>
            <param name="id">The ManagedAppRegistration reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedAppRegistration reference.
            </summary>
            <param name="id">The ManagedAppRegistration reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationReferenceRequestBuilder">
            <summary>
            The type ManagedAppRegistrationReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRegistrationReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationRequest">
            <summary>
            The type ManagedAppRegistrationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.ManagedAppRegistration)">
            <summary>
            Creates the specified ManagedAppRegistration using POST.
            </summary>
            <param name="managedAppRegistrationToCreate">The ManagedAppRegistration to create.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.CreateAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppRegistration using POST.
            </summary>
            <param name="managedAppRegistrationToCreate">The ManagedAppRegistration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppRegistration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppRegistration.
            </summary>
            <returns>The ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.ManagedAppRegistration)">
            <summary>
            Updates the specified ManagedAppRegistration using PATCH.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration to update.</param>
            <returns>The updated ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.UpdateAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppRegistration using PATCH.
            </summary>
            <param name="managedAppRegistrationToUpdate">The ManagedAppRegistration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppRegistration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppRegistrationToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppRegistration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationRequestBuilder">
            <summary>
            The type ManagedAppRegistrationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRegistrationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationRequestBuilder.AppliedPolicies">
            <summary>
            Gets the request builder for AppliedPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationAppliedPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationRequestBuilder.IntendedPolicies">
            <summary>
            Gets the request builder for IntendedPolicies.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationIntendedPoliciesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest">
            <summary>
            The type ManagedAppRegistrationWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRegistrationWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppRegistration.
            </summary>
            <returns>The ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppRegistration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppRegistration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequestBuilder">
            <summary>
            The type ManagedAppRegistrationWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRegistrationWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedAppRegistrationWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the managedAppRegistration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRequest">
            <summary>
            The type ManagedAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.CreateAsync(Microsoft.Graph.ManagedApp)">
            <summary>
            Creates the specified ManagedApp using POST.
            </summary>
            <param name="managedAppToCreate">The ManagedApp to create.</param>
            <returns>The created ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.CreateAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedApp using POST.
            </summary>
            <param name="managedAppToCreate">The ManagedApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedApp.
            </summary>
            <returns>The ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.UpdateAsync(Microsoft.Graph.ManagedApp)">
            <summary>
            Updates the specified ManagedApp using PATCH.
            </summary>
            <param name="managedAppToUpdate">The ManagedApp to update.</param>
            <returns>The updated ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.UpdateAsync(Microsoft.Graph.ManagedApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedApp using PATCH.
            </summary>
            <param name="managedAppToUpdate">The ManagedApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppRequestBuilder">
            <summary>
            The type ManagedAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppStatusRawRequest">
            <summary>
            The type ManagedAppStatusRawRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppStatusRawRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.CreateAsync(Microsoft.Graph.ManagedAppStatusRaw)">
            <summary>
            Creates the specified ManagedAppStatusRaw using POST.
            </summary>
            <param name="managedAppStatusRawToCreate">The ManagedAppStatusRaw to create.</param>
            <returns>The created ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.CreateAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppStatusRaw using POST.
            </summary>
            <param name="managedAppStatusRawToCreate">The ManagedAppStatusRaw to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppStatusRaw.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppStatusRaw.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppStatusRaw.
            </summary>
            <returns>The ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppStatusRaw.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.UpdateAsync(Microsoft.Graph.ManagedAppStatusRaw)">
            <summary>
            Updates the specified ManagedAppStatusRaw using PATCH.
            </summary>
            <param name="managedAppStatusRawToUpdate">The ManagedAppStatusRaw to update.</param>
            <returns>The updated ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.UpdateAsync(Microsoft.Graph.ManagedAppStatusRaw,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatusRaw using PATCH.
            </summary>
            <param name="managedAppStatusRawToUpdate">The ManagedAppStatusRaw to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppStatusRaw.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatusRaw,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatusRaw,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppStatusRaw)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppStatusRawToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppStatusRaw"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppStatusRawRequestBuilder">
            <summary>
            The type ManagedAppStatusRawRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppStatusRawRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRawRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppStatusRequest">
            <summary>
            The type ManagedAppStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedAppStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.CreateAsync(Microsoft.Graph.ManagedAppStatus)">
            <summary>
            Creates the specified ManagedAppStatus using POST.
            </summary>
            <param name="managedAppStatusToCreate">The ManagedAppStatus to create.</param>
            <returns>The created ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.CreateAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedAppStatus using POST.
            </summary>
            <param name="managedAppStatusToCreate">The ManagedAppStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedAppStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedAppStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.GetAsync">
            <summary>
            Gets the specified ManagedAppStatus.
            </summary>
            <returns>The ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedAppStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.UpdateAsync(Microsoft.Graph.ManagedAppStatus)">
            <summary>
            Updates the specified ManagedAppStatus using PATCH.
            </summary>
            <param name="managedAppStatusToUpdate">The ManagedAppStatus to update.</param>
            <returns>The updated ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.UpdateAsync(Microsoft.Graph.ManagedAppStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedAppStatus using PATCH.
            </summary>
            <param name="managedAppStatusToUpdate">The ManagedAppStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedAppStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedAppStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedAppStatusToInitialize">The <see cref="T:Microsoft.Graph.ManagedAppStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedAppStatusRequestBuilder">
            <summary>
            The type ManagedAppStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedAppStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedAppStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceBypassActivationLockRequest">
            <summary>
            The type ManagedDeviceBypassActivationLockRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceBypassActivationLockRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceBypassActivationLockRequestBuilder">
            <summary>
            The type ManagedDeviceBypassActivationLockRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceBypassActivationLockRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceBypassActivationLockRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest">
            <summary>
            The type ManagedDeviceCleanWindowsDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceCleanWindowsDeviceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequestBuilder">
            <summary>
            The type ManagedDeviceCleanWindowsDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="keepUserData">A keepUserData parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceCleanWindowsDeviceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest">
            <summary>
            The type ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder">
            <summary>
            The type ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="userPrincipalName">A userPrincipalName parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionPage">
            <summary>
            The type ManagedDeviceDeviceCompliancePolicyStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest">
            <summary>
            The type ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicyState)">
            <summary>
            Adds the specified DeviceCompliancePolicyState to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicyState">The DeviceCompliancePolicyState to add.</param>
            <returns>The created DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceCompliancePolicyState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceCompliancePolicyState to the collection via POST.
            </summary>
            <param name="deviceCompliancePolicyState">The DeviceCompliancePolicyState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceCompliancePolicyState.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceCompliancePolicyState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder">
            <summary>
            The type ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder"/> for the specified ManagedDeviceDeviceCompliancePolicyState.
            </summary>
            <param name="id">The ID for the ManagedDeviceDeviceCompliancePolicyState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCompliancePolicyStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionResponse">
            <summary>
            The type ManagedDeviceDeviceCompliancePolicyStatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceCompliancePolicyStatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionPage">
            <summary>
            The type ManagedDeviceDeviceConfigurationStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest">
            <summary>
            The type ManagedDeviceDeviceConfigurationStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceDeviceConfigurationStatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationState)">
            <summary>
            Adds the specified DeviceConfigurationState to the collection via POST.
            </summary>
            <param name="deviceConfigurationState">The DeviceConfigurationState to add.</param>
            <returns>The created DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceConfigurationState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceConfigurationState to the collection via POST.
            </summary>
            <param name="deviceConfigurationState">The DeviceConfigurationState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceConfigurationState.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceConfigurationState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder">
            <summary>
            The type ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder"/> for the specified ManagedDeviceDeviceConfigurationState.
            </summary>
            <param name="id">The ID for the ManagedDeviceDeviceConfigurationState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceConfigurationStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionResponse">
            <summary>
            The type ManagedDeviceDeviceConfigurationStatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceDeviceConfigurationStatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDisableLostModeRequest">
            <summary>
            The type ManagedDeviceDisableLostModeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceDisableLostModeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceDisableLostModeRequestBuilder">
            <summary>
            The type ManagedDeviceDisableLostModeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceDisableLostModeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceDisableLostModeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceLocateDeviceRequest">
            <summary>
            The type ManagedDeviceLocateDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceLocateDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceLocateDeviceRequestBuilder">
            <summary>
            The type ManagedDeviceLocateDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceLocateDeviceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLocateDeviceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest">
            <summary>
            The type ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder">
            <summary>
            The type ManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationAssignment using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToCreate">The ManagedDeviceMobileAppConfigurationAssignment to create.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationAssignment using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToCreate">The ManagedDeviceMobileAppConfigurationAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <returns>The ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationAssignment using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToUpdate">The ManagedDeviceMobileAppConfigurationAssignment to update.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationAssignment using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToUpdate">The ManagedDeviceMobileAppConfigurationAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignmentToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionPage">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationAssignment to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignment">The ManagedDeviceMobileAppConfigurationAssignment to add.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationAssignment to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationAssignment">The ManagedDeviceMobileAppConfigurationAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder"/> for the specified ManagedDeviceMobileAppConfigurationManagedDeviceMobileAppConfigurationAssignment.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfigurationManagedDeviceMobileAppConfigurationAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionResponse">
            <summary>
            The type ManagedDeviceMobileAppConfigurationAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationDeviceStatus to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatus">The ManagedDeviceMobileAppConfigurationDeviceStatus to add.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationDeviceStatus to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatus">The ManagedDeviceMobileAppConfigurationDeviceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder"/> for the specified ManagedDeviceMobileAppConfigurationManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfigurationManagedDeviceMobileAppConfigurationDeviceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionResponse">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationDeviceStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToCreate">The ManagedDeviceMobileAppConfigurationDeviceStatus to create.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToCreate">The ManagedDeviceMobileAppConfigurationDeviceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <returns>The ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToUpdate">The ManagedDeviceMobileAppConfigurationDeviceStatus to update.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceStatus using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToUpdate">The ManagedDeviceMobileAppConfigurationDeviceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationDeviceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceStatusToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToCreate">The ManagedDeviceMobileAppConfigurationDeviceSummary to create.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToCreate">The ManagedDeviceMobileAppConfigurationDeviceSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceSummary.
            </summary>
            <returns>The ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToUpdate">The ManagedDeviceMobileAppConfigurationDeviceSummary to update.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationDeviceSummary using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToUpdate">The ManagedDeviceMobileAppConfigurationDeviceSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceMobileAppConfigurationDeviceSummaryToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfiguration using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToCreate">The ManagedDeviceMobileAppConfiguration to create.</param>
            <returns>The created ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfiguration using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToCreate">The ManagedDeviceMobileAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <returns>The ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfiguration using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToUpdate">The ManagedDeviceMobileAppConfiguration to update.</param>
            <returns>The updated ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfiguration using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToUpdate">The ManagedDeviceMobileAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceMobileAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceMobileAppConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceMobileAppConfigurationToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceMobileAppConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.DeviceStatuses">
            <summary>
            Gets the request builder for DeviceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.UserStatuses">
            <summary>
            Gets the request builder for UserStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.DeviceStatusSummary">
            <summary>
            Gets the request builder for DeviceStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationDeviceSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationRequestBuilder.UserStatusSummary">
            <summary>
            Gets the request builder for UserStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionPage">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationUserStatus to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatus">The ManagedDeviceMobileAppConfigurationUserStatus to add.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDeviceMobileAppConfigurationUserStatus to the collection via POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatus">The ManagedDeviceMobileAppConfigurationUserStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder"/> for the specified ManagedDeviceMobileAppConfigurationManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <param name="id">The ID for the ManagedDeviceMobileAppConfigurationManagedDeviceMobileAppConfigurationUserStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionResponse">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedDeviceMobileAppConfigurationUserStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationUserStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserStatus using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToCreate">The ManagedDeviceMobileAppConfigurationUserStatus to create.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserStatus using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToCreate">The ManagedDeviceMobileAppConfigurationUserStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <returns>The ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserStatus using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToUpdate">The ManagedDeviceMobileAppConfigurationUserStatus to update.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserStatus using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToUpdate">The ManagedDeviceMobileAppConfigurationUserStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationUserStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserStatusToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationUserSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserSummary using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToCreate">The ManagedDeviceMobileAppConfigurationUserSummary to create.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.CreateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceMobileAppConfigurationUserSummary using POST.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToCreate">The ManagedDeviceMobileAppConfigurationUserSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceMobileAppConfigurationUserSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserSummary.
            </summary>
            <returns>The ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceMobileAppConfigurationUserSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserSummary using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToUpdate">The ManagedDeviceMobileAppConfigurationUserSummary to update.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceMobileAppConfigurationUserSummary using PATCH.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToUpdate">The ManagedDeviceMobileAppConfigurationUserSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceMobileAppConfigurationUserSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceMobileAppConfigurationUserSummaryToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder">
            <summary>
            The type ManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceMobileAppConfigurationUserSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverviewReferenceRequest">
            <summary>
            The type ManagedDeviceOverviewReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceOverviewReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceOverview reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified ManagedDeviceOverview reference.
            </summary>
            <param name="id">The ManagedDeviceOverview reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedDeviceOverview reference.
            </summary>
            <param name="id">The ManagedDeviceOverview reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverviewReferenceRequestBuilder">
            <summary>
            The type ManagedDeviceOverviewReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceOverviewReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverviewRequest">
            <summary>
            The type ManagedDeviceOverviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceOverviewRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.CreateAsync(Microsoft.Graph.ManagedDeviceOverview)">
            <summary>
            Creates the specified ManagedDeviceOverview using POST.
            </summary>
            <param name="managedDeviceOverviewToCreate">The ManagedDeviceOverview to create.</param>
            <returns>The created ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.CreateAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDeviceOverview using POST.
            </summary>
            <param name="managedDeviceOverviewToCreate">The ManagedDeviceOverview to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDeviceOverview.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceOverview.
            </summary>
            <returns>The ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceOverview)">
            <summary>
            Updates the specified ManagedDeviceOverview using PATCH.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview to update.</param>
            <returns>The updated ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.UpdateAsync(Microsoft.Graph.ManagedDeviceOverview,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDeviceOverview using PATCH.
            </summary>
            <param name="managedDeviceOverviewToUpdate">The ManagedDeviceOverview to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDeviceOverview)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceOverviewToInitialize">The <see cref="T:Microsoft.Graph.ManagedDeviceOverview"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverviewRequestBuilder">
            <summary>
            The type ManagedDeviceOverviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceOverviewRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest">
            <summary>
            The type ManagedDeviceOverviewWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceOverviewWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified ManagedDeviceOverview.
            </summary>
            <returns>The ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDeviceOverview.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDeviceOverview.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDeviceOverview,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequestBuilder">
            <summary>
            The type ManagedDeviceOverviewWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceOverviewWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceOverviewWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the managedDeviceOverview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceOverviewReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRebootNowRequest">
            <summary>
            The type ManagedDeviceRebootNowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceRebootNowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRebootNowRequestBuilder">
            <summary>
            The type ManagedDeviceRebootNowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceRebootNowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRebootNowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequest">
            <summary>
            The type ManagedDeviceRecoverPasscodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceRecoverPasscodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequestBuilder">
            <summary>
            The type ManagedDeviceRecoverPasscodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRecoverPasscodeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceReferenceRequest">
            <summary>
            The type ManagedDeviceReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDevice reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified ManagedDevice reference.
            </summary>
            <param name="id">The ManagedDevice reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified ManagedDevice reference.
            </summary>
            <param name="id">The ManagedDevice reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceReferenceRequestBuilder">
            <summary>
            The type ManagedDeviceReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRemoteLockRequest">
            <summary>
            The type ManagedDeviceRemoteLockRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceRemoteLockRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRemoteLockRequestBuilder">
            <summary>
            The type ManagedDeviceRemoteLockRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceRemoteLockRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRemoteLockRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRequest">
            <summary>
            The type ManagedDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.CreateAsync(Microsoft.Graph.ManagedDevice)">
            <summary>
            Creates the specified ManagedDevice using POST.
            </summary>
            <param name="managedDeviceToCreate">The ManagedDevice to create.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.CreateAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedDevice using POST.
            </summary>
            <param name="managedDeviceToCreate">The ManagedDevice to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedDevice.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.GetAsync">
            <summary>
            Gets the specified ManagedDevice.
            </summary>
            <returns>The ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.UpdateAsync(Microsoft.Graph.ManagedDevice)">
            <summary>
            Updates the specified ManagedDevice using PATCH.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice to update.</param>
            <returns>The updated ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.UpdateAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedDevice using PATCH.
            </summary>
            <param name="managedDeviceToUpdate">The ManagedDevice to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedDevice)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedDeviceToInitialize">The <see cref="T:Microsoft.Graph.ManagedDevice"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRequestBuilder">
            <summary>
            The type ManagedDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceRequestBuilder.DeviceConfigurationStates">
            <summary>
            Gets the request builder for DeviceConfigurationStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDeviceConfigurationStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceRequestBuilder.DeviceCategory">
            <summary>
            Gets the request builder for DeviceCategory.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceRequestBuilder.DeviceCompliancePolicyStates">
            <summary>
            Gets the request builder for DeviceCompliancePolicyStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDeviceCompliancePolicyStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.Retire">
            <summary>
            Gets the request builder for ManagedDeviceRetire.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRetireRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.Wipe(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String)">
            <summary>
            Gets the request builder for ManagedDeviceWipe.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWipeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.ResetPasscode">
            <summary>
            Gets the request builder for ManagedDeviceResetPasscode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceResetPasscodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.RemoteLock">
            <summary>
            Gets the request builder for ManagedDeviceRemoteLock.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRemoteLockRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.RequestRemoteAssistance">
            <summary>
            Gets the request builder for ManagedDeviceRequestRemoteAssistance.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRequestRemoteAssistanceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.DisableLostMode">
            <summary>
            Gets the request builder for ManagedDeviceDisableLostMode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDisableLostModeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.LocateDevice">
            <summary>
            Gets the request builder for ManagedDeviceLocateDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceLocateDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.BypassActivationLock">
            <summary>
            Gets the request builder for ManagedDeviceBypassActivationLock.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceBypassActivationLockRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.RebootNow">
            <summary>
            Gets the request builder for ManagedDeviceRebootNow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRebootNowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.ShutDown">
            <summary>
            Gets the request builder for ManagedDeviceShutDown.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceShutDownRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.RecoverPasscode">
            <summary>
            Gets the request builder for ManagedDeviceRecoverPasscode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRecoverPasscodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.CleanWindowsDevice(System.Boolean)">
            <summary>
            Gets the request builder for ManagedDeviceCleanWindowsDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceCleanWindowsDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.LogoutSharedAppleDeviceActiveUser">
            <summary>
            Gets the request builder for ManagedDeviceLogoutSharedAppleDeviceActiveUser.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceLogoutSharedAppleDeviceActiveUserRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.DeleteUserFromSharedAppleDevice(System.String)">
            <summary>
            Gets the request builder for ManagedDeviceDeleteUserFromSharedAppleDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceDeleteUserFromSharedAppleDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.SyncDevice">
            <summary>
            Gets the request builder for ManagedDeviceSyncDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceSyncDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.WindowsDefenderScan(System.Boolean)">
            <summary>
            Gets the request builder for ManagedDeviceWindowsDefenderScan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWindowsDefenderScanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.WindowsDefenderUpdateSignatures">
            <summary>
            Gets the request builder for ManagedDeviceWindowsDefenderUpdateSignatures.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestBuilder.UpdateWindowsDeviceAccount(Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter)">
            <summary>
            Gets the request builder for ManagedDeviceUpdateWindowsDeviceAccount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceUpdateWindowsDeviceAccountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequest">
            <summary>
            The type ManagedDeviceRequestRemoteAssistanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceRequestRemoteAssistanceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequestBuilder">
            <summary>
            The type ManagedDeviceRequestRemoteAssistanceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRequestRemoteAssistanceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceResetPasscodeRequest">
            <summary>
            The type ManagedDeviceResetPasscodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceResetPasscodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceResetPasscodeRequestBuilder">
            <summary>
            The type ManagedDeviceResetPasscodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceResetPasscodeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceResetPasscodeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRetireRequest">
            <summary>
            The type ManagedDeviceRetireRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceRetireRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceRetireRequestBuilder">
            <summary>
            The type ManagedDeviceRetireRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceRetireRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceRetireRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceShutDownRequest">
            <summary>
            The type ManagedDeviceShutDownRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceShutDownRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceShutDownRequestBuilder">
            <summary>
            The type ManagedDeviceShutDownRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceShutDownRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceShutDownRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceSyncDeviceRequest">
            <summary>
            The type ManagedDeviceSyncDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceSyncDeviceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceSyncDeviceRequestBuilder">
            <summary>
            The type ManagedDeviceSyncDeviceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceSyncDeviceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceSyncDeviceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest">
            <summary>
            The type ManagedDeviceUpdateWindowsDeviceAccountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceUpdateWindowsDeviceAccountRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequestBuilder">
            <summary>
            The type ManagedDeviceUpdateWindowsDeviceAccountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.UpdateWindowsDeviceAccountActionParameter)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="updateWindowsDeviceAccountActionParameter">A updateWindowsDeviceAccountActionParameter parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceUpdateWindowsDeviceAccountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest">
            <summary>
            The type ManagedDeviceWindowsDefenderScanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceWindowsDefenderScanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequestBuilder">
            <summary>
            The type ManagedDeviceWindowsDefenderScanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="quickScan">A quickScan parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderScanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequest">
            <summary>
            The type ManagedDeviceWindowsDefenderUpdateSignaturesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceWindowsDefenderUpdateSignaturesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder">
            <summary>
            The type ManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWindowsDefenderUpdateSignaturesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWipeRequest">
            <summary>
            The type ManagedDeviceWipeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceWipeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWipeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWipeRequestBuilder">
            <summary>
            The type ManagedDeviceWipeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedDeviceWipeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="keepEnrollmentData">A keepEnrollmentData parameter for the OData method call.</param>
            <param name="keepUserData">A keepUserData parameter for the OData method call.</param>
            <param name="macOsUnlockCode">A macOsUnlockCode parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWipeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWithReferenceRequest">
            <summary>
            The type ManagedDeviceWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedDeviceWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified ManagedDevice.
            </summary>
            <returns>The ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedDevice.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedDeviceWithReferenceRequestBuilder">
            <summary>
            The type ManagedDeviceWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedDeviceWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedDeviceWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedDeviceWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the managedDevice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignmentRequest">
            <summary>
            The type ManagedEBookAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedEBookAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.CreateAsync(Microsoft.Graph.ManagedEBookAssignment)">
            <summary>
            Creates the specified ManagedEBookAssignment using POST.
            </summary>
            <param name="managedEBookAssignmentToCreate">The ManagedEBookAssignment to create.</param>
            <returns>The created ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.CreateAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedEBookAssignment using POST.
            </summary>
            <param name="managedEBookAssignmentToCreate">The ManagedEBookAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedEBookAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.GetAsync">
            <summary>
            Gets the specified ManagedEBookAssignment.
            </summary>
            <returns>The ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedEBookAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.UpdateAsync(Microsoft.Graph.ManagedEBookAssignment)">
            <summary>
            Updates the specified ManagedEBookAssignment using PATCH.
            </summary>
            <param name="managedEBookAssignmentToUpdate">The ManagedEBookAssignment to update.</param>
            <returns>The updated ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.UpdateAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBookAssignment using PATCH.
            </summary>
            <param name="managedEBookAssignmentToUpdate">The ManagedEBookAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedEBookAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedEBookAssignmentToInitialize">The <see cref="T:Microsoft.Graph.ManagedEBookAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignmentRequestBuilder">
            <summary>
            The type ManagedEBookAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedEBookAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignmentsCollectionPage">
            <summary>
            The type ManagedEBookAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest">
            <summary>
            The type ManagedEBookAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedEBookAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.ManagedEBookAssignment)">
            <summary>
            Adds the specified ManagedEBookAssignment to the collection via POST.
            </summary>
            <param name="managedEBookAssignment">The ManagedEBookAssignment to add.</param>
            <returns>The created ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.ManagedEBookAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedEBookAssignment to the collection via POST.
            </summary>
            <param name="managedEBookAssignment">The ManagedEBookAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBookAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBookAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequestBuilder">
            <summary>
            The type ManagedEBookAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedEBookAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder"/> for the specified ManagedEBookManagedEBookAssignment.
            </summary>
            <param name="id">The ID for the ManagedEBookManagedEBookAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignmentsCollectionResponse">
            <summary>
            The type ManagedEBookAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignRequest">
            <summary>
            The type ManagedEBookAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedEBookAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookAssignRequestBuilder">
            <summary>
            The type ManagedEBookAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedEBookAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ManagedEBookAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="managedEBookAssignments">A managedEBookAssignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookDeviceStatesCollectionPage">
            <summary>
            The type ManagedEBookDeviceStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookDeviceStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest">
            <summary>
            The type ManagedEBookDeviceStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedEBookDeviceStatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceInstallState)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequestBuilder">
            <summary>
            The type ManagedEBookDeviceStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedEBookDeviceStatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookDeviceStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/> for the specified ManagedEBookDeviceInstallState.
            </summary>
            <param name="id">The ID for the ManagedEBookDeviceInstallState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookDeviceStatesCollectionResponse">
            <summary>
            The type ManagedEBookDeviceStatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookDeviceStatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookDeviceStatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookRequest">
            <summary>
            The type ManagedEBookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedEBookRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.CreateAsync(Microsoft.Graph.ManagedEBook)">
            <summary>
            Creates the specified ManagedEBook using POST.
            </summary>
            <param name="managedEBookToCreate">The ManagedEBook to create.</param>
            <returns>The created ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.CreateAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedEBook using POST.
            </summary>
            <param name="managedEBookToCreate">The ManagedEBook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedEBook.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.GetAsync">
            <summary>
            Gets the specified ManagedEBook.
            </summary>
            <returns>The ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedEBook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.UpdateAsync(Microsoft.Graph.ManagedEBook)">
            <summary>
            Updates the specified ManagedEBook using PATCH.
            </summary>
            <param name="managedEBookToUpdate">The ManagedEBook to update.</param>
            <returns>The updated ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.UpdateAsync(Microsoft.Graph.ManagedEBook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedEBook using PATCH.
            </summary>
            <param name="managedEBookToUpdate">The ManagedEBook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedEBook.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedEBook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedEBook)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedEBookToInitialize">The <see cref="T:Microsoft.Graph.ManagedEBook"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookRequestBuilder">
            <summary>
            The type ManagedEBookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedEBookRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookRequestBuilder.InstallSummary">
            <summary>
            Gets the request builder for InstallSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEBookInstallSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookRequestBuilder.DeviceStates">
            <summary>
            Gets the request builder for DeviceStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookDeviceStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookRequestBuilder.UserStateSummary">
            <summary>
            Gets the request builder for UserStateSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedEBookAssignment})">
            <summary>
            Gets the request builder for ManagedEBookAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedEBookAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionPage">
            <summary>
            The type ManagedEBookUserStateSummaryCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest">
            <summary>
            The type ManagedEBookUserStateSummaryCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedEBookUserStateSummaryCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.AddAsync(Microsoft.Graph.UserInstallStateSummary)">
            <summary>
            Adds the specified UserInstallStateSummary to the collection via POST.
            </summary>
            <param name="userInstallStateSummary">The UserInstallStateSummary to add.</param>
            <returns>The created UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.AddAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Adds the specified UserInstallStateSummary to the collection via POST.
            </summary>
            <param name="userInstallStateSummary">The UserInstallStateSummary to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequestBuilder">
            <summary>
            The type ManagedEBookUserStateSummaryCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedEBookUserStateSummaryCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder"/> for the specified ManagedEBookUserInstallStateSummary.
            </summary>
            <param name="id">The ID for the ManagedEBookUserInstallStateSummary.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserInstallStateSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionResponse">
            <summary>
            The type ManagedEBookUserStateSummaryCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedEBookUserStateSummaryCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedEBookUserStateSummaryCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedIOSLobAppRequest">
            <summary>
            The type ManagedIOSLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedIOSLobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.CreateAsync(Microsoft.Graph.ManagedIOSLobApp)">
            <summary>
            Creates the specified ManagedIOSLobApp using POST.
            </summary>
            <param name="managedIOSLobAppToCreate">The ManagedIOSLobApp to create.</param>
            <returns>The created ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.CreateAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedIOSLobApp using POST.
            </summary>
            <param name="managedIOSLobAppToCreate">The ManagedIOSLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedIOSLobApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedIOSLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedIOSLobApp.
            </summary>
            <returns>The ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedIOSLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedIOSLobApp)">
            <summary>
            Updates the specified ManagedIOSLobApp using PATCH.
            </summary>
            <param name="managedIOSLobAppToUpdate">The ManagedIOSLobApp to update.</param>
            <returns>The updated ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedIOSLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSLobApp using PATCH.
            </summary>
            <param name="managedIOSLobAppToUpdate">The ManagedIOSLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedIOSLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedIOSLobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedIOSLobAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedIOSLobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedIOSLobAppRequestBuilder">
            <summary>
            The type ManagedIOSLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedIOSLobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedIOSStoreAppRequest">
            <summary>
            The type ManagedIOSStoreAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedIOSStoreAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.CreateAsync(Microsoft.Graph.ManagedIOSStoreApp)">
            <summary>
            Creates the specified ManagedIOSStoreApp using POST.
            </summary>
            <param name="managedIOSStoreAppToCreate">The ManagedIOSStoreApp to create.</param>
            <returns>The created ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.CreateAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedIOSStoreApp using POST.
            </summary>
            <param name="managedIOSStoreAppToCreate">The ManagedIOSStoreApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedIOSStoreApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedIOSStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedIOSStoreApp.
            </summary>
            <returns>The ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedIOSStoreApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.UpdateAsync(Microsoft.Graph.ManagedIOSStoreApp)">
            <summary>
            Updates the specified ManagedIOSStoreApp using PATCH.
            </summary>
            <param name="managedIOSStoreAppToUpdate">The ManagedIOSStoreApp to update.</param>
            <returns>The updated ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.UpdateAsync(Microsoft.Graph.ManagedIOSStoreApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedIOSStoreApp using PATCH.
            </summary>
            <param name="managedIOSStoreAppToUpdate">The ManagedIOSStoreApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedIOSStoreApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSStoreApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedIOSStoreApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedIOSStoreApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedIOSStoreAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedIOSStoreApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedIOSStoreAppRequestBuilder">
            <summary>
            The type ManagedIOSStoreAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedIOSStoreAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedIOSStoreAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileAppRequest">
            <summary>
            The type ManagedMobileAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedMobileAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.CreateAsync(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Creates the specified ManagedMobileApp using POST.
            </summary>
            <param name="managedMobileAppToCreate">The ManagedMobileApp to create.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.CreateAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedMobileApp using POST.
            </summary>
            <param name="managedMobileAppToCreate">The ManagedMobileApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedMobileApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedMobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedMobileApp.
            </summary>
            <returns>The ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedMobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.UpdateAsync(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Updates the specified ManagedMobileApp using PATCH.
            </summary>
            <param name="managedMobileAppToUpdate">The ManagedMobileApp to update.</param>
            <returns>The updated ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.UpdateAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileApp using PATCH.
            </summary>
            <param name="managedMobileAppToUpdate">The ManagedMobileApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedMobileAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedMobileApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileAppRequestBuilder">
            <summary>
            The type ManagedMobileAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedMobileAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionPage">
            <summary>
            The type ManagedMobileLobAppContentVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest">
            <summary>
            The type ManagedMobileLobAppContentVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedMobileLobAppContentVersionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContent)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequestBuilder">
            <summary>
            The type ManagedMobileLobAppContentVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedMobileLobAppContentVersionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/> for the specified ManagedMobileLobAppMobileAppContent.
            </summary>
            <param name="id">The ID for the ManagedMobileLobAppMobileAppContent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionResponse">
            <summary>
            The type ManagedMobileLobAppContentVersionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobAppContentVersionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobAppRequest">
            <summary>
            The type ManagedMobileLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ManagedMobileLobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.CreateAsync(Microsoft.Graph.ManagedMobileLobApp)">
            <summary>
            Creates the specified ManagedMobileLobApp using POST.
            </summary>
            <param name="managedMobileLobAppToCreate">The ManagedMobileLobApp to create.</param>
            <returns>The created ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.CreateAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ManagedMobileLobApp using POST.
            </summary>
            <param name="managedMobileLobAppToCreate">The ManagedMobileLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.DeleteAsync">
            <summary>
            Deletes the specified ManagedMobileLobApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ManagedMobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.GetAsync">
            <summary>
            Gets the specified ManagedMobileLobApp.
            </summary>
            <returns>The ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ManagedMobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedMobileLobApp)">
            <summary>
            Updates the specified ManagedMobileLobApp using PATCH.
            </summary>
            <param name="managedMobileLobAppToUpdate">The ManagedMobileLobApp to update.</param>
            <returns>The updated ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.UpdateAsync(Microsoft.Graph.ManagedMobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ManagedMobileLobApp using PATCH.
            </summary>
            <param name="managedMobileLobAppToUpdate">The ManagedMobileLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ManagedMobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequest.InitializeCollectionProperties(Microsoft.Graph.ManagedMobileLobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="managedMobileLobAppToInitialize">The <see cref="T:Microsoft.Graph.ManagedMobileLobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ManagedMobileLobAppRequestBuilder">
            <summary>
            The type ManagedMobileLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ManagedMobileLobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ManagedMobileLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ManagedMobileLobAppRequestBuilder.ContentVersions">
            <summary>
            Gets the request builder for ContentVersions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileLobAppContentVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest">
            <summary>
            The type MdmWindowsInformationProtectionPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MdmWindowsInformationProtectionPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.CreateAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy)">
            <summary>
            Creates the specified MdmWindowsInformationProtectionPolicy using POST.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToCreate">The MdmWindowsInformationProtectionPolicy to create.</param>
            <returns>The created MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.CreateAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MdmWindowsInformationProtectionPolicy using POST.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToCreate">The MdmWindowsInformationProtectionPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.GetAsync">
            <summary>
            Gets the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <returns>The MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MdmWindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.UpdateAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy)">
            <summary>
            Updates the specified MdmWindowsInformationProtectionPolicy using PATCH.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToUpdate">The MdmWindowsInformationProtectionPolicy to update.</param>
            <returns>The updated MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.UpdateAsync(Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MdmWindowsInformationProtectionPolicy using PATCH.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToUpdate">The MdmWindowsInformationProtectionPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MdmWindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MdmWindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.MdmWindowsInformationProtectionPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mdmWindowsInformationProtectionPolicyToInitialize">The <see cref="T:Microsoft.Graph.MdmWindowsInformationProtectionPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequestBuilder">
            <summary>
            The type MdmWindowsInformationProtectionPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MdmWindowsInformationProtectionPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MdmWindowsInformationProtectionPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageAttachmentsCollectionPage">
            <summary>
            The type MessageAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageAttachmentsCollectionRequest">
            <summary>
            The type MessageAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageAttachmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageAttachmentsCollectionRequestBuilder">
            <summary>
            The type MessageAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MessageAttachmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/> for the specified MessageAttachment.
            </summary>
            <param name="id">The ID for the MessageAttachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageAttachmentsCollectionResponse">
            <summary>
            The type MessageAttachmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageAttachmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMessageAttachmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageAttachmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageCopyRequest">
            <summary>
            The type MessageCopyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageCopyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageCopyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCopyRequestBuilder">
            <summary>
            The type MessageCopyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageCopyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="DestinationId">A DestinationId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageCopyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateForwardRequest">
            <summary>
            The type MessageCreateForwardRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageCreateForwardRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateForwardRequestBuilder">
            <summary>
            The type MessageCreateForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageCreateForwardRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateForwardRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateReplyAllRequest">
            <summary>
            The type MessageCreateReplyAllRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageCreateReplyAllRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateReplyAllRequestBuilder">
            <summary>
            The type MessageCreateReplyAllRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageCreateReplyAllRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyAllRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateReplyRequest">
            <summary>
            The type MessageCreateReplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageCreateReplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageCreateReplyRequestBuilder">
            <summary>
            The type MessageCreateReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageCreateReplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageCreateReplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageDeltaCollectionPage">
            <summary>
            The type MessageDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageDeltaCollectionResponse">
            <summary>
            The type MessageDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMessageDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageDeltaRequest">
            <summary>
            The type MessageDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageDeltaRequestBuilder">
            <summary>
            The type MessageDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageExtensionsCollectionPage">
            <summary>
            The type MessageExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageExtensionsCollectionRequest">
            <summary>
            The type MessageExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageExtensionsCollectionRequestBuilder">
            <summary>
            The type MessageExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MessageExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified MessageExtension.
            </summary>
            <param name="id">The ID for the MessageExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageExtensionsCollectionResponse">
            <summary>
            The type MessageExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMessageExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageForwardRequest">
            <summary>
            The type MessageForwardRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageForwardRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageForwardRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageForwardRequestBuilder">
            <summary>
            The type MessageForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageForwardRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
            <param name="ToRecipients">A ToRecipients parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageForwardRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageMoveRequest">
            <summary>
            The type MessageMoveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageMoveRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageMoveRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageMoveRequestBuilder">
            <summary>
            The type MessageMoveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageMoveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="DestinationId">A DestinationId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageMoveRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type MessageMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type MessageMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type MessageMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MessageMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified MessageMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MessageMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type MessageMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageReplyAllRequest">
            <summary>
            The type MessageReplyAllRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageReplyAllRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageReplyAllRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageReplyAllRequestBuilder">
            <summary>
            The type MessageReplyAllRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageReplyAllRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyAllRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageReplyRequest">
            <summary>
            The type MessageReplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageReplyRequestBuilder">
            <summary>
            The type MessageReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageReplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageReplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageRequest">
            <summary>
            The type MessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.CreateAsync(Microsoft.Graph.Message)">
            <summary>
            Creates the specified Message using POST.
            </summary>
            <param name="messageToCreate">The Message to create.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.CreateAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Message using POST.
            </summary>
            <param name="messageToCreate">The Message to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.DeleteAsync">
            <summary>
            Deletes the specified Message.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Message.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.GetAsync">
            <summary>
            Gets the specified Message.
            </summary>
            <returns>The Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Message.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.UpdateAsync(Microsoft.Graph.Message)">
            <summary>
            Updates the specified Message using PATCH.
            </summary>
            <param name="messageToUpdate">The Message to update.</param>
            <returns>The updated Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.UpdateAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Message using PATCH.
            </summary>
            <param name="messageToUpdate">The Message to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequest.InitializeCollectionProperties(Microsoft.Graph.Message)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="messageToInitialize">The <see cref="T:Microsoft.Graph.Message"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MessageRequestBuilder">
            <summary>
            The type MessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MessageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Copy(System.String)">
            <summary>
            Gets the request builder for MessageCopy.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCopyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Move(System.String)">
            <summary>
            Gets the request builder for MessageMove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageMoveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.CreateReply">
            <summary>
            Gets the request builder for MessageCreateReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCreateReplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.CreateReplyAll">
            <summary>
            Gets the request builder for MessageCreateReplyAll.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCreateReplyAllRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.CreateForward">
            <summary>
            Gets the request builder for MessageCreateForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageCreateForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Reply(System.String)">
            <summary>
            Gets the request builder for MessageReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageReplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.ReplyAll(System.String)">
            <summary>
            Gets the request builder for MessageReplyAll.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageReplyAllRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Forward(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient})">
            <summary>
            Gets the request builder for MessageForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRequestBuilder.Send">
            <summary>
            Gets the request builder for MessageSend.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageSendRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageRuleRequest">
            <summary>
            The type MessageRuleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageRuleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.CreateAsync(Microsoft.Graph.MessageRule)">
            <summary>
            Creates the specified MessageRule using POST.
            </summary>
            <param name="messageRuleToCreate">The MessageRule to create.</param>
            <returns>The created MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.CreateAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MessageRule using POST.
            </summary>
            <param name="messageRuleToCreate">The MessageRule to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.DeleteAsync">
            <summary>
            Deletes the specified MessageRule.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MessageRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.GetAsync">
            <summary>
            Gets the specified MessageRule.
            </summary>
            <returns>The MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MessageRule.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.UpdateAsync(Microsoft.Graph.MessageRule)">
            <summary>
            Updates the specified MessageRule using PATCH.
            </summary>
            <param name="messageRuleToUpdate">The MessageRule to update.</param>
            <returns>The updated MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.UpdateAsync(Microsoft.Graph.MessageRule,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MessageRule using PATCH.
            </summary>
            <param name="messageRuleToUpdate">The MessageRule to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MessageRule.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MessageRule,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequest.InitializeCollectionProperties(Microsoft.Graph.MessageRule)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="messageRuleToInitialize">The <see cref="T:Microsoft.Graph.MessageRule"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MessageRuleRequestBuilder">
            <summary>
            The type MessageRuleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MessageRuleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageRuleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageSendRequest">
            <summary>
            The type MessageSendRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageSendRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageSendRequestBuilder">
            <summary>
            The type MessageSendRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MessageSendRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageSendRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type MessageSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type MessageSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MessageSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type MessageSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MessageSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified MessageSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the MessageSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type MessageSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMessageSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MessageSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest">
            <summary>
            The type MicrosoftStoreForBusinessAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MicrosoftStoreForBusinessAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.CreateAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp)">
            <summary>
            Creates the specified MicrosoftStoreForBusinessApp using POST.
            </summary>
            <param name="microsoftStoreForBusinessAppToCreate">The MicrosoftStoreForBusinessApp to create.</param>
            <returns>The created MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.CreateAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MicrosoftStoreForBusinessApp using POST.
            </summary>
            <param name="microsoftStoreForBusinessAppToCreate">The MicrosoftStoreForBusinessApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.DeleteAsync">
            <summary>
            Deletes the specified MicrosoftStoreForBusinessApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MicrosoftStoreForBusinessApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.GetAsync">
            <summary>
            Gets the specified MicrosoftStoreForBusinessApp.
            </summary>
            <returns>The MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MicrosoftStoreForBusinessApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.UpdateAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp)">
            <summary>
            Updates the specified MicrosoftStoreForBusinessApp using PATCH.
            </summary>
            <param name="microsoftStoreForBusinessAppToUpdate">The MicrosoftStoreForBusinessApp to update.</param>
            <returns>The updated MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.UpdateAsync(Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MicrosoftStoreForBusinessApp using PATCH.
            </summary>
            <param name="microsoftStoreForBusinessAppToUpdate">The MicrosoftStoreForBusinessApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MicrosoftStoreForBusinessApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MicrosoftStoreForBusinessApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequest.InitializeCollectionProperties(Microsoft.Graph.MicrosoftStoreForBusinessApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="microsoftStoreForBusinessAppToInitialize">The <see cref="T:Microsoft.Graph.MicrosoftStoreForBusinessApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MicrosoftStoreForBusinessAppRequestBuilder">
            <summary>
            The type MicrosoftStoreForBusinessAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MicrosoftStoreForBusinessAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MicrosoftStoreForBusinessAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentRequest">
            <summary>
            The type MobileAppAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.CreateAsync(Microsoft.Graph.MobileAppAssignment)">
            <summary>
            Creates the specified MobileAppAssignment using POST.
            </summary>
            <param name="mobileAppAssignmentToCreate">The MobileAppAssignment to create.</param>
            <returns>The created MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.CreateAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppAssignment using POST.
            </summary>
            <param name="mobileAppAssignmentToCreate">The MobileAppAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileAppAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.GetAsync">
            <summary>
            Gets the specified MobileAppAssignment.
            </summary>
            <returns>The MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.UpdateAsync(Microsoft.Graph.MobileAppAssignment)">
            <summary>
            Updates the specified MobileAppAssignment using PATCH.
            </summary>
            <param name="mobileAppAssignmentToUpdate">The MobileAppAssignment to update.</param>
            <returns>The updated MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.UpdateAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppAssignment using PATCH.
            </summary>
            <param name="mobileAppAssignmentToUpdate">The MobileAppAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.MobileAppAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileAppAssignmentToInitialize">The <see cref="T:Microsoft.Graph.MobileAppAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentRequestBuilder">
            <summary>
            The type MobileAppAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentsCollectionPage">
            <summary>
            The type MobileAppAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentsCollectionRequest">
            <summary>
            The type MobileAppAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppAssignment)">
            <summary>
            Adds the specified MobileAppAssignment to the collection via POST.
            </summary>
            <param name="mobileAppAssignment">The MobileAppAssignment to add.</param>
            <returns>The created MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppAssignment to the collection via POST.
            </summary>
            <param name="mobileAppAssignment">The MobileAppAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentsCollectionRequestBuilder">
            <summary>
            The type MobileAppAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppAssignmentRequestBuilder"/> for the specified MobileAppMobileAppAssignment.
            </summary>
            <param name="id">The ID for the MobileAppMobileAppAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignmentsCollectionResponse">
            <summary>
            The type MobileAppAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMobileAppAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignRequest">
            <summary>
            The type MobileAppAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppAssignRequestBuilder">
            <summary>
            The type MobileAppAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.MobileAppAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MobileAppAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="mobileAppAssignments">A mobileAppAssignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoriesCollectionPage">
            <summary>
            The type MobileAppCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoriesCollectionRequest">
            <summary>
            The type MobileAppCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppCategoriesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppCategory)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppCategory to the collection via POST.
            </summary>
            <param name="mobileAppCategory">The MobileAppCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoriesCollectionRequestBuilder">
            <summary>
            The type MobileAppCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppCategoriesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder"/> for the specified MobileAppMobileAppCategory.
            </summary>
            <param name="id">The ID for the MobileAppMobileAppCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoriesCollectionResponse">
            <summary>
            The type MobileAppCategoriesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategoriesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppCategoriesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoryRequest">
            <summary>
            The type MobileAppCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppCategoryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.CreateAsync(Microsoft.Graph.MobileAppCategory)">
            <summary>
            Creates the specified MobileAppCategory using POST.
            </summary>
            <param name="mobileAppCategoryToCreate">The MobileAppCategory to create.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.CreateAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppCategory using POST.
            </summary>
            <param name="mobileAppCategoryToCreate">The MobileAppCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileAppCategory.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.GetAsync">
            <summary>
            Gets the specified MobileAppCategory.
            </summary>
            <returns>The MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.UpdateAsync(Microsoft.Graph.MobileAppCategory)">
            <summary>
            Updates the specified MobileAppCategory using PATCH.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory to update.</param>
            <returns>The updated MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.UpdateAsync(Microsoft.Graph.MobileAppCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppCategory using PATCH.
            </summary>
            <param name="mobileAppCategoryToUpdate">The MobileAppCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileAppCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequest.InitializeCollectionProperties(Microsoft.Graph.MobileAppCategory)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileAppCategoryToInitialize">The <see cref="T:Microsoft.Graph.MobileAppCategory"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileAppCategoryRequestBuilder">
            <summary>
            The type MobileAppCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppCategoryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileCommitRequest">
            <summary>
            The type MobileAppContentFileCommitRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppContentFileCommitRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFileCommitRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileCommitRequestBuilder">
            <summary>
            The type MobileAppContentFileCommitRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.FileEncryptionInfo)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MobileAppContentFileCommitRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="fileEncryptionInfo">A fileEncryptionInfo parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileCommitRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileRenewUploadRequest">
            <summary>
            The type MobileAppContentFileRenewUploadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppContentFileRenewUploadRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileRenewUploadRequestBuilder">
            <summary>
            The type MobileAppContentFileRenewUploadRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.MobileAppContentFileRenewUploadRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRenewUploadRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileRequest">
            <summary>
            The type MobileAppContentFileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppContentFileRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.CreateAsync(Microsoft.Graph.MobileAppContentFile)">
            <summary>
            Creates the specified MobileAppContentFile using POST.
            </summary>
            <param name="mobileAppContentFileToCreate">The MobileAppContentFile to create.</param>
            <returns>The created MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.CreateAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppContentFile using POST.
            </summary>
            <param name="mobileAppContentFileToCreate">The MobileAppContentFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileAppContentFile.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppContentFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.GetAsync">
            <summary>
            Gets the specified MobileAppContentFile.
            </summary>
            <returns>The MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppContentFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.UpdateAsync(Microsoft.Graph.MobileAppContentFile)">
            <summary>
            Updates the specified MobileAppContentFile using PATCH.
            </summary>
            <param name="mobileAppContentFileToUpdate">The MobileAppContentFile to update.</param>
            <returns>The updated MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.UpdateAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContentFile using PATCH.
            </summary>
            <param name="mobileAppContentFileToUpdate">The MobileAppContentFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequest.InitializeCollectionProperties(Microsoft.Graph.MobileAppContentFile)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileAppContentFileToInitialize">The <see cref="T:Microsoft.Graph.MobileAppContentFile"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFileRequestBuilder">
            <summary>
            The type MobileAppContentFileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppContentFileRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequestBuilder.Commit(Microsoft.Graph.FileEncryptionInfo)">
            <summary>
            Gets the request builder for MobileAppContentFileCommit.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFileCommitRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFileRequestBuilder.RenewUpload">
            <summary>
            Gets the request builder for MobileAppContentFileRenewUpload.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFileRenewUploadRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFilesCollectionPage">
            <summary>
            The type MobileAppContentFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileAppContentFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFilesCollectionRequest">
            <summary>
            The type MobileAppContentFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppContentFilesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContentFile)">
            <summary>
            Adds the specified MobileAppContentFile to the collection via POST.
            </summary>
            <param name="mobileAppContentFile">The MobileAppContentFile to add.</param>
            <returns>The created MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContentFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContentFile to the collection via POST.
            </summary>
            <param name="mobileAppContentFile">The MobileAppContentFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContentFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContentFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFilesCollectionRequestBuilder">
            <summary>
            The type MobileAppContentFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppContentFilesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppContentFileRequestBuilder"/> for the specified MobileAppContentMobileAppContentFile.
            </summary>
            <param name="id">The ID for the MobileAppContentMobileAppContentFile.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentFilesCollectionResponse">
            <summary>
            The type MobileAppContentFilesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFilesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMobileAppContentFilesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentFilesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentRequest">
            <summary>
            The type MobileAppContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppContentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.CreateAsync(Microsoft.Graph.MobileAppContent)">
            <summary>
            Creates the specified MobileAppContent using POST.
            </summary>
            <param name="mobileAppContentToCreate">The MobileAppContent to create.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.CreateAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileAppContent using POST.
            </summary>
            <param name="mobileAppContentToCreate">The MobileAppContent to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileAppContent.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileAppContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.GetAsync">
            <summary>
            Gets the specified MobileAppContent.
            </summary>
            <returns>The MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileAppContent.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.UpdateAsync(Microsoft.Graph.MobileAppContent)">
            <summary>
            Updates the specified MobileAppContent using PATCH.
            </summary>
            <param name="mobileAppContentToUpdate">The MobileAppContent to update.</param>
            <returns>The updated MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.UpdateAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileAppContent using PATCH.
            </summary>
            <param name="mobileAppContentToUpdate">The MobileAppContent to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequest.InitializeCollectionProperties(Microsoft.Graph.MobileAppContent)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileAppContentToInitialize">The <see cref="T:Microsoft.Graph.MobileAppContent"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileAppContentRequestBuilder">
            <summary>
            The type MobileAppContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppContentRequestBuilder.Files">
            <summary>
            Gets the request builder for Files.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileAppRequest">
            <summary>
            The type MobileAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.CreateAsync(Microsoft.Graph.MobileApp)">
            <summary>
            Creates the specified MobileApp using POST.
            </summary>
            <param name="mobileAppToCreate">The MobileApp to create.</param>
            <returns>The created MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.CreateAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileApp using POST.
            </summary>
            <param name="mobileAppToCreate">The MobileApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.GetAsync">
            <summary>
            Gets the specified MobileApp.
            </summary>
            <returns>The MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.UpdateAsync(Microsoft.Graph.MobileApp)">
            <summary>
            Updates the specified MobileApp using PATCH.
            </summary>
            <param name="mobileAppToUpdate">The MobileApp to update.</param>
            <returns>The updated MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.UpdateAsync(Microsoft.Graph.MobileApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileApp using PATCH.
            </summary>
            <param name="mobileAppToUpdate">The MobileApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequest.InitializeCollectionProperties(Microsoft.Graph.MobileApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileAppToInitialize">The <see cref="T:Microsoft.Graph.MobileApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileAppRequestBuilder">
            <summary>
            The type MobileAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppRequestBuilder.Categories">
            <summary>
            Gets the request builder for Categories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileAppRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileAppRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.MobileAppAssignment})">
            <summary>
            Gets the request builder for MobileAppAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileLobAppContentVersionsCollectionPage">
            <summary>
            The type MobileLobAppContentVersionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobAppContentVersionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest">
            <summary>
            The type MobileLobAppContentVersionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileLobAppContentVersionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContent)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.AddAsync(Microsoft.Graph.MobileAppContent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MobileAppContent to the collection via POST.
            </summary>
            <param name="mobileAppContent">The MobileAppContent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileAppContent.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileAppContent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequestBuilder">
            <summary>
            The type MobileLobAppContentVersionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileLobAppContentVersionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileLobAppContentVersionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/> for the specified MobileLobAppMobileAppContent.
            </summary>
            <param name="id">The ID for the MobileLobAppMobileAppContent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMobileAppContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileLobAppContentVersionsCollectionResponse">
            <summary>
            The type MobileLobAppContentVersionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobAppContentVersionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.MobileLobAppContentVersionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.MobileLobAppRequest">
            <summary>
            The type MobileLobAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileLobAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.CreateAsync(Microsoft.Graph.MobileLobApp)">
            <summary>
            Creates the specified MobileLobApp using POST.
            </summary>
            <param name="mobileLobAppToCreate">The MobileLobApp to create.</param>
            <returns>The created MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.CreateAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileLobApp using POST.
            </summary>
            <param name="mobileLobAppToCreate">The MobileLobApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileLobApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.GetAsync">
            <summary>
            Gets the specified MobileLobApp.
            </summary>
            <returns>The MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileLobApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.UpdateAsync(Microsoft.Graph.MobileLobApp)">
            <summary>
            Updates the specified MobileLobApp using PATCH.
            </summary>
            <param name="mobileLobAppToUpdate">The MobileLobApp to update.</param>
            <returns>The updated MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.UpdateAsync(Microsoft.Graph.MobileLobApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileLobApp using PATCH.
            </summary>
            <param name="mobileLobAppToUpdate">The MobileLobApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileLobApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileLobApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileLobApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequest.InitializeCollectionProperties(Microsoft.Graph.MobileLobApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileLobAppToInitialize">The <see cref="T:Microsoft.Graph.MobileLobApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileLobAppRequestBuilder">
            <summary>
            The type MobileLobAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileLobAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileLobAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.MobileLobAppRequestBuilder.ContentVersions">
            <summary>
            Gets the request builder for ContentVersions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMobileLobAppContentVersionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.MobileThreatDefenseConnectorRequest">
            <summary>
            The type MobileThreatDefenseConnectorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MobileThreatDefenseConnectorRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.CreateAsync(Microsoft.Graph.MobileThreatDefenseConnector)">
            <summary>
            Creates the specified MobileThreatDefenseConnector using POST.
            </summary>
            <param name="mobileThreatDefenseConnectorToCreate">The MobileThreatDefenseConnector to create.</param>
            <returns>The created MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.CreateAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MobileThreatDefenseConnector using POST.
            </summary>
            <param name="mobileThreatDefenseConnectorToCreate">The MobileThreatDefenseConnector to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.DeleteAsync">
            <summary>
            Deletes the specified MobileThreatDefenseConnector.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MobileThreatDefenseConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.GetAsync">
            <summary>
            Gets the specified MobileThreatDefenseConnector.
            </summary>
            <returns>The MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MobileThreatDefenseConnector.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.UpdateAsync(Microsoft.Graph.MobileThreatDefenseConnector)">
            <summary>
            Updates the specified MobileThreatDefenseConnector using PATCH.
            </summary>
            <param name="mobileThreatDefenseConnectorToUpdate">The MobileThreatDefenseConnector to update.</param>
            <returns>The updated MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.UpdateAsync(Microsoft.Graph.MobileThreatDefenseConnector,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MobileThreatDefenseConnector using PATCH.
            </summary>
            <param name="mobileThreatDefenseConnectorToUpdate">The MobileThreatDefenseConnector to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MobileThreatDefenseConnector.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MobileThreatDefenseConnector,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequest.InitializeCollectionProperties(Microsoft.Graph.MobileThreatDefenseConnector)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="mobileThreatDefenseConnectorToInitialize">The <see cref="T:Microsoft.Graph.MobileThreatDefenseConnector"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MobileThreatDefenseConnectorRequestBuilder">
            <summary>
            The type MobileThreatDefenseConnectorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MobileThreatDefenseConnectorRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MobileThreatDefenseConnectorRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest">
            <summary>
            The type MultiValueLegacyExtendedPropertyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new MultiValueLegacyExtendedPropertyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.CreateAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Creates the specified MultiValueLegacyExtendedProperty using POST.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToCreate">The MultiValueLegacyExtendedProperty to create.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.CreateAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified MultiValueLegacyExtendedProperty using POST.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToCreate">The MultiValueLegacyExtendedProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.DeleteAsync">
            <summary>
            Deletes the specified MultiValueLegacyExtendedProperty.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.GetAsync">
            <summary>
            Gets the specified MultiValueLegacyExtendedProperty.
            </summary>
            <returns>The MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified MultiValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.UpdateAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Updates the specified MultiValueLegacyExtendedProperty using PATCH.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToUpdate">The MultiValueLegacyExtendedProperty to update.</param>
            <returns>The updated MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.UpdateAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified MultiValueLegacyExtendedProperty using PATCH.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToUpdate">The MultiValueLegacyExtendedProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequest.InitializeCollectionProperties(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="multiValueLegacyExtendedPropertyToInitialize">The <see cref="T:Microsoft.Graph.MultiValueLegacyExtendedProperty"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequestBuilder">
            <summary>
            The type MultiValueLegacyExtendedPropertyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new MultiValueLegacyExtendedPropertyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.MultiValueLegacyExtendedPropertyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookCopyNotebookRequest">
            <summary>
            The type NotebookCopyNotebookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotebookCopyNotebookRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookCopyNotebookRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookCopyNotebookRequestBuilder">
            <summary>
            The type NotebookCopyNotebookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.NotebookCopyNotebookRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="groupId">A groupId parameter for the OData method call.</param>
            <param name="renameAs">A renameAs parameter for the OData method call.</param>
            <param name="notebookFolder">A notebookFolder parameter for the OData method call.</param>
            <param name="siteCollectionId">A siteCollectionId parameter for the OData method call.</param>
            <param name="siteId">A siteId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookCopyNotebookRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookGetRecentNotebooksCollectionPage">
            <summary>
            The type NotebookGetRecentNotebooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookGetRecentNotebooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotebookGetRecentNotebooksRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookGetRecentNotebooksCollectionResponse">
            <summary>
            The type NotebookGetRecentNotebooksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookGetRecentNotebooksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.INotebookGetRecentNotebooksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookGetRecentNotebooksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookGetRecentNotebooksRequest">
            <summary>
            The type NotebookGetRecentNotebooksRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotebookGetRecentNotebooksRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookGetRecentNotebooksRequestBuilder">
            <summary>
            The type NotebookGetRecentNotebooksRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.NotebookGetRecentNotebooksRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="includePersonalNotebooks">A includePersonalNotebooks parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookGetRecentNotebooksRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookRequest">
            <summary>
            The type NotebookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotebookRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.CreateAsync(Microsoft.Graph.Notebook)">
            <summary>
            Creates the specified Notebook using POST.
            </summary>
            <param name="notebookToCreate">The Notebook to create.</param>
            <returns>The created Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.CreateAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Notebook using POST.
            </summary>
            <param name="notebookToCreate">The Notebook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.DeleteAsync">
            <summary>
            Deletes the specified Notebook.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Notebook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.GetAsync">
            <summary>
            Gets the specified Notebook.
            </summary>
            <returns>The Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Notebook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.UpdateAsync(Microsoft.Graph.Notebook)">
            <summary>
            Updates the specified Notebook using PATCH.
            </summary>
            <param name="notebookToUpdate">The Notebook to update.</param>
            <returns>The updated Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.UpdateAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Notebook using PATCH.
            </summary>
            <param name="notebookToUpdate">The Notebook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequest.InitializeCollectionProperties(Microsoft.Graph.Notebook)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="notebookToInitialize">The <see cref="T:Microsoft.Graph.Notebook"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.NotebookRequestBuilder">
            <summary>
            The type NotebookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new NotebookRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.NotebookRequestBuilder.Sections">
            <summary>
            Gets the request builder for Sections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookSectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.NotebookRequestBuilder.SectionGroups">
            <summary>
            Gets the request builder for SectionGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookSectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookRequestBuilder.CopyNotebook(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for NotebookCopyNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookCopyNotebookRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionGroupsCollectionPage">
            <summary>
            The type NotebookSectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotebookSectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionGroupsCollectionRequest">
            <summary>
            The type NotebookSectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotebookSectionGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionGroupsCollectionRequestBuilder">
            <summary>
            The type NotebookSectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new NotebookSectionGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/> for the specified NotebookSectionGroup.
            </summary>
            <param name="id">The ID for the NotebookSectionGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionGroupsCollectionResponse">
            <summary>
            The type NotebookSectionGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.INotebookSectionGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionsCollectionPage">
            <summary>
            The type NotebookSectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotebookSectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionsCollectionRequest">
            <summary>
            The type NotebookSectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotebookSectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionsCollectionRequestBuilder">
            <summary>
            The type NotebookSectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new NotebookSectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotebookSectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/> for the specified NotebookOnenoteSection.
            </summary>
            <param name="id">The ID for the NotebookOnenoteSection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotebookSectionsCollectionResponse">
            <summary>
            The type NotebookSectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.INotebookSectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotebookSectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionPage">
            <summary>
            The type NotificationMessageTemplateLocalizedNotificationMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest">
            <summary>
            The type NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.AddAsync(Microsoft.Graph.LocalizedNotificationMessage)">
            <summary>
            Adds the specified LocalizedNotificationMessage to the collection via POST.
            </summary>
            <param name="localizedNotificationMessage">The LocalizedNotificationMessage to add.</param>
            <returns>The created LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.AddAsync(Microsoft.Graph.LocalizedNotificationMessage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LocalizedNotificationMessage to the collection via POST.
            </summary>
            <param name="localizedNotificationMessage">The LocalizedNotificationMessage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LocalizedNotificationMessage.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LocalizedNotificationMessage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder">
            <summary>
            The type NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder"/> for the specified NotificationMessageTemplateLocalizedNotificationMessage.
            </summary>
            <param name="id">The ID for the NotificationMessageTemplateLocalizedNotificationMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.ILocalizedNotificationMessageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionResponse">
            <summary>
            The type NotificationMessageTemplateLocalizedNotificationMessagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplateLocalizedNotificationMessagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateRequest">
            <summary>
            The type NotificationMessageTemplateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotificationMessageTemplateRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.CreateAsync(Microsoft.Graph.NotificationMessageTemplate)">
            <summary>
            Creates the specified NotificationMessageTemplate using POST.
            </summary>
            <param name="notificationMessageTemplateToCreate">The NotificationMessageTemplate to create.</param>
            <returns>The created NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.CreateAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Creates the specified NotificationMessageTemplate using POST.
            </summary>
            <param name="notificationMessageTemplateToCreate">The NotificationMessageTemplate to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.DeleteAsync">
            <summary>
            Deletes the specified NotificationMessageTemplate.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified NotificationMessageTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.GetAsync">
            <summary>
            Gets the specified NotificationMessageTemplate.
            </summary>
            <returns>The NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified NotificationMessageTemplate.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.UpdateAsync(Microsoft.Graph.NotificationMessageTemplate)">
            <summary>
            Updates the specified NotificationMessageTemplate using PATCH.
            </summary>
            <param name="notificationMessageTemplateToUpdate">The NotificationMessageTemplate to update.</param>
            <returns>The updated NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.UpdateAsync(Microsoft.Graph.NotificationMessageTemplate,System.Threading.CancellationToken)">
            <summary>
            Updates the specified NotificationMessageTemplate using PATCH.
            </summary>
            <param name="notificationMessageTemplateToUpdate">The NotificationMessageTemplate to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated NotificationMessageTemplate.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.NotificationMessageTemplate,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequest.InitializeCollectionProperties(Microsoft.Graph.NotificationMessageTemplate)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="notificationMessageTemplateToInitialize">The <see cref="T:Microsoft.Graph.NotificationMessageTemplate"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateRequestBuilder">
            <summary>
            The type NotificationMessageTemplateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new NotificationMessageTemplateRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.NotificationMessageTemplateRequestBuilder.LocalizedNotificationMessages">
            <summary>
            Gets the request builder for LocalizedNotificationMessages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotificationMessageTemplateLocalizedNotificationMessagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateRequestBuilder.SendTestMessage">
            <summary>
            Gets the request builder for NotificationMessageTemplateSendTestMessage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotificationMessageTemplateSendTestMessageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequest">
            <summary>
            The type NotificationMessageTemplateSendTestMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new NotificationMessageTemplateSendTestMessageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequestBuilder">
            <summary>
            The type NotificationMessageTemplateSendTestMessageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.NotificationMessageTemplateSendTestMessageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntityBaseModelRequest">
            <summary>
            The type OnenoteEntityBaseModelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteEntityBaseModelRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntityBaseModel)">
            <summary>
            Creates the specified OnenoteEntityBaseModel using POST.
            </summary>
            <param name="onenoteEntityBaseModelToCreate">The OnenoteEntityBaseModel to create.</param>
            <returns>The created OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntityBaseModel using POST.
            </summary>
            <param name="onenoteEntityBaseModelToCreate">The OnenoteEntityBaseModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenoteEntityBaseModel.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntityBaseModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.GetAsync">
            <summary>
            Gets the specified OnenoteEntityBaseModel.
            </summary>
            <returns>The OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntityBaseModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntityBaseModel)">
            <summary>
            Updates the specified OnenoteEntityBaseModel using PATCH.
            </summary>
            <param name="onenoteEntityBaseModelToUpdate">The OnenoteEntityBaseModel to update.</param>
            <returns>The updated OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntityBaseModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityBaseModel using PATCH.
            </summary>
            <param name="onenoteEntityBaseModelToUpdate">The OnenoteEntityBaseModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenoteEntityBaseModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityBaseModel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityBaseModel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequest.InitializeCollectionProperties(Microsoft.Graph.OnenoteEntityBaseModel)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteEntityBaseModelToInitialize">The <see cref="T:Microsoft.Graph.OnenoteEntityBaseModel"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntityBaseModelRequestBuilder">
            <summary>
            The type OnenoteEntityBaseModelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteEntityBaseModelRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityBaseModelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntityHierarchyModelRequest">
            <summary>
            The type OnenoteEntityHierarchyModelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteEntityHierarchyModelRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntityHierarchyModel)">
            <summary>
            Creates the specified OnenoteEntityHierarchyModel using POST.
            </summary>
            <param name="onenoteEntityHierarchyModelToCreate">The OnenoteEntityHierarchyModel to create.</param>
            <returns>The created OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntityHierarchyModel using POST.
            </summary>
            <param name="onenoteEntityHierarchyModelToCreate">The OnenoteEntityHierarchyModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenoteEntityHierarchyModel.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntityHierarchyModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.GetAsync">
            <summary>
            Gets the specified OnenoteEntityHierarchyModel.
            </summary>
            <returns>The OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntityHierarchyModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntityHierarchyModel)">
            <summary>
            Updates the specified OnenoteEntityHierarchyModel using PATCH.
            </summary>
            <param name="onenoteEntityHierarchyModelToUpdate">The OnenoteEntityHierarchyModel to update.</param>
            <returns>The updated OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntityHierarchyModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntityHierarchyModel using PATCH.
            </summary>
            <param name="onenoteEntityHierarchyModelToUpdate">The OnenoteEntityHierarchyModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenoteEntityHierarchyModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityHierarchyModel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntityHierarchyModel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequest.InitializeCollectionProperties(Microsoft.Graph.OnenoteEntityHierarchyModel)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteEntityHierarchyModelToInitialize">The <see cref="T:Microsoft.Graph.OnenoteEntityHierarchyModel"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntityHierarchyModelRequestBuilder">
            <summary>
            The type OnenoteEntityHierarchyModelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteEntityHierarchyModelRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntityHierarchyModelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest">
            <summary>
            The type OnenoteEntitySchemaObjectModelRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteEntitySchemaObjectModelRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel)">
            <summary>
            Creates the specified OnenoteEntitySchemaObjectModel using POST.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToCreate">The OnenoteEntitySchemaObjectModel to create.</param>
            <returns>The created OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.CreateAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteEntitySchemaObjectModel using POST.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToCreate">The OnenoteEntitySchemaObjectModel to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenoteEntitySchemaObjectModel.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteEntitySchemaObjectModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.GetAsync">
            <summary>
            Gets the specified OnenoteEntitySchemaObjectModel.
            </summary>
            <returns>The OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteEntitySchemaObjectModel.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel)">
            <summary>
            Updates the specified OnenoteEntitySchemaObjectModel using PATCH.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToUpdate">The OnenoteEntitySchemaObjectModel to update.</param>
            <returns>The updated OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.UpdateAsync(Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteEntitySchemaObjectModel using PATCH.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToUpdate">The OnenoteEntitySchemaObjectModel to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenoteEntitySchemaObjectModel.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteEntitySchemaObjectModel,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequest.InitializeCollectionProperties(Microsoft.Graph.OnenoteEntitySchemaObjectModel)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteEntitySchemaObjectModelToInitialize">The <see cref="T:Microsoft.Graph.OnenoteEntitySchemaObjectModel"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequestBuilder">
            <summary>
            The type OnenoteEntitySchemaObjectModelRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteEntitySchemaObjectModelRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteEntitySchemaObjectModelRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteNotebooksCollectionPage">
            <summary>
            The type OnenoteNotebooksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteNotebooksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteNotebooksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteNotebooksCollectionRequest">
            <summary>
            The type OnenoteNotebooksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteNotebooksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.AddAsync(Microsoft.Graph.Notebook)">
            <summary>
            Adds the specified Notebook to the collection via POST.
            </summary>
            <param name="notebook">The Notebook to add.</param>
            <returns>The created Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.AddAsync(Microsoft.Graph.Notebook,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Notebook to the collection via POST.
            </summary>
            <param name="notebook">The Notebook to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Notebook.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Notebook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteNotebooksCollectionRequestBuilder">
            <summary>
            The type OnenoteNotebooksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteNotebooksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteNotebooksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/> for the specified OnenoteNotebook.
            </summary>
            <param name="id">The ID for the OnenoteNotebook.</param>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteNotebooksCollectionRequestBuilder.GetRecentNotebooks(System.Boolean)">
            <summary>
            Gets the request builder for NotebookGetRecentNotebooks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookGetRecentNotebooksRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteNotebooksCollectionResponse">
            <summary>
            The type OnenoteNotebooksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteNotebooksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenoteNotebooksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteNotebooksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationRequest">
            <summary>
            The type OnenoteOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.CreateAsync(Microsoft.Graph.OnenoteOperation)">
            <summary>
            Creates the specified OnenoteOperation using POST.
            </summary>
            <param name="onenoteOperationToCreate">The OnenoteOperation to create.</param>
            <returns>The created OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.CreateAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteOperation using POST.
            </summary>
            <param name="onenoteOperationToCreate">The OnenoteOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenoteOperation.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.GetAsync">
            <summary>
            Gets the specified OnenoteOperation.
            </summary>
            <returns>The OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.UpdateAsync(Microsoft.Graph.OnenoteOperation)">
            <summary>
            Updates the specified OnenoteOperation using PATCH.
            </summary>
            <param name="onenoteOperationToUpdate">The OnenoteOperation to update.</param>
            <returns>The updated OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.UpdateAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteOperation using PATCH.
            </summary>
            <param name="onenoteOperationToUpdate">The OnenoteOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequest.InitializeCollectionProperties(Microsoft.Graph.OnenoteOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteOperationToInitialize">The <see cref="T:Microsoft.Graph.OnenoteOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationRequestBuilder">
            <summary>
            The type OnenoteOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationsCollectionPage">
            <summary>
            The type OnenoteOperationsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteOperationsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationsCollectionRequest">
            <summary>
            The type OnenoteOperationsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteOperationsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteOperation)">
            <summary>
            Adds the specified OnenoteOperation to the collection via POST.
            </summary>
            <param name="onenoteOperation">The OnenoteOperation to add.</param>
            <returns>The created OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteOperation,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteOperation to the collection via POST.
            </summary>
            <param name="onenoteOperation">The OnenoteOperation to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationsCollectionRequestBuilder">
            <summary>
            The type OnenoteOperationsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteOperationsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteOperationsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteOperationRequestBuilder"/> for the specified OnenoteOnenoteOperation.
            </summary>
            <param name="id">The ID for the OnenoteOnenoteOperation.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteOperationRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteOperationsCollectionResponse">
            <summary>
            The type OnenoteOperationsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenoteOperationsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteOperationsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageContentRequest">
            <summary>
            The type OnenotePageContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenotePageContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequest.PutAsync``1(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageContentRequestBuilder">
            <summary>
            The type OnenotePageContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenotePageContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageCopyToSectionRequest">
            <summary>
            The type OnenotePageCopyToSectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenotePageCopyToSectionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageCopyToSectionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageCopyToSectionRequestBuilder">
            <summary>
            The type OnenotePageCopyToSectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OnenotePageCopyToSectionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="id">A id parameter for the OData method call.</param>
            <param name="groupId">A groupId parameter for the OData method call.</param>
            <param name="siteCollectionId">A siteCollectionId parameter for the OData method call.</param>
            <param name="siteId">A siteId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageCopyToSectionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageOnenotePatchContentRequest">
            <summary>
            The type OnenotePageOnenotePatchContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenotePageOnenotePatchContentRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageOnenotePatchContentRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageOnenotePatchContentRequestBuilder">
            <summary>
            The type OnenotePageOnenotePatchContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.OnenotePatchContentCommand})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OnenotePageOnenotePatchContentRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="commands">A commands parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageOnenotePatchContentRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagePreviewRequest">
            <summary>
            The type OnenotePagePreviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenotePagePreviewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagePreviewRequestBuilder">
            <summary>
            The type OnenotePagePreviewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OnenotePagePreviewRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagePreviewRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageRequest">
            <summary>
            The type OnenotePageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenotePageRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.CreateAsync(Microsoft.Graph.OnenotePage)">
            <summary>
            Creates the specified OnenotePage using POST.
            </summary>
            <param name="onenotePageToCreate">The OnenotePage to create.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.CreateAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenotePage using POST.
            </summary>
            <param name="onenotePageToCreate">The OnenotePage to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenotePage.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenotePage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.GetAsync">
            <summary>
            Gets the specified OnenotePage.
            </summary>
            <returns>The OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenotePage.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.UpdateAsync(Microsoft.Graph.OnenotePage)">
            <summary>
            Updates the specified OnenotePage using PATCH.
            </summary>
            <param name="onenotePageToUpdate">The OnenotePage to update.</param>
            <returns>The updated OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.UpdateAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenotePage using PATCH.
            </summary>
            <param name="onenotePageToUpdate">The OnenotePage to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequest.InitializeCollectionProperties(Microsoft.Graph.OnenotePage)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenotePageToInitialize">The <see cref="T:Microsoft.Graph.OnenotePage"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenotePageRequestBuilder">
            <summary>
            The type OnenotePageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenotePageRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageRequestBuilder.ParentSection">
            <summary>
            Gets the request builder for ParentSection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageRequestBuilder.ParentNotebook">
            <summary>
            Gets the request builder for ParentNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenotePageRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequestBuilder.OnenotePatchContent(System.Collections.Generic.IEnumerable{Microsoft.Graph.OnenotePatchContentCommand})">
            <summary>
            Gets the request builder for OnenotePageOnenotePatchContent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageOnenotePatchContentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequestBuilder.CopyToSection(System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for OnenotePageCopyToSection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageCopyToSectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePageRequestBuilder.Preview">
            <summary>
            Gets the request builder for OnenotePagePreview.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePagePreviewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagesCollectionPage">
            <summary>
            The type OnenotePagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenotePagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagesCollectionRequest">
            <summary>
            The type OnenotePagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenotePagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.AddAsync(Microsoft.Graph.OnenotePage)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.AddAsync(Microsoft.Graph.OnenotePage,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenotePage to the collection via POST.
            </summary>
            <param name="onenotePage">The OnenotePage to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenotePage.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenotePage,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagesCollectionRequestBuilder">
            <summary>
            The type OnenotePagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenotePagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenotePagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/> for the specified OnenoteOnenotePage.
            </summary>
            <param name="id">The ID for the OnenoteOnenotePage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenotePagesCollectionResponse">
            <summary>
            The type OnenotePagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenotePagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenotePagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteRequest">
            <summary>
            The type OnenoteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.CreateAsync(Microsoft.Graph.Onenote)">
            <summary>
            Creates the specified Onenote using POST.
            </summary>
            <param name="onenoteToCreate">The Onenote to create.</param>
            <returns>The created Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.CreateAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Onenote using POST.
            </summary>
            <param name="onenoteToCreate">The Onenote to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.DeleteAsync">
            <summary>
            Deletes the specified Onenote.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Onenote.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.GetAsync">
            <summary>
            Gets the specified Onenote.
            </summary>
            <returns>The Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Onenote.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.UpdateAsync(Microsoft.Graph.Onenote)">
            <summary>
            Updates the specified Onenote using PATCH.
            </summary>
            <param name="onenoteToUpdate">The Onenote to update.</param>
            <returns>The updated Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.UpdateAsync(Microsoft.Graph.Onenote,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Onenote using PATCH.
            </summary>
            <param name="onenoteToUpdate">The Onenote to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Onenote.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Onenote,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Onenote,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequest.InitializeCollectionProperties(Microsoft.Graph.Onenote)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteToInitialize">The <see cref="T:Microsoft.Graph.Onenote"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteRequestBuilder">
            <summary>
            The type OnenoteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteRequestBuilder.Notebooks">
            <summary>
            Gets the request builder for Notebooks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteNotebooksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteRequestBuilder.Sections">
            <summary>
            Gets the request builder for Sections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteRequestBuilder.SectionGroups">
            <summary>
            Gets the request builder for SectionGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteRequestBuilder.Pages">
            <summary>
            Gets the request builder for Pages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteRequestBuilder.Resources">
            <summary>
            Gets the request builder for Resources.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteResourcesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteRequestBuilder.Operations">
            <summary>
            Gets the request builder for Operations.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteOperationsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourceContentRequest">
            <summary>
            The type OnenoteResourceContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteResourceContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequest.PutAsync``1(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourceContentRequestBuilder">
            <summary>
            The type OnenoteResourceContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteResourceContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourceRequest">
            <summary>
            The type OnenoteResourceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteResourceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.CreateAsync(Microsoft.Graph.OnenoteResource)">
            <summary>
            Creates the specified OnenoteResource using POST.
            </summary>
            <param name="onenoteResourceToCreate">The OnenoteResource to create.</param>
            <returns>The created OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.CreateAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteResource using POST.
            </summary>
            <param name="onenoteResourceToCreate">The OnenoteResource to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenoteResource.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.GetAsync">
            <summary>
            Gets the specified OnenoteResource.
            </summary>
            <returns>The OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteResource.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.UpdateAsync(Microsoft.Graph.OnenoteResource)">
            <summary>
            Updates the specified OnenoteResource using PATCH.
            </summary>
            <param name="onenoteResourceToUpdate">The OnenoteResource to update.</param>
            <returns>The updated OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.UpdateAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteResource using PATCH.
            </summary>
            <param name="onenoteResourceToUpdate">The OnenoteResource to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequest.InitializeCollectionProperties(Microsoft.Graph.OnenoteResource)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteResourceToInitialize">The <see cref="T:Microsoft.Graph.OnenoteResource"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourceRequestBuilder">
            <summary>
            The type OnenoteResourceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteResourceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResourceRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteResourceContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourcesCollectionPage">
            <summary>
            The type OnenoteResourcesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResourcesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteResourcesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourcesCollectionRequest">
            <summary>
            The type OnenoteResourcesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteResourcesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.AddAsync(Microsoft.Graph.OnenoteResource)">
            <summary>
            Adds the specified OnenoteResource to the collection via POST.
            </summary>
            <param name="onenoteResource">The OnenoteResource to add.</param>
            <returns>The created OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.AddAsync(Microsoft.Graph.OnenoteResource,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteResource to the collection via POST.
            </summary>
            <param name="onenoteResource">The OnenoteResource to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteResource.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteResource,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourcesCollectionRequestBuilder">
            <summary>
            The type OnenoteResourcesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteResourcesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteResourcesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResourcesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteResourceRequestBuilder"/> for the specified OnenoteOnenoteResource.
            </summary>
            <param name="id">The ID for the OnenoteOnenoteResource.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteResourceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteResourcesCollectionResponse">
            <summary>
            The type OnenoteResourcesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResourcesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenoteResourcesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteResourcesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest">
            <summary>
            The type OnenoteSectionCopyToNotebookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteSectionCopyToNotebookRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBuilder">
            <summary>
            The type OnenoteSectionCopyToNotebookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="id">A id parameter for the OData method call.</param>
            <param name="groupId">A groupId parameter for the OData method call.</param>
            <param name="renameAs">A renameAs parameter for the OData method call.</param>
            <param name="siteCollectionId">A siteCollectionId parameter for the OData method call.</param>
            <param name="siteId">A siteId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToNotebookRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest">
            <summary>
            The type OnenoteSectionCopyToSectionGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteSectionCopyToSectionGroupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBuilder">
            <summary>
            The type OnenoteSectionCopyToSectionGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="id">A id parameter for the OData method call.</param>
            <param name="groupId">A groupId parameter for the OData method call.</param>
            <param name="renameAs">A renameAs parameter for the OData method call.</param>
            <param name="siteCollectionId">A siteCollectionId parameter for the OData method call.</param>
            <param name="siteId">A siteId parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionCopyToSectionGroupRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionGroupsCollectionPage">
            <summary>
            The type OnenoteSectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest">
            <summary>
            The type OnenoteSectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteSectionGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionGroupsCollectionRequestBuilder">
            <summary>
            The type OnenoteSectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteSectionGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/> for the specified OnenoteSectionGroup.
            </summary>
            <param name="id">The ID for the OnenoteSectionGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionGroupsCollectionResponse">
            <summary>
            The type OnenoteSectionGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenoteSectionGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionPagesCollectionPage">
            <summary>
            The type OnenoteSectionPagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionPagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteSectionPagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionPagesCollectionRequestBuilder">
            <summary>
            The type OnenoteSectionPagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteSectionPagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionPagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionPagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/> for the specified OnenoteSectionOnenotePage.
            </summary>
            <param name="id">The ID for the OnenoteSectionOnenotePage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenotePageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionPagesCollectionResponse">
            <summary>
            The type OnenoteSectionPagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionPagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenoteSectionPagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionPagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionRequest">
            <summary>
            The type OnenoteSectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteSectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.CreateAsync(Microsoft.Graph.OnenoteSection)">
            <summary>
            Creates the specified OnenoteSection using POST.
            </summary>
            <param name="onenoteSectionToCreate">The OnenoteSection to create.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.CreateAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnenoteSection using POST.
            </summary>
            <param name="onenoteSectionToCreate">The OnenoteSection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.DeleteAsync">
            <summary>
            Deletes the specified OnenoteSection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnenoteSection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.GetAsync">
            <summary>
            Gets the specified OnenoteSection.
            </summary>
            <returns>The OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnenoteSection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.UpdateAsync(Microsoft.Graph.OnenoteSection)">
            <summary>
            Updates the specified OnenoteSection using PATCH.
            </summary>
            <param name="onenoteSectionToUpdate">The OnenoteSection to update.</param>
            <returns>The updated OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.UpdateAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnenoteSection using PATCH.
            </summary>
            <param name="onenoteSectionToUpdate">The OnenoteSection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequest.InitializeCollectionProperties(Microsoft.Graph.OnenoteSection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onenoteSectionToInitialize">The <see cref="T:Microsoft.Graph.OnenoteSection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionRequestBuilder">
            <summary>
            The type OnenoteSectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteSectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionRequestBuilder.ParentNotebook">
            <summary>
            Gets the request builder for ParentNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionRequestBuilder.ParentSectionGroup">
            <summary>
            Gets the request builder for ParentSectionGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionRequestBuilder.Pages">
            <summary>
            Gets the request builder for Pages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionPagesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequestBuilder.CopyToNotebook(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for OnenoteSectionCopyToNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionCopyToNotebookRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionRequestBuilder.CopyToSectionGroup(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the request builder for OnenoteSectionCopyToSectionGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionCopyToSectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionsCollectionPage">
            <summary>
            The type OnenoteSectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOnenoteSectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionsCollectionRequest">
            <summary>
            The type OnenoteSectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnenoteSectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionsCollectionRequestBuilder">
            <summary>
            The type OnenoteSectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnenoteSectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnenoteSectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/> for the specified OnenoteOnenoteSection.
            </summary>
            <param name="id">The ID for the OnenoteOnenoteSection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OnenoteSectionsCollectionResponse">
            <summary>
            The type OnenoteSectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOnenoteSectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OnenoteSectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest">
            <summary>
            The type OnPremisesConditionalAccessSettingsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OnPremisesConditionalAccessSettingsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.CreateAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings)">
            <summary>
            Creates the specified OnPremisesConditionalAccessSettings using POST.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToCreate">The OnPremisesConditionalAccessSettings to create.</param>
            <returns>The created OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.CreateAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OnPremisesConditionalAccessSettings using POST.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToCreate">The OnPremisesConditionalAccessSettings to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.DeleteAsync">
            <summary>
            Deletes the specified OnPremisesConditionalAccessSettings.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OnPremisesConditionalAccessSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.GetAsync">
            <summary>
            Gets the specified OnPremisesConditionalAccessSettings.
            </summary>
            <returns>The OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OnPremisesConditionalAccessSettings.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.UpdateAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings)">
            <summary>
            Updates the specified OnPremisesConditionalAccessSettings using PATCH.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToUpdate">The OnPremisesConditionalAccessSettings to update.</param>
            <returns>The updated OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.UpdateAsync(Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OnPremisesConditionalAccessSettings using PATCH.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToUpdate">The OnPremisesConditionalAccessSettings to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OnPremisesConditionalAccessSettings.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnPremisesConditionalAccessSettings,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequest.InitializeCollectionProperties(Microsoft.Graph.OnPremisesConditionalAccessSettings)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="onPremisesConditionalAccessSettingsToInitialize">The <see cref="T:Microsoft.Graph.OnPremisesConditionalAccessSettings"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequestBuilder">
            <summary>
            The type OnPremisesConditionalAccessSettingsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OnPremisesConditionalAccessSettingsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OnPremisesConditionalAccessSettingsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OpenTypeExtensionRequest">
            <summary>
            The type OpenTypeExtensionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OpenTypeExtensionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.CreateAsync(Microsoft.Graph.OpenTypeExtension)">
            <summary>
            Creates the specified OpenTypeExtension using POST.
            </summary>
            <param name="openTypeExtensionToCreate">The OpenTypeExtension to create.</param>
            <returns>The created OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.CreateAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OpenTypeExtension using POST.
            </summary>
            <param name="openTypeExtensionToCreate">The OpenTypeExtension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.DeleteAsync">
            <summary>
            Deletes the specified OpenTypeExtension.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OpenTypeExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.GetAsync">
            <summary>
            Gets the specified OpenTypeExtension.
            </summary>
            <returns>The OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OpenTypeExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.UpdateAsync(Microsoft.Graph.OpenTypeExtension)">
            <summary>
            Updates the specified OpenTypeExtension using PATCH.
            </summary>
            <param name="openTypeExtensionToUpdate">The OpenTypeExtension to update.</param>
            <returns>The updated OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.UpdateAsync(Microsoft.Graph.OpenTypeExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OpenTypeExtension using PATCH.
            </summary>
            <param name="openTypeExtensionToUpdate">The OpenTypeExtension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OpenTypeExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenTypeExtension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OpenTypeExtension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequest.InitializeCollectionProperties(Microsoft.Graph.OpenTypeExtension)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="openTypeExtensionToInitialize">The <see cref="T:Microsoft.Graph.OpenTypeExtension"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OpenTypeExtensionRequestBuilder">
            <summary>
            The type OpenTypeExtensionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OpenTypeExtensionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OpenTypeExtensionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OperationRequest">
            <summary>
            The type OperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.CreateAsync(Microsoft.Graph.Operation)">
            <summary>
            Creates the specified Operation using POST.
            </summary>
            <param name="operationToCreate">The Operation to create.</param>
            <returns>The created Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.CreateAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Operation using POST.
            </summary>
            <param name="operationToCreate">The Operation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.DeleteAsync">
            <summary>
            Deletes the specified Operation.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Operation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.GetAsync">
            <summary>
            Gets the specified Operation.
            </summary>
            <returns>The Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Operation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.UpdateAsync(Microsoft.Graph.Operation)">
            <summary>
            Updates the specified Operation using PATCH.
            </summary>
            <param name="operationToUpdate">The Operation to update.</param>
            <returns>The updated Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.UpdateAsync(Microsoft.Graph.Operation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Operation using PATCH.
            </summary>
            <param name="operationToUpdate">The Operation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Operation.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Operation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Operation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequest.InitializeCollectionProperties(Microsoft.Graph.Operation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="operationToInitialize">The <see cref="T:Microsoft.Graph.Operation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OperationRequestBuilder">
            <summary>
            The type OperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationExtensionsCollectionPage">
            <summary>
            The type OrganizationExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOrganizationExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrganizationExtensionsCollectionRequest">
            <summary>
            The type OrganizationExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationExtensionsCollectionRequestBuilder">
            <summary>
            The type OrganizationExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrganizationExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrganizationExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified OrganizationExtension.
            </summary>
            <param name="id">The ID for the OrganizationExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationExtensionsCollectionResponse">
            <summary>
            The type OrganizationExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOrganizationExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OrganizationExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OrganizationRequest">
            <summary>
            The type OrganizationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.CreateAsync(Microsoft.Graph.Organization)">
            <summary>
            Creates the specified Organization using POST.
            </summary>
            <param name="organizationToCreate">The Organization to create.</param>
            <returns>The created Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.CreateAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Organization using POST.
            </summary>
            <param name="organizationToCreate">The Organization to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.DeleteAsync">
            <summary>
            Deletes the specified Organization.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Organization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.GetAsync">
            <summary>
            Gets the specified Organization.
            </summary>
            <returns>The Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Organization.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.UpdateAsync(Microsoft.Graph.Organization)">
            <summary>
            Updates the specified Organization using PATCH.
            </summary>
            <param name="organizationToUpdate">The Organization to update.</param>
            <returns>The updated Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.UpdateAsync(Microsoft.Graph.Organization,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Organization using PATCH.
            </summary>
            <param name="organizationToUpdate">The Organization to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Organization.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Organization,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequest.InitializeCollectionProperties(Microsoft.Graph.Organization)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="organizationToInitialize">The <see cref="T:Microsoft.Graph.Organization"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OrganizationRequestBuilder">
            <summary>
            The type OrganizationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OrganizationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OrganizationRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationRequestBuilder.SetMobileDeviceManagementAuthority">
            <summary>
            Gets the request builder for OrganizationSetMobileDeviceManagementAuthority.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOrganizationSetMobileDeviceManagementAuthorityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequest">
            <summary>
            The type OrganizationSetMobileDeviceManagementAuthorityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OrganizationSetMobileDeviceManagementAuthorityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequestBuilder">
            <summary>
            The type OrganizationSetMobileDeviceManagementAuthorityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OrganizationSetMobileDeviceManagementAuthorityRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookCategoryRequest">
            <summary>
            The type OutlookCategoryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OutlookCategoryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.CreateAsync(Microsoft.Graph.OutlookCategory)">
            <summary>
            Creates the specified OutlookCategory using POST.
            </summary>
            <param name="outlookCategoryToCreate">The OutlookCategory to create.</param>
            <returns>The created OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.CreateAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookCategory using POST.
            </summary>
            <param name="outlookCategoryToCreate">The OutlookCategory to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.DeleteAsync">
            <summary>
            Deletes the specified OutlookCategory.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.GetAsync">
            <summary>
            Gets the specified OutlookCategory.
            </summary>
            <returns>The OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookCategory.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.UpdateAsync(Microsoft.Graph.OutlookCategory)">
            <summary>
            Updates the specified OutlookCategory using PATCH.
            </summary>
            <param name="outlookCategoryToUpdate">The OutlookCategory to update.</param>
            <returns>The updated OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.UpdateAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookCategory using PATCH.
            </summary>
            <param name="outlookCategoryToUpdate">The OutlookCategory to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequest.InitializeCollectionProperties(Microsoft.Graph.OutlookCategory)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="outlookCategoryToInitialize">The <see cref="T:Microsoft.Graph.OutlookCategory"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OutlookCategoryRequestBuilder">
            <summary>
            The type OutlookCategoryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OutlookCategoryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookCategoryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookItemRequest">
            <summary>
            The type OutlookItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OutlookItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.CreateAsync(Microsoft.Graph.OutlookItem)">
            <summary>
            Creates the specified OutlookItem using POST.
            </summary>
            <param name="outlookItemToCreate">The OutlookItem to create.</param>
            <returns>The created OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.CreateAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookItem using POST.
            </summary>
            <param name="outlookItemToCreate">The OutlookItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.DeleteAsync">
            <summary>
            Deletes the specified OutlookItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.GetAsync">
            <summary>
            Gets the specified OutlookItem.
            </summary>
            <returns>The OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.UpdateAsync(Microsoft.Graph.OutlookItem)">
            <summary>
            Updates the specified OutlookItem using PATCH.
            </summary>
            <param name="outlookItemToUpdate">The OutlookItem to update.</param>
            <returns>The updated OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.UpdateAsync(Microsoft.Graph.OutlookItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookItem using PATCH.
            </summary>
            <param name="outlookItemToUpdate">The OutlookItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OutlookItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequest.InitializeCollectionProperties(Microsoft.Graph.OutlookItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="outlookItemToInitialize">The <see cref="T:Microsoft.Graph.OutlookItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OutlookItemRequestBuilder">
            <summary>
            The type OutlookItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OutlookItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserMasterCategoriesCollectionPage">
            <summary>
            The type OutlookUserMasterCategoriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserMasterCategoriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest">
            <summary>
            The type OutlookUserMasterCategoriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OutlookUserMasterCategoriesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.AddAsync(Microsoft.Graph.OutlookCategory)">
            <summary>
            Adds the specified OutlookCategory to the collection via POST.
            </summary>
            <param name="outlookCategory">The OutlookCategory to add.</param>
            <returns>The created OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.AddAsync(Microsoft.Graph.OutlookCategory,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OutlookCategory to the collection via POST.
            </summary>
            <param name="outlookCategory">The OutlookCategory to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookCategory.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookCategory,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequestBuilder">
            <summary>
            The type OutlookUserMasterCategoriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OutlookUserMasterCategoriesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserMasterCategoriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOutlookCategoryRequestBuilder"/> for the specified OutlookUserOutlookCategory.
            </summary>
            <param name="id">The ID for the OutlookUserOutlookCategory.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookCategoryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserMasterCategoriesCollectionResponse">
            <summary>
            The type OutlookUserMasterCategoriesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserMasterCategoriesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserMasterCategoriesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserRequest">
            <summary>
            The type OutlookUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OutlookUserRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.CreateAsync(Microsoft.Graph.OutlookUser)">
            <summary>
            Creates the specified OutlookUser using POST.
            </summary>
            <param name="outlookUserToCreate">The OutlookUser to create.</param>
            <returns>The created OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.CreateAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified OutlookUser using POST.
            </summary>
            <param name="outlookUserToCreate">The OutlookUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.DeleteAsync">
            <summary>
            Deletes the specified OutlookUser.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified OutlookUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.GetAsync">
            <summary>
            Gets the specified OutlookUser.
            </summary>
            <returns>The OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified OutlookUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.UpdateAsync(Microsoft.Graph.OutlookUser)">
            <summary>
            Updates the specified OutlookUser using PATCH.
            </summary>
            <param name="outlookUserToUpdate">The OutlookUser to update.</param>
            <returns>The updated OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.UpdateAsync(Microsoft.Graph.OutlookUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified OutlookUser using PATCH.
            </summary>
            <param name="outlookUserToUpdate">The OutlookUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated OutlookUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OutlookUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequest.InitializeCollectionProperties(Microsoft.Graph.OutlookUser)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="outlookUserToInitialize">The <see cref="T:Microsoft.Graph.OutlookUser"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserRequestBuilder">
            <summary>
            The type OutlookUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new OutlookUserRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserRequestBuilder.MasterCategories">
            <summary>
            Gets the request builder for MasterCategories.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserMasterCategoriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequestBuilder.SupportedLanguages">
            <summary>
            Gets the request builder for OutlookUserSupportedLanguages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserSupportedLanguagesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequestBuilder.SupportedTimeZones">
            <summary>
            Gets the request builder for OutlookUserSupportedTimeZones.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserRequestBuilder.SupportedTimeZones(Microsoft.Graph.TimeZoneStandard)">
            <summary>
            Gets the request builder for OutlookUserSupportedTimeZones.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedLanguagesCollectionPage">
            <summary>
            The type OutlookUserSupportedLanguagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedLanguagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOutlookUserSupportedLanguagesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedLanguagesCollectionResponse">
            <summary>
            The type OutlookUserSupportedLanguagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedLanguagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOutlookUserSupportedLanguagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedLanguagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedLanguagesRequest">
            <summary>
            The type OutlookUserSupportedLanguagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OutlookUserSupportedLanguagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedLanguagesRequestBuilder">
            <summary>
            The type OutlookUserSupportedLanguagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OutlookUserSupportedLanguagesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedLanguagesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedTimeZonesCollectionPage">
            <summary>
            The type OutlookUserSupportedTimeZonesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedTimeZonesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedTimeZonesCollectionResponse">
            <summary>
            The type OutlookUserSupportedTimeZonesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedTimeZonesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IOutlookUserSupportedTimeZonesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.OutlookUserSupportedTimeZonesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest">
            <summary>
            The type OutlookUserSupportedTimeZonesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new OutlookUserSupportedTimeZonesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.OutlookUserSupportedTimeZonesRequestBuilder">
            <summary>
            The type OutlookUserSupportedTimeZonesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OutlookUserSupportedTimeZonesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.TimeZoneStandard)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.OutlookUserSupportedTimeZonesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="TimeZoneStandard">A TimeZoneStandard parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.OutlookUserSupportedTimeZonesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PermissionRequest">
            <summary>
            The type PermissionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PermissionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.CreateAsync(Microsoft.Graph.Permission)">
            <summary>
            Creates the specified Permission using POST.
            </summary>
            <param name="permissionToCreate">The Permission to create.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.CreateAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Permission using POST.
            </summary>
            <param name="permissionToCreate">The Permission to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.DeleteAsync">
            <summary>
            Deletes the specified Permission.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Permission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.GetAsync">
            <summary>
            Gets the specified Permission.
            </summary>
            <returns>The Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Permission.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.UpdateAsync(Microsoft.Graph.Permission)">
            <summary>
            Updates the specified Permission using PATCH.
            </summary>
            <param name="permissionToUpdate">The Permission to update.</param>
            <returns>The updated Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.UpdateAsync(Microsoft.Graph.Permission,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Permission using PATCH.
            </summary>
            <param name="permissionToUpdate">The Permission to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Permission.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Permission,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequest.InitializeCollectionProperties(Microsoft.Graph.Permission)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="permissionToInitialize">The <see cref="T:Microsoft.Graph.Permission"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PermissionRequestBuilder">
            <summary>
            The type PermissionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PermissionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PermissionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PersonRequest">
            <summary>
            The type PersonRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PersonRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.CreateAsync(Microsoft.Graph.Person)">
            <summary>
            Creates the specified Person using POST.
            </summary>
            <param name="personToCreate">The Person to create.</param>
            <returns>The created Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.CreateAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Person using POST.
            </summary>
            <param name="personToCreate">The Person to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.DeleteAsync">
            <summary>
            Deletes the specified Person.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Person.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.GetAsync">
            <summary>
            Gets the specified Person.
            </summary>
            <returns>The Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Person.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.UpdateAsync(Microsoft.Graph.Person)">
            <summary>
            Updates the specified Person using PATCH.
            </summary>
            <param name="personToUpdate">The Person to update.</param>
            <returns>The updated Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.UpdateAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Person using PATCH.
            </summary>
            <param name="personToUpdate">The Person to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequest.InitializeCollectionProperties(Microsoft.Graph.Person)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="personToInitialize">The <see cref="T:Microsoft.Graph.Person"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PersonRequestBuilder">
            <summary>
            The type PersonRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PersonRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PersonRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PersonRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PersonRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest">
            <summary>
            The type PlannerAssignedToTaskBoardTaskFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerAssignedToTaskBoardTaskFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat)">
            <summary>
            Creates the specified PlannerAssignedToTaskBoardTaskFormat using POST.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToCreate">The PlannerAssignedToTaskBoardTaskFormat to create.</param>
            <returns>The created PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerAssignedToTaskBoardTaskFormat using POST.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToCreate">The PlannerAssignedToTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerAssignedToTaskBoardTaskFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerAssignedToTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.GetAsync">
            <summary>
            Gets the specified PlannerAssignedToTaskBoardTaskFormat.
            </summary>
            <returns>The PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerAssignedToTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat)">
            <summary>
            Updates the specified PlannerAssignedToTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToUpdate">The PlannerAssignedToTaskBoardTaskFormat to update.</param>
            <returns>The updated PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerAssignedToTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToUpdate">The PlannerAssignedToTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerAssignedToTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerAssignedToTaskBoardTaskFormatToInitialize">The <see cref="T:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequestBuilder">
            <summary>
            The type PlannerAssignedToTaskBoardTaskFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerAssignedToTaskBoardTaskFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerAssignedToTaskBoardTaskFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketRequest">
            <summary>
            The type PlannerBucketRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerBucketRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.CreateAsync(Microsoft.Graph.PlannerBucket)">
            <summary>
            Creates the specified PlannerBucket using POST.
            </summary>
            <param name="plannerBucketToCreate">The PlannerBucket to create.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.CreateAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerBucket using POST.
            </summary>
            <param name="plannerBucketToCreate">The PlannerBucket to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerBucket.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerBucket.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.GetAsync">
            <summary>
            Gets the specified PlannerBucket.
            </summary>
            <returns>The PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerBucket.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.UpdateAsync(Microsoft.Graph.PlannerBucket)">
            <summary>
            Updates the specified PlannerBucket using PATCH.
            </summary>
            <param name="plannerBucketToUpdate">The PlannerBucket to update.</param>
            <returns>The updated PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.UpdateAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucket using PATCH.
            </summary>
            <param name="plannerBucketToUpdate">The PlannerBucket to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerBucket)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerBucketToInitialize">The <see cref="T:Microsoft.Graph.PlannerBucket"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketRequestBuilder">
            <summary>
            The type PlannerBucketRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerBucketRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketsCollectionPage">
            <summary>
            The type PlannerBucketsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerBucketsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketsCollectionRequest">
            <summary>
            The type PlannerBucketsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerBucketsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.AddAsync(Microsoft.Graph.PlannerBucket)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.AddAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketsCollectionRequestBuilder">
            <summary>
            The type PlannerBucketsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerBucketsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/> for the specified PlannerPlannerBucket.
            </summary>
            <param name="id">The ID for the PlannerPlannerBucket.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketsCollectionResponse">
            <summary>
            The type PlannerBucketsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerBucketsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest">
            <summary>
            The type PlannerBucketTaskBoardTaskFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerBucketTaskBoardTaskFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat)">
            <summary>
            Creates the specified PlannerBucketTaskBoardTaskFormat using POST.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToCreate">The PlannerBucketTaskBoardTaskFormat to create.</param>
            <returns>The created PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerBucketTaskBoardTaskFormat using POST.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToCreate">The PlannerBucketTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerBucketTaskBoardTaskFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerBucketTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.GetAsync">
            <summary>
            Gets the specified PlannerBucketTaskBoardTaskFormat.
            </summary>
            <returns>The PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerBucketTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat)">
            <summary>
            Updates the specified PlannerBucketTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToUpdate">The PlannerBucketTaskBoardTaskFormat to update.</param>
            <returns>The updated PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerBucketTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToUpdate">The PlannerBucketTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerBucketTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucketTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerBucketTaskBoardTaskFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerBucketTaskBoardTaskFormatToInitialize">The <see cref="T:Microsoft.Graph.PlannerBucketTaskBoardTaskFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequestBuilder">
            <summary>
            The type PlannerBucketTaskBoardTaskFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerBucketTaskBoardTaskFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTaskBoardTaskFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTasksCollectionPage">
            <summary>
            The type PlannerBucketTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerBucketTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTasksCollectionRequest">
            <summary>
            The type PlannerBucketTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerBucketTasksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTasksCollectionRequestBuilder">
            <summary>
            The type PlannerBucketTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerBucketTasksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerBucketTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerBucketPlannerTask.
            </summary>
            <param name="id">The ID for the PlannerBucketPlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerBucketTasksCollectionResponse">
            <summary>
            The type PlannerBucketTasksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketTasksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerBucketTasksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerBucketTasksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroupPlansCollectionPage">
            <summary>
            The type PlannerGroupPlansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroupPlansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerGroupPlansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroupPlansCollectionRequest">
            <summary>
            The type PlannerGroupPlansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerGroupPlansCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroupPlansCollectionRequestBuilder">
            <summary>
            The type PlannerGroupPlansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerGroupPlansCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupPlansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroupPlansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/> for the specified PlannerGroupPlannerPlan.
            </summary>
            <param name="id">The ID for the PlannerGroupPlannerPlan.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroupPlansCollectionResponse">
            <summary>
            The type PlannerGroupPlansCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroupPlansCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerGroupPlansCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroupPlansCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroupRequest">
            <summary>
            The type PlannerGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerGroupRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.CreateAsync(Microsoft.Graph.PlannerGroup)">
            <summary>
            Creates the specified PlannerGroup using POST.
            </summary>
            <param name="plannerGroupToCreate">The PlannerGroup to create.</param>
            <returns>The created PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.CreateAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerGroup using POST.
            </summary>
            <param name="plannerGroupToCreate">The PlannerGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerGroup.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.GetAsync">
            <summary>
            Gets the specified PlannerGroup.
            </summary>
            <returns>The PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.UpdateAsync(Microsoft.Graph.PlannerGroup)">
            <summary>
            Updates the specified PlannerGroup using PATCH.
            </summary>
            <param name="plannerGroupToUpdate">The PlannerGroup to update.</param>
            <returns>The updated PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.UpdateAsync(Microsoft.Graph.PlannerGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerGroup using PATCH.
            </summary>
            <param name="plannerGroupToUpdate">The PlannerGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerGroup)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerGroupToInitialize">The <see cref="T:Microsoft.Graph.PlannerGroup"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerGroupRequestBuilder">
            <summary>
            The type PlannerGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerGroupRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerGroupRequestBuilder.Plans">
            <summary>
            Gets the request builder for Plans.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerGroupPlansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanBucketsCollectionPage">
            <summary>
            The type PlannerPlanBucketsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanBucketsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerPlanBucketsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanBucketsCollectionRequest">
            <summary>
            The type PlannerPlanBucketsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerPlanBucketsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.AddAsync(Microsoft.Graph.PlannerBucket)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.AddAsync(Microsoft.Graph.PlannerBucket,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerBucket to the collection via POST.
            </summary>
            <param name="plannerBucket">The PlannerBucket to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerBucket.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerBucket,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanBucketsCollectionRequestBuilder">
            <summary>
            The type PlannerPlanBucketsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerPlanBucketsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanBucketsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanBucketsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/> for the specified PlannerPlanPlannerBucket.
            </summary>
            <param name="id">The ID for the PlannerPlanPlannerBucket.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanBucketsCollectionResponse">
            <summary>
            The type PlannerPlanBucketsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanBucketsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerPlanBucketsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanBucketsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanDetailsRequest">
            <summary>
            The type PlannerPlanDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerPlanDetailsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.CreateAsync(Microsoft.Graph.PlannerPlanDetails)">
            <summary>
            Creates the specified PlannerPlanDetails using POST.
            </summary>
            <param name="plannerPlanDetailsToCreate">The PlannerPlanDetails to create.</param>
            <returns>The created PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.CreateAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerPlanDetails using POST.
            </summary>
            <param name="plannerPlanDetailsToCreate">The PlannerPlanDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerPlanDetails.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerPlanDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.GetAsync">
            <summary>
            Gets the specified PlannerPlanDetails.
            </summary>
            <returns>The PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerPlanDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.UpdateAsync(Microsoft.Graph.PlannerPlanDetails)">
            <summary>
            Updates the specified PlannerPlanDetails using PATCH.
            </summary>
            <param name="plannerPlanDetailsToUpdate">The PlannerPlanDetails to update.</param>
            <returns>The updated PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.UpdateAsync(Microsoft.Graph.PlannerPlanDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlanDetails using PATCH.
            </summary>
            <param name="plannerPlanDetailsToUpdate">The PlannerPlanDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerPlanDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlanDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlanDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerPlanDetails)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerPlanDetailsToInitialize">The <see cref="T:Microsoft.Graph.PlannerPlanDetails"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanDetailsRequestBuilder">
            <summary>
            The type PlannerPlanDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerPlanDetailsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanDetailsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanRequest">
            <summary>
            The type PlannerPlanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerPlanRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.CreateAsync(Microsoft.Graph.PlannerPlan)">
            <summary>
            Creates the specified PlannerPlan using POST.
            </summary>
            <param name="plannerPlanToCreate">The PlannerPlan to create.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.CreateAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerPlan using POST.
            </summary>
            <param name="plannerPlanToCreate">The PlannerPlan to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerPlan.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerPlan.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.GetAsync">
            <summary>
            Gets the specified PlannerPlan.
            </summary>
            <returns>The PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerPlan.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.UpdateAsync(Microsoft.Graph.PlannerPlan)">
            <summary>
            Updates the specified PlannerPlan using PATCH.
            </summary>
            <param name="plannerPlanToUpdate">The PlannerPlan to update.</param>
            <returns>The updated PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.UpdateAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerPlan using PATCH.
            </summary>
            <param name="plannerPlanToUpdate">The PlannerPlan to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerPlan)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerPlanToInitialize">The <see cref="T:Microsoft.Graph.PlannerPlan"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanRequestBuilder">
            <summary>
            The type PlannerPlanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerPlanRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanRequestBuilder.Buckets">
            <summary>
            Gets the request builder for Buckets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanBucketsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanRequestBuilder.Details">
            <summary>
            Gets the request builder for Details.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlansCollectionPage">
            <summary>
            The type PlannerPlansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerPlansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlansCollectionRequest">
            <summary>
            The type PlannerPlansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerPlansCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlansCollectionRequestBuilder">
            <summary>
            The type PlannerPlansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerPlansCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/> for the specified PlannerPlannerPlan.
            </summary>
            <param name="id">The ID for the PlannerPlannerPlan.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlansCollectionResponse">
            <summary>
            The type PlannerPlansCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlansCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerPlansCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlansCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanTasksCollectionPage">
            <summary>
            The type PlannerPlanTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerPlanTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanTasksCollectionRequest">
            <summary>
            The type PlannerPlanTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerPlanTasksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanTasksCollectionRequestBuilder">
            <summary>
            The type PlannerPlanTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerPlanTasksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerPlanTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerPlanPlannerTask.
            </summary>
            <param name="id">The ID for the PlannerPlanPlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerPlanTasksCollectionResponse">
            <summary>
            The type PlannerPlanTasksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanTasksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerPlanTasksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerPlanTasksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest">
            <summary>
            The type PlannerProgressTaskBoardTaskFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerProgressTaskBoardTaskFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat)">
            <summary>
            Creates the specified PlannerProgressTaskBoardTaskFormat using POST.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToCreate">The PlannerProgressTaskBoardTaskFormat to create.</param>
            <returns>The created PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.CreateAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerProgressTaskBoardTaskFormat using POST.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToCreate">The PlannerProgressTaskBoardTaskFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerProgressTaskBoardTaskFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerProgressTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.GetAsync">
            <summary>
            Gets the specified PlannerProgressTaskBoardTaskFormat.
            </summary>
            <returns>The PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerProgressTaskBoardTaskFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat)">
            <summary>
            Updates the specified PlannerProgressTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToUpdate">The PlannerProgressTaskBoardTaskFormat to update.</param>
            <returns>The updated PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.UpdateAsync(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerProgressTaskBoardTaskFormat using PATCH.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToUpdate">The PlannerProgressTaskBoardTaskFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerProgressTaskBoardTaskFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerProgressTaskBoardTaskFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerProgressTaskBoardTaskFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerProgressTaskBoardTaskFormatToInitialize">The <see cref="T:Microsoft.Graph.PlannerProgressTaskBoardTaskFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequestBuilder">
            <summary>
            The type PlannerProgressTaskBoardTaskFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerProgressTaskBoardTaskFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerProgressTaskBoardTaskFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerRequest">
            <summary>
            The type PlannerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.CreateAsync(Microsoft.Graph.Planner)">
            <summary>
            Creates the specified Planner using POST.
            </summary>
            <param name="plannerToCreate">The Planner to create.</param>
            <returns>The created Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.CreateAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Planner using POST.
            </summary>
            <param name="plannerToCreate">The Planner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.DeleteAsync">
            <summary>
            Deletes the specified Planner.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Planner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.GetAsync">
            <summary>
            Gets the specified Planner.
            </summary>
            <returns>The Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Planner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.UpdateAsync(Microsoft.Graph.Planner)">
            <summary>
            Updates the specified Planner using PATCH.
            </summary>
            <param name="plannerToUpdate">The Planner to update.</param>
            <returns>The updated Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.UpdateAsync(Microsoft.Graph.Planner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Planner using PATCH.
            </summary>
            <param name="plannerToUpdate">The Planner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Planner.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Planner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Planner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequest.InitializeCollectionProperties(Microsoft.Graph.Planner)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerToInitialize">The <see cref="T:Microsoft.Graph.Planner"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerRequestBuilder">
            <summary>
            The type PlannerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerRequestBuilder.Plans">
            <summary>
            Gets the request builder for Plans.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerRequestBuilder.Buckets">
            <summary>
            Gets the request builder for Buckets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerTaskDetailsRequest">
            <summary>
            The type PlannerTaskDetailsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerTaskDetailsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.CreateAsync(Microsoft.Graph.PlannerTaskDetails)">
            <summary>
            Creates the specified PlannerTaskDetails using POST.
            </summary>
            <param name="plannerTaskDetailsToCreate">The PlannerTaskDetails to create.</param>
            <returns>The created PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.CreateAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerTaskDetails using POST.
            </summary>
            <param name="plannerTaskDetailsToCreate">The PlannerTaskDetails to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerTaskDetails.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerTaskDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.GetAsync">
            <summary>
            Gets the specified PlannerTaskDetails.
            </summary>
            <returns>The PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerTaskDetails.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.UpdateAsync(Microsoft.Graph.PlannerTaskDetails)">
            <summary>
            Updates the specified PlannerTaskDetails using PATCH.
            </summary>
            <param name="plannerTaskDetailsToUpdate">The PlannerTaskDetails to update.</param>
            <returns>The updated PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.UpdateAsync(Microsoft.Graph.PlannerTaskDetails,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTaskDetails using PATCH.
            </summary>
            <param name="plannerTaskDetailsToUpdate">The PlannerTaskDetails to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerTaskDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTaskDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTaskDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerTaskDetails)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerTaskDetailsToInitialize">The <see cref="T:Microsoft.Graph.PlannerTaskDetails"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerTaskDetailsRequestBuilder">
            <summary>
            The type PlannerTaskDetailsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerTaskDetailsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskDetailsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerTaskRequest">
            <summary>
            The type PlannerTaskRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerTaskRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.CreateAsync(Microsoft.Graph.PlannerTask)">
            <summary>
            Creates the specified PlannerTask using POST.
            </summary>
            <param name="plannerTaskToCreate">The PlannerTask to create.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.CreateAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerTask using POST.
            </summary>
            <param name="plannerTaskToCreate">The PlannerTask to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerTask.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.GetAsync">
            <summary>
            Gets the specified PlannerTask.
            </summary>
            <returns>The PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerTask.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.UpdateAsync(Microsoft.Graph.PlannerTask)">
            <summary>
            Updates the specified PlannerTask using PATCH.
            </summary>
            <param name="plannerTaskToUpdate">The PlannerTask to update.</param>
            <returns>The updated PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.UpdateAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerTask using PATCH.
            </summary>
            <param name="plannerTaskToUpdate">The PlannerTask to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerTask)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerTaskToInitialize">The <see cref="T:Microsoft.Graph.PlannerTask"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerTaskRequestBuilder">
            <summary>
            The type PlannerTaskRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerTaskRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTaskRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskRequestBuilder.Details">
            <summary>
            Gets the request builder for Details.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskRequestBuilder.AssignedToTaskBoardFormat">
            <summary>
            Gets the request builder for AssignedToTaskBoardFormat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerAssignedToTaskBoardTaskFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskRequestBuilder.ProgressTaskBoardFormat">
            <summary>
            Gets the request builder for ProgressTaskBoardFormat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerProgressTaskBoardTaskFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerTaskRequestBuilder.BucketTaskBoardFormat">
            <summary>
            Gets the request builder for BucketTaskBoardFormat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerBucketTaskBoardTaskFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerTasksCollectionPage">
            <summary>
            The type PlannerTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerTasksCollectionRequest">
            <summary>
            The type PlannerTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerTasksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerTasksCollectionRequestBuilder">
            <summary>
            The type PlannerTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerTasksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerPlannerTask.
            </summary>
            <param name="id">The ID for the PlannerPlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerTasksCollectionResponse">
            <summary>
            The type PlannerTasksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTasksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerTasksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerTasksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserPlansCollectionPage">
            <summary>
            The type PlannerUserPlansCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserPlansCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerUserPlansCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserPlansCollectionRequest">
            <summary>
            The type PlannerUserPlansCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerUserPlansCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.AddAsync(Microsoft.Graph.PlannerPlan,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerPlan to the collection via POST.
            </summary>
            <param name="plannerPlan">The PlannerPlan to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerPlan.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerPlan,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserPlansCollectionRequestBuilder">
            <summary>
            The type PlannerUserPlansCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerUserPlansCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserPlansCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserPlansCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/> for the specified PlannerUserPlannerPlan.
            </summary>
            <param name="id">The ID for the PlannerUserPlannerPlan.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerPlanRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserPlansCollectionResponse">
            <summary>
            The type PlannerUserPlansCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserPlansCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerUserPlansCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserPlansCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserRequest">
            <summary>
            The type PlannerUserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerUserRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.CreateAsync(Microsoft.Graph.PlannerUser)">
            <summary>
            Creates the specified PlannerUser using POST.
            </summary>
            <param name="plannerUserToCreate">The PlannerUser to create.</param>
            <returns>The created PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.CreateAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Creates the specified PlannerUser using POST.
            </summary>
            <param name="plannerUserToCreate">The PlannerUser to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.DeleteAsync">
            <summary>
            Deletes the specified PlannerUser.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified PlannerUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.GetAsync">
            <summary>
            Gets the specified PlannerUser.
            </summary>
            <returns>The PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified PlannerUser.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.UpdateAsync(Microsoft.Graph.PlannerUser)">
            <summary>
            Updates the specified PlannerUser using PATCH.
            </summary>
            <param name="plannerUserToUpdate">The PlannerUser to update.</param>
            <returns>The updated PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.UpdateAsync(Microsoft.Graph.PlannerUser,System.Threading.CancellationToken)">
            <summary>
            Updates the specified PlannerUser using PATCH.
            </summary>
            <param name="plannerUserToUpdate">The PlannerUser to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated PlannerUser.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerUser,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerUser,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequest.InitializeCollectionProperties(Microsoft.Graph.PlannerUser)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="plannerUserToInitialize">The <see cref="T:Microsoft.Graph.PlannerUser"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserRequestBuilder">
            <summary>
            The type PlannerUserRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerUserRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserRequestBuilder.Tasks">
            <summary>
            Gets the request builder for Tasks.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerUserTasksCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserRequestBuilder.Plans">
            <summary>
            Gets the request builder for Plans.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerUserPlansCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserTasksCollectionPage">
            <summary>
            The type PlannerUserTasksCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserTasksCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPlannerUserTasksCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserTasksCollectionRequest">
            <summary>
            The type PlannerUserTasksCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PlannerUserTasksCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.AddAsync(Microsoft.Graph.PlannerTask,System.Threading.CancellationToken)">
            <summary>
            Adds the specified PlannerTask to the collection via POST.
            </summary>
            <param name="plannerTask">The PlannerTask to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created PlannerTask.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.PlannerTask,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserTasksCollectionRequestBuilder">
            <summary>
            The type PlannerUserTasksCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PlannerUserTasksCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PlannerUserTasksCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserTasksCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/> for the specified PlannerUserPlannerTask.
            </summary>
            <param name="id">The ID for the PlannerUserPlannerTask.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPlannerTaskRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PlannerUserTasksCollectionResponse">
            <summary>
            The type PlannerUserTasksCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserTasksCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPlannerUserTasksCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PlannerUserTasksCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostAttachmentsCollectionPage">
            <summary>
            The type PostAttachmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostAttachmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostAttachmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostAttachmentsCollectionRequest">
            <summary>
            The type PostAttachmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostAttachmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.AddAsync(Microsoft.Graph.Attachment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Attachment to the collection via POST.
            </summary>
            <param name="attachment">The Attachment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Attachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Attachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostAttachmentsCollectionRequestBuilder">
            <summary>
            The type PostAttachmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PostAttachmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostAttachmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostAttachmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/> for the specified PostAttachment.
            </summary>
            <param name="id">The ID for the PostAttachment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IAttachmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostAttachmentsCollectionResponse">
            <summary>
            The type PostAttachmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostAttachmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPostAttachmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostAttachmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostExtensionsCollectionPage">
            <summary>
            The type PostExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostExtensionsCollectionRequest">
            <summary>
            The type PostExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostExtensionsCollectionRequestBuilder">
            <summary>
            The type PostExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PostExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified PostExtension.
            </summary>
            <param name="id">The ID for the PostExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostExtensionsCollectionResponse">
            <summary>
            The type PostExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPostExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostForwardRequest">
            <summary>
            The type PostForwardRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostForwardRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostForwardRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostForwardRequestBuilder">
            <summary>
            The type PostForwardRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PostForwardRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="ToRecipients">A ToRecipients parameter for the OData method call.</param>
            <param name="Comment">A Comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.PostForwardRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionPage">
            <summary>
            The type PostMultiValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest">
            <summary>
            The type PostMultiValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostMultiValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MultiValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="multiValueLegacyExtendedProperty">The MultiValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MultiValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MultiValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type PostMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PostMultiValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/> for the specified PostMultiValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the PostMultiValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMultiValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionResponse">
            <summary>
            The type PostMultiValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostMultiValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostReplyRequest">
            <summary>
            The type PostReplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostReplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostReplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostReplyRequestBuilder">
            <summary>
            The type PostReplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Post)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.PostReplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Post">A Post parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.PostReplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostRequest">
            <summary>
            The type PostRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.CreateAsync(Microsoft.Graph.Post)">
            <summary>
            Creates the specified Post using POST.
            </summary>
            <param name="postToCreate">The Post to create.</param>
            <returns>The created Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.CreateAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Post using POST.
            </summary>
            <param name="postToCreate">The Post to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.DeleteAsync">
            <summary>
            Deletes the specified Post.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Post.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.GetAsync">
            <summary>
            Gets the specified Post.
            </summary>
            <returns>The Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Post.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.UpdateAsync(Microsoft.Graph.Post)">
            <summary>
            Updates the specified Post using PATCH.
            </summary>
            <param name="postToUpdate">The Post to update.</param>
            <returns>The updated Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.UpdateAsync(Microsoft.Graph.Post,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Post using PATCH.
            </summary>
            <param name="postToUpdate">The Post to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Post.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Post,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequest.InitializeCollectionProperties(Microsoft.Graph.Post)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="postToInitialize">The <see cref="T:Microsoft.Graph.Post"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.PostRequestBuilder">
            <summary>
            The type PostRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PostRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PostRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostRequestBuilder.Extensions">
            <summary>
            Gets the request builder for Extensions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostExtensionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostRequestBuilder.InReplyTo">
            <summary>
            Gets the request builder for InReplyTo.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostRequestBuilder.Attachments">
            <summary>
            Gets the request builder for Attachments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostAttachmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostRequestBuilder.SingleValueExtendedProperties">
            <summary>
            Gets the request builder for SingleValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostRequestBuilder.MultiValueExtendedProperties">
            <summary>
            Gets the request builder for MultiValueExtendedProperties.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostMultiValueExtendedPropertiesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequestBuilder.Forward(System.Collections.Generic.IEnumerable{Microsoft.Graph.Recipient},System.String)">
            <summary>
            Gets the request builder for PostForward.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostForwardRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostRequestBuilder.Reply(Microsoft.Graph.Post)">
            <summary>
            Gets the request builder for PostReply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IPostReplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionPage">
            <summary>
            The type PostSingleValueExtendedPropertiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest">
            <summary>
            The type PostSingleValueExtendedPropertiesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new PostSingleValueExtendedPropertiesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.AddAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SingleValueLegacyExtendedProperty to the collection via POST.
            </summary>
            <param name="singleValueLegacyExtendedProperty">The SingleValueLegacyExtendedProperty to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequestBuilder">
            <summary>
            The type PostSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new PostSingleValueExtendedPropertiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/> for the specified PostSingleValueLegacyExtendedProperty.
            </summary>
            <param name="id">The ID for the PostSingleValueLegacyExtendedProperty.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISingleValueLegacyExtendedPropertyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionResponse">
            <summary>
            The type PostSingleValueExtendedPropertiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IPostSingleValueExtendedPropertiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.PostSingleValueExtendedPropertiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.ProfilePhotoContentRequest">
            <summary>
            The type ProfilePhotoContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ProfilePhotoContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequest.PutAsync(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The updated stream.</returns>
        </member>
        <member name="T:Microsoft.Graph.ProfilePhotoContentRequestBuilder">
            <summary>
            The type ProfilePhotoContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ProfilePhotoContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ProfilePhotoRequest">
            <summary>
            The type ProfilePhotoRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ProfilePhotoRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.CreateAsync(Microsoft.Graph.ProfilePhoto)">
            <summary>
            Creates the specified ProfilePhoto using POST.
            </summary>
            <param name="profilePhotoToCreate">The ProfilePhoto to create.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.CreateAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ProfilePhoto using POST.
            </summary>
            <param name="profilePhotoToCreate">The ProfilePhoto to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.DeleteAsync">
            <summary>
            Deletes the specified ProfilePhoto.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ProfilePhoto.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.GetAsync">
            <summary>
            Gets the specified ProfilePhoto.
            </summary>
            <returns>The ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ProfilePhoto.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.UpdateAsync(Microsoft.Graph.ProfilePhoto)">
            <summary>
            Updates the specified ProfilePhoto using PATCH.
            </summary>
            <param name="profilePhotoToUpdate">The ProfilePhoto to update.</param>
            <returns>The updated ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.UpdateAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ProfilePhoto using PATCH.
            </summary>
            <param name="profilePhotoToUpdate">The ProfilePhoto to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequest.InitializeCollectionProperties(Microsoft.Graph.ProfilePhoto)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="profilePhotoToInitialize">The <see cref="T:Microsoft.Graph.ProfilePhoto"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ProfilePhotoRequestBuilder">
            <summary>
            The type ProfilePhotoRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ProfilePhotoRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ProfilePhotoRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ProfilePhotoRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReferenceAttachmentRequest">
            <summary>
            The type ReferenceAttachmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReferenceAttachmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.CreateAsync(Microsoft.Graph.ReferenceAttachment)">
            <summary>
            Creates the specified ReferenceAttachment using POST.
            </summary>
            <param name="referenceAttachmentToCreate">The ReferenceAttachment to create.</param>
            <returns>The created ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.CreateAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ReferenceAttachment using POST.
            </summary>
            <param name="referenceAttachmentToCreate">The ReferenceAttachment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.DeleteAsync">
            <summary>
            Deletes the specified ReferenceAttachment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ReferenceAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.GetAsync">
            <summary>
            Gets the specified ReferenceAttachment.
            </summary>
            <returns>The ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ReferenceAttachment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.UpdateAsync(Microsoft.Graph.ReferenceAttachment)">
            <summary>
            Updates the specified ReferenceAttachment using PATCH.
            </summary>
            <param name="referenceAttachmentToUpdate">The ReferenceAttachment to update.</param>
            <returns>The updated ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.UpdateAsync(Microsoft.Graph.ReferenceAttachment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReferenceAttachment using PATCH.
            </summary>
            <param name="referenceAttachmentToUpdate">The ReferenceAttachment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ReferenceAttachment.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReferenceAttachment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReferenceAttachment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequest.InitializeCollectionProperties(Microsoft.Graph.ReferenceAttachment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="referenceAttachmentToInitialize">The <see cref="T:Microsoft.Graph.ReferenceAttachment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ReferenceAttachmentRequestBuilder">
            <summary>
            The type ReferenceAttachmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ReferenceAttachmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReferenceAttachmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequest">
            <summary>
            The type RemoteAssistancePartnerBeginOnboardingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RemoteAssistancePartnerBeginOnboardingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequestBuilder">
            <summary>
            The type RemoteAssistancePartnerBeginOnboardingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerBeginOnboardingRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequest">
            <summary>
            The type RemoteAssistancePartnerDisconnectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RemoteAssistancePartnerDisconnectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequestBuilder">
            <summary>
            The type RemoteAssistancePartnerDisconnectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerDisconnectRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartnerRequest">
            <summary>
            The type RemoteAssistancePartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RemoteAssistancePartnerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.CreateAsync(Microsoft.Graph.RemoteAssistancePartner)">
            <summary>
            Creates the specified RemoteAssistancePartner using POST.
            </summary>
            <param name="remoteAssistancePartnerToCreate">The RemoteAssistancePartner to create.</param>
            <returns>The created RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.CreateAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RemoteAssistancePartner using POST.
            </summary>
            <param name="remoteAssistancePartnerToCreate">The RemoteAssistancePartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.DeleteAsync">
            <summary>
            Deletes the specified RemoteAssistancePartner.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RemoteAssistancePartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.GetAsync">
            <summary>
            Gets the specified RemoteAssistancePartner.
            </summary>
            <returns>The RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RemoteAssistancePartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.UpdateAsync(Microsoft.Graph.RemoteAssistancePartner)">
            <summary>
            Updates the specified RemoteAssistancePartner using PATCH.
            </summary>
            <param name="remoteAssistancePartnerToUpdate">The RemoteAssistancePartner to update.</param>
            <returns>The updated RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.UpdateAsync(Microsoft.Graph.RemoteAssistancePartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RemoteAssistancePartner using PATCH.
            </summary>
            <param name="remoteAssistancePartnerToUpdate">The RemoteAssistancePartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated RemoteAssistancePartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RemoteAssistancePartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequest.InitializeCollectionProperties(Microsoft.Graph.RemoteAssistancePartner)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="remoteAssistancePartnerToInitialize">The <see cref="T:Microsoft.Graph.RemoteAssistancePartner"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RemoteAssistancePartnerRequestBuilder">
            <summary>
            The type RemoteAssistancePartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RemoteAssistancePartnerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequestBuilder.BeginOnboarding">
            <summary>
            Gets the request builder for RemoteAssistancePartnerBeginOnboarding.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerBeginOnboardingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.RemoteAssistancePartnerRequestBuilder.Disconnect">
            <summary>
            Gets the request builder for RemoteAssistancePartnerDisconnect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRemoteAssistancePartnerDisconnectRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportContentRequest">
            <summary>
            The type ReportContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequest.PutAsync``1(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportContentRequestBuilder">
            <summary>
            The type ReportContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ReportContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest">
            <summary>
            The type ReportRootDeviceConfigurationDeviceActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootDeviceConfigurationDeviceActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequestBuilder">
            <summary>
            The type ReportRootDeviceConfigurationDeviceActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationDeviceActivityRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest">
            <summary>
            The type ReportRootDeviceConfigurationUserActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootDeviceConfigurationUserActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequestBuilder">
            <summary>
            The type ReportRootDeviceConfigurationUserActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootDeviceConfigurationUserActivityRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest">
            <summary>
            The type ReportRootGetEmailActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetEmailActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest">
            <summary>
            The type ReportRootGetEmailActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetEmailActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest">
            <summary>
            The type ReportRootGetEmailActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetEmailActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailActivityUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest">
            <summary>
            The type ReportRootGetEmailAppUsageAppsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailAppUsageAppsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetEmailAppUsageAppsUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageAppsUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest">
            <summary>
            The type ReportRootGetEmailAppUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailAppUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetEmailAppUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest">
            <summary>
            The type ReportRootGetEmailAppUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailAppUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetEmailAppUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest">
            <summary>
            The type ReportRootGetEmailAppUsageVersionsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetEmailAppUsageVersionsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest">
            <summary>
            The type ReportRootGetMailboxUsageDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetMailboxUsageDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequestBuilder">
            <summary>
            The type ReportRootGetMailboxUsageDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest">
            <summary>
            The type ReportRootGetMailboxUsageMailboxCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetMailboxUsageMailboxCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequestBuilder">
            <summary>
            The type ReportRootGetMailboxUsageMailboxCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageMailboxCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest">
            <summary>
            The type ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder">
            <summary>
            The type ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest">
            <summary>
            The type ReportRootGetMailboxUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetMailboxUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequestBuilder">
            <summary>
            The type ReportRootGetMailboxUsageStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetMailboxUsageStorageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest">
            <summary>
            The type ReportRootGetOffice365ActivationCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365ActivationCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365ActivationCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest">
            <summary>
            The type ReportRootGetOffice365ActivationsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365ActivationsUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365ActivationsUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest">
            <summary>
            The type ReportRootGetOffice365ActivationsUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365ActivationsUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetOffice365ActivationsUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActivationsUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest">
            <summary>
            The type ReportRootGetOffice365ActiveUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365ActiveUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365ActiveUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest">
            <summary>
            The type ReportRootGetOffice365ActiveUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365ActiveUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetOffice365ActiveUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ActiveUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest">
            <summary>
            The type ReportRootGetOffice365GroupsActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365GroupsActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365GroupsActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest">
            <summary>
            The type ReportRootGetOffice365GroupsActivityDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365GroupsActivityDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequestBuilder">
            <summary>
            The type ReportRootGetOffice365GroupsActivityDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest">
            <summary>
            The type ReportRootGetOffice365GroupsActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365GroupsActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365GroupsActivityFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityFileCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest">
            <summary>
            The type ReportRootGetOffice365GroupsActivityGroupCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365GroupsActivityGroupCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest">
            <summary>
            The type ReportRootGetOffice365GroupsActivityStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365GroupsActivityStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequestBuilder">
            <summary>
            The type ReportRootGetOffice365GroupsActivityStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365GroupsActivityStorageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest">
            <summary>
            The type ReportRootGetOffice365ServicesUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOffice365ServicesUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetOffice365ServicesUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOffice365ServicesUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest">
            <summary>
            The type ReportRootGetOneDriveActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveActivityFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityFileCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest">
            <summary>
            The type ReportRootGetOneDriveActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest">
            <summary>
            The type ReportRootGetOneDriveActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveActivityUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest">
            <summary>
            The type ReportRootGetOneDriveUsageAccountCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveUsageAccountCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveUsageAccountCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest">
            <summary>
            The type ReportRootGetOneDriveUsageAccountDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveUsageAccountDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveUsageAccountDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageAccountDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest">
            <summary>
            The type ReportRootGetOneDriveUsageFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveUsageFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveUsageFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageFileCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest">
            <summary>
            The type ReportRootGetOneDriveUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetOneDriveUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequestBuilder">
            <summary>
            The type ReportRootGetOneDriveUsageStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetOneDriveUsageStorageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest">
            <summary>
            The type ReportRootGetSharePointActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointActivityFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequestBuilder">
            <summary>
            The type ReportRootGetSharePointActivityFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityFileCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest">
            <summary>
            The type ReportRootGetSharePointActivityPagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointActivityPagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequestBuilder">
            <summary>
            The type ReportRootGetSharePointActivityPagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityPagesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest">
            <summary>
            The type ReportRootGetSharePointActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSharePointActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest">
            <summary>
            The type ReportRootGetSharePointActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetSharePointActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointActivityUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest">
            <summary>
            The type ReportRootGetSharePointSiteUsageDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointSiteUsageDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequestBuilder">
            <summary>
            The type ReportRootGetSharePointSiteUsageDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest">
            <summary>
            The type ReportRootGetSharePointSiteUsageFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointSiteUsageFileCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequestBuilder">
            <summary>
            The type ReportRootGetSharePointSiteUsageFileCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageFileCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest">
            <summary>
            The type ReportRootGetSharePointSiteUsagePagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointSiteUsagePagesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequestBuilder">
            <summary>
            The type ReportRootGetSharePointSiteUsagePagesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsagePagesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest">
            <summary>
            The type ReportRootGetSharePointSiteUsageSiteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointSiteUsageSiteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequestBuilder">
            <summary>
            The type ReportRootGetSharePointSiteUsageSiteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageSiteCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest">
            <summary>
            The type ReportRootGetSharePointSiteUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSharePointSiteUsageStorageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequestBuilder">
            <summary>
            The type ReportRootGetSharePointSiteUsageStorageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSharePointSiteUsageStorageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest">
            <summary>
            The type ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest">
            <summary>
            The type ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest">
            <summary>
            The type ReportRootGetTeamsDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetTeamsDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetTeamsDeviceUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest">
            <summary>
            The type ReportRootGetTeamsDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetTeamsDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsDeviceUsageUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest">
            <summary>
            The type ReportRootGetTeamsUserActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetTeamsUserActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetTeamsUserActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest">
            <summary>
            The type ReportRootGetTeamsUserActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetTeamsUserActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetTeamsUserActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest">
            <summary>
            The type ReportRootGetTeamsUserActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetTeamsUserActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetTeamsUserActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetTeamsUserActivityUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest">
            <summary>
            The type ReportRootGetYammerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetYammerActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest">
            <summary>
            The type ReportRootGetYammerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerActivityUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetYammerActivityUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest">
            <summary>
            The type ReportRootGetYammerActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerActivityUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetYammerActivityUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerActivityUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest">
            <summary>
            The type ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest">
            <summary>
            The type ReportRootGetYammerDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerDeviceUsageUserCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequestBuilder">
            <summary>
            The type ReportRootGetYammerDeviceUsageUserCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest">
            <summary>
            The type ReportRootGetYammerDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerDeviceUsageUserDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequestBuilder">
            <summary>
            The type ReportRootGetYammerDeviceUsageUserDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerDeviceUsageUserDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest">
            <summary>
            The type ReportRootGetYammerGroupsActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerGroupsActivityCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequestBuilder">
            <summary>
            The type ReportRootGetYammerGroupsActivityCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest">
            <summary>
            The type ReportRootGetYammerGroupsActivityDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerGroupsActivityDetailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequestBuilder">
            <summary>
            The type ReportRootGetYammerGroupsActivityDetailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Date)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityDetailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest">
            <summary>
            The type ReportRootGetYammerGroupsActivityGroupCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootGetYammerGroupsActivityGroupCountsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.PatchAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.PatchAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="report">The Report object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.PutAsync(Microsoft.Graph.Report)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.PutAsync(Microsoft.Graph.Report,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="report">The Report object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequestBuilder">
            <summary>
            The type ReportRootGetYammerGroupsActivityGroupCountsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="period">A period parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootGetYammerGroupsActivityGroupCountsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ReportRootRequest">
            <summary>
            The type ReportRootRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ReportRootRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.CreateAsync(Microsoft.Graph.ReportRoot)">
            <summary>
            Creates the specified ReportRoot using POST.
            </summary>
            <param name="reportRootToCreate">The ReportRoot to create.</param>
            <returns>The created ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.CreateAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ReportRoot using POST.
            </summary>
            <param name="reportRootToCreate">The ReportRoot to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.DeleteAsync">
            <summary>
            Deletes the specified ReportRoot.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ReportRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.GetAsync">
            <summary>
            Gets the specified ReportRoot.
            </summary>
            <returns>The ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ReportRoot.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.UpdateAsync(Microsoft.Graph.ReportRoot)">
            <summary>
            Updates the specified ReportRoot using PATCH.
            </summary>
            <param name="reportRootToUpdate">The ReportRoot to update.</param>
            <returns>The updated ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.UpdateAsync(Microsoft.Graph.ReportRoot,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ReportRoot using PATCH.
            </summary>
            <param name="reportRootToUpdate">The ReportRoot to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ReportRoot.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReportRoot,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ReportRoot,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequest.InitializeCollectionProperties(Microsoft.Graph.ReportRoot)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="reportRootToInitialize">The <see cref="T:Microsoft.Graph.ReportRoot"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ReportRootRequestBuilder">
            <summary>
            The type ReportRootRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ReportRootRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ActivationsUserDetail">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActivationsUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ActivationCounts">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActivationCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActivationCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ActivationsUserCounts">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActivationsUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActivationsUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ActiveUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActiveUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ActiveUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActiveUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ServicesUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ServicesUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ServicesUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365ActiveUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365ActiveUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365ActiveUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365GroupsActivityDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365GroupsActivityDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365GroupsActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365GroupsActivityGroupCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityGroupCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityGroupCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365GroupsActivityStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOffice365GroupsActivityFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOffice365GroupsActivityFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOffice365GroupsActivityFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailAppUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailAppUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailAppUsageAppsUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageAppsUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageAppsUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailAppUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetEmailAppUsageVersionsUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetEmailAppUsageVersionsUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetEmailAppUsageVersionsUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetMailboxUsageDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetMailboxUsageMailboxCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageMailboxCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageMailboxCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetMailboxUsageQuotaStatusMailboxCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageQuotaStatusMailboxCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageQuotaStatusMailboxCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetMailboxUsageStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetMailboxUsageStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetMailboxUsageStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveActivityFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveActivityFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveActivityFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveUsageAccountDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageAccountDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveUsageAccountDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageAccountDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveUsageAccountCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageAccountCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageAccountCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveUsageFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetOneDriveUsageStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetOneDriveUsageStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetOneDriveUsageStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointActivityFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointActivityPages(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointActivityPages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointActivityPagesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointSiteUsageDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointSiteUsageDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointSiteUsageFileCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageFileCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageFileCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointSiteUsageSiteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageSiteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageSiteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointSiteUsageStorage(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsageStorage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsageStorageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSharePointSiteUsagePages(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSharePointSiteUsagePages.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSharePointSiteUsagePagesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessPeerToPeerActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessPeerToPeerActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessPeerToPeerActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessPeerToPeerActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessPeerToPeerActivityMinuteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessPeerToPeerActivityMinuteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessOrganizerActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessOrganizerActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessOrganizerActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessOrganizerActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessOrganizerActivityMinuteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessOrganizerActivityMinuteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessOrganizerActivityMinuteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessParticipantActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessParticipantActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessParticipantActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessParticipantActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessParticipantActivityMinuteCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessParticipantActivityMinuteCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessParticipantActivityMinuteCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageDistributionUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageDistributionUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageDistributionUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetSkypeForBusinessDeviceUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetSkypeForBusinessDeviceUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetSkypeForBusinessDeviceUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerDeviceUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerDeviceUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerDeviceUsageDistributionUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageDistributionUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageDistributionUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerDeviceUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerDeviceUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerDeviceUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerGroupsActivityDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerGroupsActivityDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerGroupsActivityGroupCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityGroupCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityGroupCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetYammerGroupsActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetYammerGroupsActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetYammerGroupsActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsUserActivityUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsUserActivityUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsUserActivityCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsUserActivityUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsUserActivityUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsUserActivityUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsDeviceUsageUserDetail(Microsoft.Graph.Date)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsDeviceUsageUserDetail(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageUserDetail.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserDetailRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsDeviceUsageUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.GetTeamsDeviceUsageDistributionUserCounts(System.String)">
            <summary>
            Gets the request builder for ReportRootGetTeamsDeviceUsageDistributionUserCounts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootGetTeamsDeviceUsageDistributionUserCountsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.DeviceConfigurationUserActivity">
            <summary>
            Gets the request builder for ReportRootDeviceConfigurationUserActivity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootDeviceConfigurationUserActivityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.ReportRootRequestBuilder.DeviceConfigurationDeviceActivity">
            <summary>
            Gets the request builder for ReportRootDeviceConfigurationDeviceActivity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IReportRootDeviceConfigurationDeviceActivityRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ResourceOperationRequest">
            <summary>
            The type ResourceOperationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ResourceOperationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.CreateAsync(Microsoft.Graph.ResourceOperation)">
            <summary>
            Creates the specified ResourceOperation using POST.
            </summary>
            <param name="resourceOperationToCreate">The ResourceOperation to create.</param>
            <returns>The created ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.CreateAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ResourceOperation using POST.
            </summary>
            <param name="resourceOperationToCreate">The ResourceOperation to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.DeleteAsync">
            <summary>
            Deletes the specified ResourceOperation.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ResourceOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.GetAsync">
            <summary>
            Gets the specified ResourceOperation.
            </summary>
            <returns>The ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ResourceOperation.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.UpdateAsync(Microsoft.Graph.ResourceOperation)">
            <summary>
            Updates the specified ResourceOperation using PATCH.
            </summary>
            <param name="resourceOperationToUpdate">The ResourceOperation to update.</param>
            <returns>The updated ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.UpdateAsync(Microsoft.Graph.ResourceOperation,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ResourceOperation using PATCH.
            </summary>
            <param name="resourceOperationToUpdate">The ResourceOperation to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ResourceOperation.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ResourceOperation,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequest.InitializeCollectionProperties(Microsoft.Graph.ResourceOperation)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="resourceOperationToInitialize">The <see cref="T:Microsoft.Graph.ResourceOperation"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ResourceOperationRequestBuilder">
            <summary>
            The type ResourceOperationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ResourceOperationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ResourceOperationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleAssignmentRequest">
            <summary>
            The type RoleAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoleAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.CreateAsync(Microsoft.Graph.RoleAssignment)">
            <summary>
            Creates the specified RoleAssignment using POST.
            </summary>
            <param name="roleAssignmentToCreate">The RoleAssignment to create.</param>
            <returns>The created RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.CreateAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleAssignment using POST.
            </summary>
            <param name="roleAssignmentToCreate">The RoleAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified RoleAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.GetAsync">
            <summary>
            Gets the specified RoleAssignment.
            </summary>
            <returns>The RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.UpdateAsync(Microsoft.Graph.RoleAssignment)">
            <summary>
            Updates the specified RoleAssignment using PATCH.
            </summary>
            <param name="roleAssignmentToUpdate">The RoleAssignment to update.</param>
            <returns>The updated RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.UpdateAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleAssignment using PATCH.
            </summary>
            <param name="roleAssignmentToUpdate">The RoleAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.RoleAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="roleAssignmentToInitialize">The <see cref="T:Microsoft.Graph.RoleAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RoleAssignmentRequestBuilder">
            <summary>
            The type RoleAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoleAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RoleAssignmentRequestBuilder.RoleDefinition">
            <summary>
            Gets the request builder for RoleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionReferenceRequest">
            <summary>
            The type RoleDefinitionReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoleDefinitionReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified RoleDefinition reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified RoleDefinition reference.
            </summary>
            <param name="id">The RoleDefinition reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified RoleDefinition reference.
            </summary>
            <param name="id">The RoleDefinition reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionReferenceRequestBuilder">
            <summary>
            The type RoleDefinitionReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoleDefinitionReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionRequest">
            <summary>
            The type RoleDefinitionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoleDefinitionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.CreateAsync(Microsoft.Graph.RoleDefinition)">
            <summary>
            Creates the specified RoleDefinition using POST.
            </summary>
            <param name="roleDefinitionToCreate">The RoleDefinition to create.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.CreateAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Creates the specified RoleDefinition using POST.
            </summary>
            <param name="roleDefinitionToCreate">The RoleDefinition to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.DeleteAsync">
            <summary>
            Deletes the specified RoleDefinition.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.GetAsync">
            <summary>
            Gets the specified RoleDefinition.
            </summary>
            <returns>The RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.UpdateAsync(Microsoft.Graph.RoleDefinition)">
            <summary>
            Updates the specified RoleDefinition using PATCH.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition to update.</param>
            <returns>The updated RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.UpdateAsync(Microsoft.Graph.RoleDefinition,System.Threading.CancellationToken)">
            <summary>
            Updates the specified RoleDefinition using PATCH.
            </summary>
            <param name="roleDefinitionToUpdate">The RoleDefinition to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequest.InitializeCollectionProperties(Microsoft.Graph.RoleDefinition)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="roleDefinitionToInitialize">The <see cref="T:Microsoft.Graph.RoleDefinition"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionRequestBuilder">
            <summary>
            The type RoleDefinitionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoleDefinitionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinitionRequestBuilder.RoleAssignments">
            <summary>
            Gets the request builder for RoleAssignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionPage">
            <summary>
            The type RoleDefinitionRoleAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest">
            <summary>
            The type RoleDefinitionRoleAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoleDefinitionRoleAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.RoleAssignment)">
            <summary>
            Adds the specified RoleAssignment to the collection via POST.
            </summary>
            <param name="roleAssignment">The RoleAssignment to add.</param>
            <returns>The created RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.RoleAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified RoleAssignment to the collection via POST.
            </summary>
            <param name="roleAssignment">The RoleAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created RoleAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequestBuilder">
            <summary>
            The type RoleDefinitionRoleAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoleDefinitionRoleAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IRoleAssignmentRequestBuilder"/> for the specified RoleDefinitionRoleAssignment.
            </summary>
            <param name="id">The ID for the RoleDefinitionRoleAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.IRoleAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionResponse">
            <summary>
            The type RoleDefinitionRoleAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IRoleDefinitionRoleAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinitionRoleAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionWithReferenceRequest">
            <summary>
            The type RoleDefinitionWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new RoleDefinitionWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified RoleDefinition.
            </summary>
            <returns>The RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified RoleDefinition.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The RoleDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.RoleDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.RoleDefinitionWithReferenceRequestBuilder">
            <summary>
            The type RoleDefinitionWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new RoleDefinitionWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.RoleDefinitionWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.RoleDefinitionWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the roleDefinition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IRoleDefinitionReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SchemaExtensionRequest">
            <summary>
            The type SchemaExtensionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SchemaExtensionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.CreateAsync(Microsoft.Graph.SchemaExtension)">
            <summary>
            Creates the specified SchemaExtension using POST.
            </summary>
            <param name="schemaExtensionToCreate">The SchemaExtension to create.</param>
            <returns>The created SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.CreateAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SchemaExtension using POST.
            </summary>
            <param name="schemaExtensionToCreate">The SchemaExtension to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.DeleteAsync">
            <summary>
            Deletes the specified SchemaExtension.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SchemaExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.GetAsync">
            <summary>
            Gets the specified SchemaExtension.
            </summary>
            <returns>The SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SchemaExtension.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.UpdateAsync(Microsoft.Graph.SchemaExtension)">
            <summary>
            Updates the specified SchemaExtension using PATCH.
            </summary>
            <param name="schemaExtensionToUpdate">The SchemaExtension to update.</param>
            <returns>The updated SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.UpdateAsync(Microsoft.Graph.SchemaExtension,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SchemaExtension using PATCH.
            </summary>
            <param name="schemaExtensionToUpdate">The SchemaExtension to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SchemaExtension.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SchemaExtension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequest.InitializeCollectionProperties(Microsoft.Graph.SchemaExtension)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="schemaExtensionToInitialize">The <see cref="T:Microsoft.Graph.SchemaExtension"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SchemaExtensionRequestBuilder">
            <summary>
            The type SchemaExtensionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SchemaExtensionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SchemaExtensionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupRequest">
            <summary>
            The type SectionGroupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SectionGroupRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.CreateAsync(Microsoft.Graph.SectionGroup)">
            <summary>
            Creates the specified SectionGroup using POST.
            </summary>
            <param name="sectionGroupToCreate">The SectionGroup to create.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.CreateAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SectionGroup using POST.
            </summary>
            <param name="sectionGroupToCreate">The SectionGroup to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.DeleteAsync">
            <summary>
            Deletes the specified SectionGroup.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SectionGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.GetAsync">
            <summary>
            Gets the specified SectionGroup.
            </summary>
            <returns>The SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SectionGroup.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.UpdateAsync(Microsoft.Graph.SectionGroup)">
            <summary>
            Updates the specified SectionGroup using PATCH.
            </summary>
            <param name="sectionGroupToUpdate">The SectionGroup to update.</param>
            <returns>The updated SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.UpdateAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SectionGroup using PATCH.
            </summary>
            <param name="sectionGroupToUpdate">The SectionGroup to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequest.InitializeCollectionProperties(Microsoft.Graph.SectionGroup)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="sectionGroupToInitialize">The <see cref="T:Microsoft.Graph.SectionGroup"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupRequestBuilder">
            <summary>
            The type SectionGroupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SectionGroupRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupRequestBuilder.ParentNotebook">
            <summary>
            Gets the request builder for ParentNotebook.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.INotebookRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupRequestBuilder.ParentSectionGroup">
            <summary>
            Gets the request builder for ParentSectionGroup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupRequestBuilder.Sections">
            <summary>
            Gets the request builder for Sections.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupSectionsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupRequestBuilder.SectionGroups">
            <summary>
            Gets the request builder for SectionGroups.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionGroupsCollectionPage">
            <summary>
            The type SectionGroupSectionGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest">
            <summary>
            The type SectionGroupSectionGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SectionGroupSectionGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.AddAsync(Microsoft.Graph.SectionGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified SectionGroup to the collection via POST.
            </summary>
            <param name="sectionGroup">The SectionGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SectionGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SectionGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequestBuilder">
            <summary>
            The type SectionGroupSectionGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SectionGroupSectionGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/> for the specified SectionGroupSectionGroup.
            </summary>
            <param name="id">The ID for the SectionGroupSectionGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISectionGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionGroupsCollectionResponse">
            <summary>
            The type SectionGroupSectionGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISectionGroupSectionGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionsCollectionPage">
            <summary>
            The type SectionGroupSectionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISectionGroupSectionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionsCollectionRequest">
            <summary>
            The type SectionGroupSectionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SectionGroupSectionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.AddAsync(Microsoft.Graph.OnenoteSection,System.Threading.CancellationToken)">
            <summary>
            Adds the specified OnenoteSection to the collection via POST.
            </summary>
            <param name="onenoteSection">The OnenoteSection to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created OnenoteSection.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.OnenoteSection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionsCollectionRequestBuilder">
            <summary>
            The type SectionGroupSectionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SectionGroupSectionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SectionGroupSectionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/> for the specified SectionGroupOnenoteSection.
            </summary>
            <param name="id">The ID for the SectionGroupOnenoteSection.</param>
            <returns>The <see cref="T:Microsoft.Graph.IOnenoteSectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SectionGroupSectionsCollectionResponse">
            <summary>
            The type SectionGroupSectionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISectionGroupSectionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SectionGroupSectionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SettingStateDeviceSummaryRequest">
            <summary>
            The type SettingStateDeviceSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SettingStateDeviceSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.CreateAsync(Microsoft.Graph.SettingStateDeviceSummary)">
            <summary>
            Creates the specified SettingStateDeviceSummary using POST.
            </summary>
            <param name="settingStateDeviceSummaryToCreate">The SettingStateDeviceSummary to create.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.CreateAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SettingStateDeviceSummary using POST.
            </summary>
            <param name="settingStateDeviceSummaryToCreate">The SettingStateDeviceSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified SettingStateDeviceSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SettingStateDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.GetAsync">
            <summary>
            Gets the specified SettingStateDeviceSummary.
            </summary>
            <returns>The SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SettingStateDeviceSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.UpdateAsync(Microsoft.Graph.SettingStateDeviceSummary)">
            <summary>
            Updates the specified SettingStateDeviceSummary using PATCH.
            </summary>
            <param name="settingStateDeviceSummaryToUpdate">The SettingStateDeviceSummary to update.</param>
            <returns>The updated SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.UpdateAsync(Microsoft.Graph.SettingStateDeviceSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SettingStateDeviceSummary using PATCH.
            </summary>
            <param name="settingStateDeviceSummaryToUpdate">The SettingStateDeviceSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SettingStateDeviceSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SettingStateDeviceSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.SettingStateDeviceSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="settingStateDeviceSummaryToInitialize">The <see cref="T:Microsoft.Graph.SettingStateDeviceSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SettingStateDeviceSummaryRequestBuilder">
            <summary>
            The type SettingStateDeviceSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SettingStateDeviceSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SettingStateDeviceSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItemItemsCollectionPage">
            <summary>
            The type SharedDriveItemItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISharedDriveItemItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItemItemsCollectionRequest">
            <summary>
            The type SharedDriveItemItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SharedDriveItemItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.AddAsync(Microsoft.Graph.DriveItem)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.AddAsync(Microsoft.Graph.DriveItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DriveItem to the collection via POST.
            </summary>
            <param name="driveItem">The DriveItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItemItemsCollectionRequestBuilder">
            <summary>
            The type SharedDriveItemItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SharedDriveItemItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/> for the specified SharedDriveItemDriveItem.
            </summary>
            <param name="id">The ID for the SharedDriveItemDriveItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItemItemsCollectionResponse">
            <summary>
            The type SharedDriveItemItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISharedDriveItemItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItemRequest">
            <summary>
            The type SharedDriveItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SharedDriveItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.CreateAsync(Microsoft.Graph.SharedDriveItem)">
            <summary>
            Creates the specified SharedDriveItem using POST.
            </summary>
            <param name="sharedDriveItemToCreate">The SharedDriveItem to create.</param>
            <returns>The created SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.CreateAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedDriveItem using POST.
            </summary>
            <param name="sharedDriveItemToCreate">The SharedDriveItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.DeleteAsync">
            <summary>
            Deletes the specified SharedDriveItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedDriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.GetAsync">
            <summary>
            Gets the specified SharedDriveItem.
            </summary>
            <returns>The SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedDriveItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.UpdateAsync(Microsoft.Graph.SharedDriveItem)">
            <summary>
            Updates the specified SharedDriveItem using PATCH.
            </summary>
            <param name="sharedDriveItemToUpdate">The SharedDriveItem to update.</param>
            <returns>The updated SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.UpdateAsync(Microsoft.Graph.SharedDriveItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedDriveItem using PATCH.
            </summary>
            <param name="sharedDriveItemToUpdate">The SharedDriveItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SharedDriveItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedDriveItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequest.InitializeCollectionProperties(Microsoft.Graph.SharedDriveItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="sharedDriveItemToInitialize">The <see cref="T:Microsoft.Graph.SharedDriveItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SharedDriveItemRequestBuilder">
            <summary>
            The type SharedDriveItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SharedDriveItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedDriveItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemRequestBuilder.DriveItem">
            <summary>
            Gets the request builder for DriveItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemRequestBuilder.Items">
            <summary>
            Gets the request builder for Items.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISharedDriveItemItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemRequestBuilder.List">
            <summary>
            Gets the request builder for List.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemRequestBuilder.ListItem">
            <summary>
            Gets the request builder for ListItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IListItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemRequestBuilder.Root">
            <summary>
            Gets the request builder for Root.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IDriveItemRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.SharedDriveItemRequestBuilder.Site">
            <summary>
            Gets the request builder for Site.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SharedPCConfigurationRequest">
            <summary>
            The type SharedPCConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SharedPCConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.CreateAsync(Microsoft.Graph.SharedPCConfiguration)">
            <summary>
            Creates the specified SharedPCConfiguration using POST.
            </summary>
            <param name="sharedPCConfigurationToCreate">The SharedPCConfiguration to create.</param>
            <returns>The created SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.CreateAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SharedPCConfiguration using POST.
            </summary>
            <param name="sharedPCConfigurationToCreate">The SharedPCConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified SharedPCConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SharedPCConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.GetAsync">
            <summary>
            Gets the specified SharedPCConfiguration.
            </summary>
            <returns>The SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SharedPCConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.UpdateAsync(Microsoft.Graph.SharedPCConfiguration)">
            <summary>
            Updates the specified SharedPCConfiguration using PATCH.
            </summary>
            <param name="sharedPCConfigurationToUpdate">The SharedPCConfiguration to update.</param>
            <returns>The updated SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.UpdateAsync(Microsoft.Graph.SharedPCConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SharedPCConfiguration using PATCH.
            </summary>
            <param name="sharedPCConfigurationToUpdate">The SharedPCConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SharedPCConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedPCConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SharedPCConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.SharedPCConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="sharedPCConfigurationToInitialize">The <see cref="T:Microsoft.Graph.SharedPCConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SharedPCConfigurationRequestBuilder">
            <summary>
            The type SharedPCConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SharedPCConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SharedPCConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest">
            <summary>
            The type SingleValueLegacyExtendedPropertyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SingleValueLegacyExtendedPropertyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.CreateAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Creates the specified SingleValueLegacyExtendedProperty using POST.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToCreate">The SingleValueLegacyExtendedProperty to create.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.CreateAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SingleValueLegacyExtendedProperty using POST.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToCreate">The SingleValueLegacyExtendedProperty to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.DeleteAsync">
            <summary>
            Deletes the specified SingleValueLegacyExtendedProperty.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.GetAsync">
            <summary>
            Gets the specified SingleValueLegacyExtendedProperty.
            </summary>
            <returns>The SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SingleValueLegacyExtendedProperty.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.UpdateAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Updates the specified SingleValueLegacyExtendedProperty using PATCH.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToUpdate">The SingleValueLegacyExtendedProperty to update.</param>
            <returns>The updated SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.UpdateAsync(Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SingleValueLegacyExtendedProperty using PATCH.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToUpdate">The SingleValueLegacyExtendedProperty to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SingleValueLegacyExtendedProperty.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SingleValueLegacyExtendedProperty,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequest.InitializeCollectionProperties(Microsoft.Graph.SingleValueLegacyExtendedProperty)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="singleValueLegacyExtendedPropertyToInitialize">The <see cref="T:Microsoft.Graph.SingleValueLegacyExtendedProperty"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequestBuilder">
            <summary>
            The type SingleValueLegacyExtendedPropertyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SingleValueLegacyExtendedPropertyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SingleValueLegacyExtendedPropertyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteColumnsCollectionPage">
            <summary>
            The type SiteColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteColumnsCollectionRequest">
            <summary>
            The type SiteColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteColumnsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.AddAsync(Microsoft.Graph.ColumnDefinition,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ColumnDefinition to the collection via POST.
            </summary>
            <param name="columnDefinition">The ColumnDefinition to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ColumnDefinition.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ColumnDefinition,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteColumnsCollectionRequestBuilder">
            <summary>
            The type SiteColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteColumnsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/> for the specified SiteColumnDefinition.
            </summary>
            <param name="id">The ID for the SiteColumnDefinition.</param>
            <returns>The <see cref="T:Microsoft.Graph.IColumnDefinitionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteColumnsCollectionResponse">
            <summary>
            The type SiteColumnsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteColumnsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteColumnsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteColumnsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteContentTypesCollectionPage">
            <summary>
            The type SiteContentTypesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteContentTypesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteContentTypesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteContentTypesCollectionRequest">
            <summary>
            The type SiteContentTypesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteContentTypesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.AddAsync(Microsoft.Graph.ContentType)">
            <summary>
            Adds the specified ContentType to the collection via POST.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.AddAsync(Microsoft.Graph.ContentType,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContentType to the collection via POST.
            </summary>
            <param name="contentType">The ContentType to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContentType.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContentType,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteContentTypesCollectionRequestBuilder">
            <summary>
            The type SiteContentTypesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteContentTypesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteContentTypesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteContentTypesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/> for the specified SiteContentType.
            </summary>
            <param name="id">The ID for the SiteContentType.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContentTypeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteContentTypesCollectionResponse">
            <summary>
            The type SiteContentTypesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteContentTypesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteContentTypesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteContentTypesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteDrivesCollectionPage">
            <summary>
            The type SiteDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteDrivesCollectionRequest">
            <summary>
            The type SiteDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteDrivesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteDrivesCollectionRequestBuilder">
            <summary>
            The type SiteDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteDrivesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified SiteDrive.
            </summary>
            <param name="id">The ID for the SiteDrive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteDrivesCollectionResponse">
            <summary>
            The type SiteDrivesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteDrivesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteDrivesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteDrivesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteGetByPathRequest">
            <summary>
            The type SiteGetByPathRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteGetByPathRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.PatchAsync(Microsoft.Graph.Site)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="site">The Site object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.PatchAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="site">The Site object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.PutAsync(Microsoft.Graph.Site)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="site">The Site object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.PutAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="site">The Site object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteGetByPathRequestBuilder">
            <summary>
            The type SiteGetByPathRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.SiteGetByPathRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="path">A path parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteGetByPathRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteItemsCollectionPage">
            <summary>
            The type SiteItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteItemsCollectionRequest">
            <summary>
            The type SiteItemsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteItemsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.AddAsync(Microsoft.Graph.BaseItem)">
            <summary>
            Adds the specified BaseItem to the collection via POST.
            </summary>
            <param name="baseItem">The BaseItem to add.</param>
            <returns>The created BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.AddAsync(Microsoft.Graph.BaseItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified BaseItem to the collection via POST.
            </summary>
            <param name="baseItem">The BaseItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created BaseItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.BaseItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteItemsCollectionRequestBuilder">
            <summary>
            The type SiteItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IBaseItemRequestBuilder"/> for the specified SiteBaseItem.
            </summary>
            <param name="id">The ID for the SiteBaseItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IBaseItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteItemsCollectionResponse">
            <summary>
            The type SiteItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteListsCollectionPage">
            <summary>
            The type SiteListsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteListsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteListsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteListsCollectionRequest">
            <summary>
            The type SiteListsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteListsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.AddAsync(Microsoft.Graph.List)">
            <summary>
            Adds the specified List to the collection via POST.
            </summary>
            <param name="list">The List to add.</param>
            <returns>The created List.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.AddAsync(Microsoft.Graph.List,System.Threading.CancellationToken)">
            <summary>
            Adds the specified List to the collection via POST.
            </summary>
            <param name="list">The List to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created List.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.List,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteListsCollectionRequestBuilder">
            <summary>
            The type SiteListsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteListsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteListsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteListsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IListRequestBuilder"/> for the specified SiteList.
            </summary>
            <param name="id">The ID for the SiteList.</param>
            <returns>The <see cref="T:Microsoft.Graph.IListRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteListsCollectionResponse">
            <summary>
            The type SiteListsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteListsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteListsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteListsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteRequest">
            <summary>
            The type SiteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.CreateAsync(Microsoft.Graph.Site)">
            <summary>
            Creates the specified Site using POST.
            </summary>
            <param name="siteToCreate">The Site to create.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.CreateAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Site using POST.
            </summary>
            <param name="siteToCreate">The Site to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.DeleteAsync">
            <summary>
            Deletes the specified Site.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Site.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.GetAsync">
            <summary>
            Gets the specified Site.
            </summary>
            <returns>The Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Site.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.UpdateAsync(Microsoft.Graph.Site)">
            <summary>
            Updates the specified Site using PATCH.
            </summary>
            <param name="siteToUpdate">The Site to update.</param>
            <returns>The updated Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.UpdateAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Site using PATCH.
            </summary>
            <param name="siteToUpdate">The Site to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteRequest.InitializeCollectionProperties(Microsoft.Graph.Site)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="siteToInitialize">The <see cref="T:Microsoft.Graph.Site"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SiteSitesCollectionPage">
            <summary>
            The type SiteSitesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteSitesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ISiteSitesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SiteSitesCollectionRequest">
            <summary>
            The type SiteSitesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SiteSitesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.AddAsync(Microsoft.Graph.Site)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.AddAsync(Microsoft.Graph.Site,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Site to the collection via POST.
            </summary>
            <param name="site">The Site to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Site.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Site,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteSitesCollectionRequestBuilder">
            <summary>
            The type SiteSitesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SiteSitesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SiteSitesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SiteSitesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/> for the specified SiteSite.
            </summary>
            <param name="id">The ID for the SiteSite.</param>
            <returns>The <see cref="T:Microsoft.Graph.ISiteRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SiteSitesCollectionResponse">
            <summary>
            The type SiteSitesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteSitesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ISiteSitesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.SiteSitesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequest">
            <summary>
            The type SoftwareUpdateStatusSummaryReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SoftwareUpdateStatusSummaryReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified SoftwareUpdateStatusSummary reference.
            </summary>
            <param name="id">The SoftwareUpdateStatusSummary reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified SoftwareUpdateStatusSummary reference.
            </summary>
            <param name="id">The SoftwareUpdateStatusSummary reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequestBuilder">
            <summary>
            The type SoftwareUpdateStatusSummaryReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SoftwareUpdateStatusSummaryReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest">
            <summary>
            The type SoftwareUpdateStatusSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SoftwareUpdateStatusSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.CreateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary)">
            <summary>
            Creates the specified SoftwareUpdateStatusSummary using POST.
            </summary>
            <param name="softwareUpdateStatusSummaryToCreate">The SoftwareUpdateStatusSummary to create.</param>
            <returns>The created SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.CreateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SoftwareUpdateStatusSummary using POST.
            </summary>
            <param name="softwareUpdateStatusSummaryToCreate">The SoftwareUpdateStatusSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.GetAsync">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary.
            </summary>
            <returns>The SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.UpdateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PATCH.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary to update.</param>
            <returns>The updated SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.UpdateAsync(Microsoft.Graph.SoftwareUpdateStatusSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SoftwareUpdateStatusSummary using PATCH.
            </summary>
            <param name="softwareUpdateStatusSummaryToUpdate">The SoftwareUpdateStatusSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.SoftwareUpdateStatusSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="softwareUpdateStatusSummaryToInitialize">The <see cref="T:Microsoft.Graph.SoftwareUpdateStatusSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummaryRequestBuilder">
            <summary>
            The type SoftwareUpdateStatusSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SoftwareUpdateStatusSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest">
            <summary>
            The type SoftwareUpdateStatusSummaryWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SoftwareUpdateStatusSummaryWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary.
            </summary>
            <returns>The SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SoftwareUpdateStatusSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SoftwareUpdateStatusSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SoftwareUpdateStatusSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequestBuilder">
            <summary>
            The type SoftwareUpdateStatusSummaryWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SoftwareUpdateStatusSummaryWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.SoftwareUpdateStatusSummaryWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the softwareUpdateStatusSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ISoftwareUpdateStatusSummaryReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.SubscribedSkuRequest">
            <summary>
            The type SubscribedSkuRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SubscribedSkuRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.CreateAsync(Microsoft.Graph.SubscribedSku)">
            <summary>
            Creates the specified SubscribedSku using POST.
            </summary>
            <param name="subscribedSkuToCreate">The SubscribedSku to create.</param>
            <returns>The created SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.CreateAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Creates the specified SubscribedSku using POST.
            </summary>
            <param name="subscribedSkuToCreate">The SubscribedSku to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.DeleteAsync">
            <summary>
            Deletes the specified SubscribedSku.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified SubscribedSku.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.GetAsync">
            <summary>
            Gets the specified SubscribedSku.
            </summary>
            <returns>The SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified SubscribedSku.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.UpdateAsync(Microsoft.Graph.SubscribedSku)">
            <summary>
            Updates the specified SubscribedSku using PATCH.
            </summary>
            <param name="subscribedSkuToUpdate">The SubscribedSku to update.</param>
            <returns>The updated SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.UpdateAsync(Microsoft.Graph.SubscribedSku,System.Threading.CancellationToken)">
            <summary>
            Updates the specified SubscribedSku using PATCH.
            </summary>
            <param name="subscribedSkuToUpdate">The SubscribedSku to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated SubscribedSku.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.SubscribedSku,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequest.InitializeCollectionProperties(Microsoft.Graph.SubscribedSku)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="subscribedSkuToInitialize">The <see cref="T:Microsoft.Graph.SubscribedSku"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SubscribedSkuRequestBuilder">
            <summary>
            The type SubscribedSkuRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SubscribedSkuRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscribedSkuRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.SubscriptionRequest">
            <summary>
            The type SubscriptionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new SubscriptionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.CreateAsync(Microsoft.Graph.Subscription)">
            <summary>
            Creates the specified Subscription using POST.
            </summary>
            <param name="subscriptionToCreate">The Subscription to create.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.CreateAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Subscription using POST.
            </summary>
            <param name="subscriptionToCreate">The Subscription to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.DeleteAsync">
            <summary>
            Deletes the specified Subscription.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Subscription.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.GetAsync">
            <summary>
            Gets the specified Subscription.
            </summary>
            <returns>The Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Subscription.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.UpdateAsync(Microsoft.Graph.Subscription)">
            <summary>
            Updates the specified Subscription using PATCH.
            </summary>
            <param name="subscriptionToUpdate">The Subscription to update.</param>
            <returns>The updated Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.UpdateAsync(Microsoft.Graph.Subscription,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Subscription using PATCH.
            </summary>
            <param name="subscriptionToUpdate">The Subscription to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Subscription.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Subscription,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequest.InitializeCollectionProperties(Microsoft.Graph.Subscription)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="subscriptionToInitialize">The <see cref="T:Microsoft.Graph.Subscription"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.SubscriptionRequestBuilder">
            <summary>
            The type SubscriptionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new SubscriptionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.SubscriptionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionPage">
            <summary>
            The type TargetedManagedAppConfigurationAppsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest">
            <summary>
            The type TargetedManagedAppConfigurationAppsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppConfigurationAppsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.AddAsync(Microsoft.Graph.ManagedMobileApp,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedMobileApp to the collection via POST.
            </summary>
            <param name="managedMobileApp">The ManagedMobileApp to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedMobileApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedMobileApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequestBuilder">
            <summary>
            The type TargetedManagedAppConfigurationAppsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TargetedManagedAppConfigurationAppsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/> for the specified TargetedManagedAppConfigurationManagedMobileApp.
            </summary>
            <param name="id">The ID for the TargetedManagedAppConfigurationManagedMobileApp.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedMobileAppRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionResponse">
            <summary>
            The type TargetedManagedAppConfigurationAppsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAppsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionPage">
            <summary>
            The type TargetedManagedAppConfigurationAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest">
            <summary>
            The type TargetedManagedAppConfigurationAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppConfigurationAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder">
            <summary>
            The type TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/> for the specified TargetedManagedAppConfigurationTargetedManagedAppPolicyAssignment.
            </summary>
            <param name="id">The ID for the TargetedManagedAppConfigurationTargetedManagedAppPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionResponse">
            <summary>
            The type TargetedManagedAppConfigurationAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest">
            <summary>
            The type TargetedManagedAppConfigurationAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppConfigurationAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequestBuilder">
            <summary>
            The type TargetedManagedAppConfigurationAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="assignments">A assignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationRequest">
            <summary>
            The type TargetedManagedAppConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppConfiguration)">
            <summary>
            Creates the specified TargetedManagedAppConfiguration using POST.
            </summary>
            <param name="targetedManagedAppConfigurationToCreate">The TargetedManagedAppConfiguration to create.</param>
            <returns>The created TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppConfiguration using POST.
            </summary>
            <param name="targetedManagedAppConfigurationToCreate">The TargetedManagedAppConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified TargetedManagedAppConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.GetAsync">
            <summary>
            Gets the specified TargetedManagedAppConfiguration.
            </summary>
            <returns>The TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppConfiguration)">
            <summary>
            Updates the specified TargetedManagedAppConfiguration using PATCH.
            </summary>
            <param name="targetedManagedAppConfigurationToUpdate">The TargetedManagedAppConfiguration to update.</param>
            <returns>The updated TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppConfiguration using PATCH.
            </summary>
            <param name="targetedManagedAppConfigurationToUpdate">The TargetedManagedAppConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TargetedManagedAppConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.TargetedManagedAppConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="targetedManagedAppConfigurationToInitialize">The <see cref="T:Microsoft.Graph.TargetedManagedAppConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder">
            <summary>
            The type TargetedManagedAppConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TargetedManagedAppConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.Apps">
            <summary>
            Gets the request builder for Apps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAppsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.DeploymentSummary">
            <summary>
            Gets the request builder for DeploymentSummary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppPolicyDeploymentSummaryRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Gets the request builder for TargetedManagedAppConfigurationAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationAssignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationRequestBuilder.TargetApps(System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Gets the request builder for TargetedManagedAppConfigurationTargetApps.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppConfigurationTargetAppsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest">
            <summary>
            The type TargetedManagedAppConfigurationTargetAppsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppConfigurationTargetAppsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequestBuilder">
            <summary>
            The type TargetedManagedAppConfigurationTargetAppsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.ManagedMobileApp})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="apps">A apps parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppConfigurationTargetAppsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest">
            <summary>
            The type TargetedManagedAppPolicyAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppPolicyAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment)">
            <summary>
            Creates the specified TargetedManagedAppPolicyAssignment using POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToCreate">The TargetedManagedAppPolicyAssignment to create.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppPolicyAssignment using POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToCreate">The TargetedManagedAppPolicyAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.GetAsync">
            <summary>
            Gets the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <returns>The TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppPolicyAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment)">
            <summary>
            Updates the specified TargetedManagedAppPolicyAssignment using PATCH.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToUpdate">The TargetedManagedAppPolicyAssignment to update.</param>
            <returns>The updated TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppPolicyAssignment using PATCH.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToUpdate">The TargetedManagedAppPolicyAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.TargetedManagedAppPolicyAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="targetedManagedAppPolicyAssignmentToInitialize">The <see cref="T:Microsoft.Graph.TargetedManagedAppPolicyAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequestBuilder">
            <summary>
            The type TargetedManagedAppPolicyAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TargetedManagedAppPolicyAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppPolicyAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionPage">
            <summary>
            The type TargetedManagedAppProtectionAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest">
            <summary>
            The type TargetedManagedAppProtectionAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppProtectionAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder">
            <summary>
            The type TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/> for the specified TargetedManagedAppProtectionTargetedManagedAppPolicyAssignment.
            </summary>
            <param name="id">The ID for the TargetedManagedAppProtectionTargetedManagedAppPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionResponse">
            <summary>
            The type TargetedManagedAppProtectionAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest">
            <summary>
            The type TargetedManagedAppProtectionAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppProtectionAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionAssignRequestBuilder">
            <summary>
            The type TargetedManagedAppProtectionAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.TargetedManagedAppProtectionAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="assignments">A assignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionRequest">
            <summary>
            The type TargetedManagedAppProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TargetedManagedAppProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppProtection)">
            <summary>
            Creates the specified TargetedManagedAppProtection using POST.
            </summary>
            <param name="targetedManagedAppProtectionToCreate">The TargetedManagedAppProtection to create.</param>
            <returns>The created TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.CreateAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TargetedManagedAppProtection using POST.
            </summary>
            <param name="targetedManagedAppProtectionToCreate">The TargetedManagedAppProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified TargetedManagedAppProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TargetedManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.GetAsync">
            <summary>
            Gets the specified TargetedManagedAppProtection.
            </summary>
            <returns>The TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TargetedManagedAppProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppProtection)">
            <summary>
            Updates the specified TargetedManagedAppProtection using PATCH.
            </summary>
            <param name="targetedManagedAppProtectionToUpdate">The TargetedManagedAppProtection to update.</param>
            <returns>The updated TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.UpdateAsync(Microsoft.Graph.TargetedManagedAppProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TargetedManagedAppProtection using PATCH.
            </summary>
            <param name="targetedManagedAppProtectionToUpdate">The TargetedManagedAppProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TargetedManagedAppProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.TargetedManagedAppProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="targetedManagedAppProtectionToInitialize">The <see cref="T:Microsoft.Graph.TargetedManagedAppProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TargetedManagedAppProtectionRequestBuilder">
            <summary>
            The type TargetedManagedAppProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TargetedManagedAppProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TargetedManagedAppProtectionRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.TargetedManagedAppProtectionRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Gets the request builder for TargetedManagedAppProtectionAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppProtectionAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TelecomExpenseManagementPartnerRequest">
            <summary>
            The type TelecomExpenseManagementPartnerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TelecomExpenseManagementPartnerRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.CreateAsync(Microsoft.Graph.TelecomExpenseManagementPartner)">
            <summary>
            Creates the specified TelecomExpenseManagementPartner using POST.
            </summary>
            <param name="telecomExpenseManagementPartnerToCreate">The TelecomExpenseManagementPartner to create.</param>
            <returns>The created TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.CreateAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TelecomExpenseManagementPartner using POST.
            </summary>
            <param name="telecomExpenseManagementPartnerToCreate">The TelecomExpenseManagementPartner to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.DeleteAsync">
            <summary>
            Deletes the specified TelecomExpenseManagementPartner.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TelecomExpenseManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.GetAsync">
            <summary>
            Gets the specified TelecomExpenseManagementPartner.
            </summary>
            <returns>The TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TelecomExpenseManagementPartner.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.UpdateAsync(Microsoft.Graph.TelecomExpenseManagementPartner)">
            <summary>
            Updates the specified TelecomExpenseManagementPartner using PATCH.
            </summary>
            <param name="telecomExpenseManagementPartnerToUpdate">The TelecomExpenseManagementPartner to update.</param>
            <returns>The updated TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.UpdateAsync(Microsoft.Graph.TelecomExpenseManagementPartner,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TelecomExpenseManagementPartner using PATCH.
            </summary>
            <param name="telecomExpenseManagementPartnerToUpdate">The TelecomExpenseManagementPartner to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TelecomExpenseManagementPartner.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TelecomExpenseManagementPartner,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequest.InitializeCollectionProperties(Microsoft.Graph.TelecomExpenseManagementPartner)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="telecomExpenseManagementPartnerToInitialize">The <see cref="T:Microsoft.Graph.TelecomExpenseManagementPartner"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TelecomExpenseManagementPartnerRequestBuilder">
            <summary>
            The type TelecomExpenseManagementPartnerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TelecomExpenseManagementPartnerRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TelecomExpenseManagementPartnerRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionPage">
            <summary>
            The type TermsAndConditionsAcceptanceStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest">
            <summary>
            The type TermsAndConditionsAcceptanceStatusesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsAcceptanceStatusesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus)">
            <summary>
            Adds the specified TermsAndConditionsAcceptanceStatus to the collection via POST.
            </summary>
            <param name="termsAndConditionsAcceptanceStatus">The TermsAndConditionsAcceptanceStatus to add.</param>
            <returns>The created TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditionsAcceptanceStatus to the collection via POST.
            </summary>
            <param name="termsAndConditionsAcceptanceStatus">The TermsAndConditionsAcceptanceStatus to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder">
            <summary>
            The type TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder"/> for the specified TermsAndConditionsTermsAndConditionsAcceptanceStatus.
            </summary>
            <param name="id">The ID for the TermsAndConditionsTermsAndConditionsAcceptanceStatus.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionResponse">
            <summary>
            The type TermsAndConditionsAcceptanceStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest">
            <summary>
            The type TermsAndConditionsAcceptanceStatusRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsAcceptanceStatusRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.CreateAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus)">
            <summary>
            Creates the specified TermsAndConditionsAcceptanceStatus using POST.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToCreate">The TermsAndConditionsAcceptanceStatus to create.</param>
            <returns>The created TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.CreateAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditionsAcceptanceStatus using POST.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToCreate">The TermsAndConditionsAcceptanceStatus to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.DeleteAsync">
            <summary>
            Deletes the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.GetAsync">
            <summary>
            Gets the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <returns>The TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditionsAcceptanceStatus.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.UpdateAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus)">
            <summary>
            Updates the specified TermsAndConditionsAcceptanceStatus using PATCH.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToUpdate">The TermsAndConditionsAcceptanceStatus to update.</param>
            <returns>The updated TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.UpdateAsync(Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAcceptanceStatus using PATCH.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToUpdate">The TermsAndConditionsAcceptanceStatus to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TermsAndConditionsAcceptanceStatus.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAcceptanceStatus,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequest.InitializeCollectionProperties(Microsoft.Graph.TermsAndConditionsAcceptanceStatus)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="termsAndConditionsAcceptanceStatusToInitialize">The <see cref="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatus"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequestBuilder">
            <summary>
            The type TermsAndConditionsAcceptanceStatusRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsAcceptanceStatusRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAcceptanceStatusRequestBuilder.TermsAndConditions">
            <summary>
            Gets the request builder for TermsAndConditions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignmentRequest">
            <summary>
            The type TermsAndConditionsAssignmentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsAssignmentRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.CreateAsync(Microsoft.Graph.TermsAndConditionsAssignment)">
            <summary>
            Creates the specified TermsAndConditionsAssignment using POST.
            </summary>
            <param name="termsAndConditionsAssignmentToCreate">The TermsAndConditionsAssignment to create.</param>
            <returns>The created TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.CreateAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditionsAssignment using POST.
            </summary>
            <param name="termsAndConditionsAssignmentToCreate">The TermsAndConditionsAssignment to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.DeleteAsync">
            <summary>
            Deletes the specified TermsAndConditionsAssignment.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditionsAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.GetAsync">
            <summary>
            Gets the specified TermsAndConditionsAssignment.
            </summary>
            <returns>The TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditionsAssignment.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.UpdateAsync(Microsoft.Graph.TermsAndConditionsAssignment)">
            <summary>
            Updates the specified TermsAndConditionsAssignment using PATCH.
            </summary>
            <param name="termsAndConditionsAssignmentToUpdate">The TermsAndConditionsAssignment to update.</param>
            <returns>The updated TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.UpdateAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditionsAssignment using PATCH.
            </summary>
            <param name="termsAndConditionsAssignmentToUpdate">The TermsAndConditionsAssignment to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequest.InitializeCollectionProperties(Microsoft.Graph.TermsAndConditionsAssignment)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="termsAndConditionsAssignmentToInitialize">The <see cref="T:Microsoft.Graph.TermsAndConditionsAssignment"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignmentRequestBuilder">
            <summary>
            The type TermsAndConditionsAssignmentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsAssignmentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionPage">
            <summary>
            The type TermsAndConditionsAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest">
            <summary>
            The type TermsAndConditionsAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditionsAssignment)">
            <summary>
            Adds the specified TermsAndConditionsAssignment to the collection via POST.
            </summary>
            <param name="termsAndConditionsAssignment">The TermsAndConditionsAssignment to add.</param>
            <returns>The created TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TermsAndConditionsAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TermsAndConditionsAssignment to the collection via POST.
            </summary>
            <param name="termsAndConditionsAssignment">The TermsAndConditionsAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditionsAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditionsAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequestBuilder">
            <summary>
            The type TermsAndConditionsAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder"/> for the specified TermsAndConditionsTermsAndConditionsAssignment.
            </summary>
            <param name="id">The ID for the TermsAndConditionsTermsAndConditionsAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionResponse">
            <summary>
            The type TermsAndConditionsAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsReferenceRequest">
            <summary>
            The type TermsAndConditionsReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified TermsAndConditions reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified TermsAndConditions reference.
            </summary>
            <param name="id">The TermsAndConditions reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified TermsAndConditions reference.
            </summary>
            <param name="id">The TermsAndConditions reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsReferenceRequestBuilder">
            <summary>
            The type TermsAndConditionsReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsRequest">
            <summary>
            The type TermsAndConditionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.CreateAsync(Microsoft.Graph.TermsAndConditions)">
            <summary>
            Creates the specified TermsAndConditions using POST.
            </summary>
            <param name="termsAndConditionsToCreate">The TermsAndConditions to create.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.CreateAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified TermsAndConditions using POST.
            </summary>
            <param name="termsAndConditionsToCreate">The TermsAndConditions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.DeleteAsync">
            <summary>
            Deletes the specified TermsAndConditions.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.GetAsync">
            <summary>
            Gets the specified TermsAndConditions.
            </summary>
            <returns>The TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.UpdateAsync(Microsoft.Graph.TermsAndConditions)">
            <summary>
            Updates the specified TermsAndConditions using PATCH.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions to update.</param>
            <returns>The updated TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.UpdateAsync(Microsoft.Graph.TermsAndConditions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified TermsAndConditions using PATCH.
            </summary>
            <param name="termsAndConditionsToUpdate">The TermsAndConditions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequest.InitializeCollectionProperties(Microsoft.Graph.TermsAndConditions)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="termsAndConditionsToInitialize">The <see cref="T:Microsoft.Graph.TermsAndConditions"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsRequestBuilder">
            <summary>
            The type TermsAndConditionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsRequestBuilder.AcceptanceStatuses">
            <summary>
            Gets the request builder for AcceptanceStatuses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsAcceptanceStatusesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsWithReferenceRequest">
            <summary>
            The type TermsAndConditionsWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new TermsAndConditionsWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified TermsAndConditions.
            </summary>
            <returns>The TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified TermsAndConditions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The TermsAndConditions.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TermsAndConditions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.TermsAndConditionsWithReferenceRequestBuilder">
            <summary>
            The type TermsAndConditionsWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new TermsAndConditionsWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.TermsAndConditionsWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.TermsAndConditionsWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the termsAndConditions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.ITermsAndConditionsReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailContentRequest">
            <summary>
            The type ThumbnailContentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ThumbnailContentRequest.
            <param name="requestUrl">The request URL.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query option name value pairs for the request.</param>
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequest.GetAsync">
            <summary>
            Gets the stream.
            </summary>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequest.GetAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Gets the stream.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequest.PutAsync``1(System.IO.Stream)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequest.PutAsync``1(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            PUTs the specified stream.
            </summary>
            <typeparam name="T">The type returned by the PUT call.</typeparam>
            <param name="content">The stream to PUT.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="completionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> to pass to the <see cref="T:Microsoft.Graph.IHttpProvider"/> on send.</param>
            <returns>The object returned by the PUT call.</returns>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailContentRequestBuilder">
            <summary>
            The type ThumbnailContentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ThumbnailContentRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailContentRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailRequest">
            <summary>
            The type ThumbnailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ThumbnailRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.CreateAsync(Microsoft.Graph.Thumbnail)">
            <summary>
            Creates the specified Thumbnail using POST.
            </summary>
            <param name="thumbnailToCreate">The Thumbnail to create.</param>
            <returns>The created Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.CreateAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Thumbnail using POST.
            </summary>
            <param name="thumbnailToCreate">The Thumbnail to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.DeleteAsync">
            <summary>
            Deletes the specified Thumbnail.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Thumbnail.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.GetAsync">
            <summary>
            Gets the specified Thumbnail.
            </summary>
            <returns>The Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Thumbnail.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.UpdateAsync(Microsoft.Graph.Thumbnail)">
            <summary>
            Updates the specified Thumbnail using PATCH.
            </summary>
            <param name="thumbnailToUpdate">The Thumbnail to update.</param>
            <returns>The updated Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.UpdateAsync(Microsoft.Graph.Thumbnail,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Thumbnail using PATCH.
            </summary>
            <param name="thumbnailToUpdate">The Thumbnail to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Thumbnail.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Thumbnail,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Thumbnail,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequest.InitializeCollectionProperties(Microsoft.Graph.Thumbnail)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="thumbnailToInitialize">The <see cref="T:Microsoft.Graph.Thumbnail"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailRequestBuilder">
            <summary>
            The type ThumbnailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new ThumbnailRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.ThumbnailRequestBuilder.Content">
            <summary>
            Gets the request builder for Content.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IThumbnailContentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.ThumbnailSetRequest">
            <summary>
            The type ThumbnailSetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new ThumbnailSetRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.CreateAsync(Microsoft.Graph.ThumbnailSet)">
            <summary>
            Creates the specified ThumbnailSet using POST.
            </summary>
            <param name="thumbnailSetToCreate">The ThumbnailSet to create.</param>
            <returns>The created ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.CreateAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified ThumbnailSet using POST.
            </summary>
            <param name="thumbnailSetToCreate">The ThumbnailSet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.DeleteAsync">
            <summary>
            Deletes the specified ThumbnailSet.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified ThumbnailSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.GetAsync">
            <summary>
            Gets the specified ThumbnailSet.
            </summary>
            <returns>The ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified ThumbnailSet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.UpdateAsync(Microsoft.Graph.ThumbnailSet)">
            <summary>
            Updates the specified ThumbnailSet using PATCH.
            </summary>
            <param name="thumbnailSetToUpdate">The ThumbnailSet to update.</param>
            <returns>The updated ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.UpdateAsync(Microsoft.Graph.ThumbnailSet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified ThumbnailSet using PATCH.
            </summary>
            <param name="thumbnailSetToUpdate">The ThumbnailSet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated ThumbnailSet.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ThumbnailSet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.ThumbnailSetRequest.InitializeCollectionProperties(Microsoft.Graph.ThumbnailSet)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="thumbnailSetToInitialize">The <see cref="T:Microsoft.Graph.ThumbnailSet"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserActivitiesCollectionPage">
            <summary>
            The type UserActivitiesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivitiesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserActivitiesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivitiesCollectionRequestBuilder">
            <summary>
            The type UserActivitiesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserActivitiesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserActivitiesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserActivityRequestBuilder"/> for the specified UserUserActivity.
            </summary>
            <param name="id">The ID for the UserUserActivity.</param>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivitiesCollectionRequestBuilder.Recent">
            <summary>
            Gets the request builder for UserActivityRecent.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityRecentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivitiesCollectionResponse">
            <summary>
            The type UserActivitiesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivitiesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserActivitiesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivitiesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivityHistoryItemsCollectionPage">
            <summary>
            The type UserActivityHistoryItemsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityHistoryItemsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivityHistoryItemsCollectionRequestBuilder">
            <summary>
            The type UserActivityHistoryItemsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserActivityHistoryItemsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityHistoryItemsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserActivityHistoryItemsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IActivityHistoryItemRequestBuilder"/> for the specified UserActivityActivityHistoryItem.
            </summary>
            <param name="id">The ID for the UserActivityActivityHistoryItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IActivityHistoryItemRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityHistoryItemsCollectionResponse">
            <summary>
            The type UserActivityHistoryItemsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityHistoryItemsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityHistoryItemsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivityRecentCollectionPage">
            <summary>
            The type UserActivityRecentCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityRecentCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserActivityRecentRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivityRecentCollectionResponse">
            <summary>
            The type UserActivityRecentCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityRecentCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserActivityRecentCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserActivityRecentCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserActivityRecentRequest">
            <summary>
            The type UserActivityRecentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserActivityRecentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityRecentRequestBuilder">
            <summary>
            The type UserActivityRecentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserActivityRecentRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRecentRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityReferenceRequest">
            <summary>
            The type UserActivityReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserActivityReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified UserActivity reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified UserActivity reference.
            </summary>
            <param name="id">The UserActivity reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified UserActivity reference.
            </summary>
            <param name="id">The UserActivity reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityReferenceRequestBuilder">
            <summary>
            The type UserActivityReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserActivityReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityRequest">
            <summary>
            The type UserActivityRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserActivityRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.CreateAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Creates the specified UserActivity using POST.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.CreateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserActivity using POST.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.DeleteAsync">
            <summary>
            Deletes the specified UserActivity.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.GetAsync">
            <summary>
            Gets the specified UserActivity.
            </summary>
            <returns>The UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.UpdateAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Updates the specified UserActivity using PATCH.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <returns>The updated UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.UpdateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PATCH.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequest.InitializeCollectionProperties(Microsoft.Graph.UserActivity)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userActivityToInitialize">The <see cref="T:Microsoft.Graph.UserActivity"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserActivityRequestBuilder">
            <summary>
            The type UserActivityRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserActivityRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserActivityRequestBuilder.HistoryItems">
            <summary>
            Gets the request builder for HistoryItems.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityHistoryItemsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityWithReferenceRequest">
            <summary>
            The type UserActivityWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserActivityWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified UserActivity.
            </summary>
            <returns>The UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.CreateAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Creates the specified UserActivity using POST.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.CreateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserActivity using POST.
            </summary>
            <param name="userActivityToCreate">The UserActivity to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.UpdateAsync(Microsoft.Graph.UserActivity)">
            <summary>
            Updates the specified UserActivity using PATCH.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <returns>The updated UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.UpdateAsync(Microsoft.Graph.UserActivity,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserActivity using PATCH.
            </summary>
            <param name="userActivityToUpdate">The UserActivity to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated UserActivity.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified UserActivity.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserActivity.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserActivity,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserActivityWithReferenceRequestBuilder">
            <summary>
            The type UserActivityWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserActivityWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserActivityWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserActivityWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the userActivity.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserActivityReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserAssignLicenseRequest">
            <summary>
            The type UserAssignLicenseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserAssignLicenseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserAssignLicenseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserAssignLicenseRequestBuilder">
            <summary>
            The type UserAssignLicenseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.AssignedLicense},System.Collections.Generic.IEnumerable{System.Guid})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserAssignLicenseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="addLicenses">A addLicenses parameter for the OData method call.</param>
            <param name="removeLicenses">A removeLicenses parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserAssignLicenseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarGroupsCollectionPage">
            <summary>
            The type UserCalendarGroupsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarGroupsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCalendarGroupsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarGroupsCollectionRequest">
            <summary>
            The type UserCalendarGroupsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserCalendarGroupsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.AddAsync(Microsoft.Graph.CalendarGroup)">
            <summary>
            Adds the specified CalendarGroup to the collection via POST.
            </summary>
            <param name="calendarGroup">The CalendarGroup to add.</param>
            <returns>The created CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.AddAsync(Microsoft.Graph.CalendarGroup,System.Threading.CancellationToken)">
            <summary>
            Adds the specified CalendarGroup to the collection via POST.
            </summary>
            <param name="calendarGroup">The CalendarGroup to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created CalendarGroup.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.CalendarGroup,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarGroupsCollectionRequestBuilder">
            <summary>
            The type UserCalendarGroupsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserCalendarGroupsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarGroupsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarGroupsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarGroupRequestBuilder"/> for the specified UserCalendarGroup.
            </summary>
            <param name="id">The ID for the UserCalendarGroup.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarGroupRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarGroupsCollectionResponse">
            <summary>
            The type UserCalendarGroupsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarGroupsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserCalendarGroupsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarGroupsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarsCollectionPage">
            <summary>
            The type UserCalendarsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCalendarsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarsCollectionRequest">
            <summary>
            The type UserCalendarsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserCalendarsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.AddAsync(Microsoft.Graph.Calendar)">
            <summary>
            Adds the specified Calendar to the collection via POST.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.AddAsync(Microsoft.Graph.Calendar,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Calendar to the collection via POST.
            </summary>
            <param name="calendar">The Calendar to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Calendar.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Calendar,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarsCollectionRequestBuilder">
            <summary>
            The type UserCalendarsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserCalendarsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/> for the specified UserCalendar.
            </summary>
            <param name="id">The ID for the UserCalendar.</param>
            <returns>The <see cref="T:Microsoft.Graph.ICalendarRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarsCollectionResponse">
            <summary>
            The type UserCalendarsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserCalendarsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarViewCollectionPage">
            <summary>
            The type UserCalendarViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCalendarViewCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarViewCollectionRequest">
            <summary>
            The type UserCalendarViewCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserCalendarViewCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="calendarViewEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarViewCollectionRequestBuilder">
            <summary>
            The type UserCalendarViewCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserCalendarViewCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarViewCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified UserEvent.
            </summary>
            <param name="id">The ID for the UserEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCalendarViewCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCalendarViewCollectionResponse">
            <summary>
            The type UserCalendarViewCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarViewCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserCalendarViewCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCalendarViewCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserChangePasswordRequest">
            <summary>
            The type UserChangePasswordRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserChangePasswordRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserChangePasswordRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserChangePasswordRequestBuilder">
            <summary>
            The type UserChangePasswordRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserChangePasswordRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="currentPassword">A currentPassword parameter for the OData method call.</param>
            <param name="newPassword">A newPassword parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserChangePasswordRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserContactFoldersCollectionPage">
            <summary>
            The type UserContactFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserContactFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserContactFoldersCollectionRequest">
            <summary>
            The type UserContactFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserContactFoldersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.AddAsync(Microsoft.Graph.ContactFolder)">
            <summary>
            Adds the specified ContactFolder to the collection via POST.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.AddAsync(Microsoft.Graph.ContactFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ContactFolder to the collection via POST.
            </summary>
            <param name="contactFolder">The ContactFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ContactFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ContactFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserContactFoldersCollectionRequestBuilder">
            <summary>
            The type UserContactFoldersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserContactFoldersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserContactFoldersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/> for the specified UserContactFolder.
            </summary>
            <param name="id">The ID for the UserContactFolder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactFoldersCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactFolderDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactFolderDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserContactFoldersCollectionResponse">
            <summary>
            The type UserContactFoldersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactFoldersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserContactFoldersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactFoldersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserContactsCollectionPage">
            <summary>
            The type UserContactsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserContactsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserContactsCollectionRequest">
            <summary>
            The type UserContactsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserContactsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.AddAsync(Microsoft.Graph.Contact)">
            <summary>
            Adds the specified Contact to the collection via POST.
            </summary>
            <param name="contact">The Contact to add.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.AddAsync(Microsoft.Graph.Contact,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Contact to the collection via POST.
            </summary>
            <param name="contact">The Contact to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Contact.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Contact,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserContactsCollectionRequestBuilder">
            <summary>
            The type UserContactsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserContactsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserContactsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IContactRequestBuilder"/> for the specified UserContact.
            </summary>
            <param name="id">The ID for the UserContact.</param>
            <returns>The <see cref="T:Microsoft.Graph.IContactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserContactsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for ContactDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IContactDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserContactsCollectionResponse">
            <summary>
            The type UserContactsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserContactsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserContactsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequest">
            <summary>
            The type UserCreatedObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserCreatedObjectsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequestBuilder">
            <summary>
            The type UserCreatedObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserCreatedObjectsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesPage">
            <summary>
            The type UserCreatedObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest">
            <summary>
            The type UserCreatedObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserCreatedObjectsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserCreatedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserCreatedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UserDirectoryObject.
            </summary>
            <param name="id">The ID for the UserDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesResponse">
            <summary>
            The type UserCreatedObjectsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserCreatedObjectsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserCreatedObjectsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDeltaCollectionPage">
            <summary>
            The type UserDeltaCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeltaCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDeltaRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDeltaCollectionResponse">
            <summary>
            The type UserDeltaCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeltaCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserDeltaCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeltaCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDeltaRequest">
            <summary>
            The type UserDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDeltaRequestBuilder">
            <summary>
            The type UserDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionPage">
            <summary>
            The type UserDeviceManagementTroubleshootingEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest">
            <summary>
            The type UserDeviceManagementTroubleshootingEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserDeviceManagementTroubleshootingEventsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.AddAsync(Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceManagementTroubleshootingEvent to the collection via POST.
            </summary>
            <param name="deviceManagementTroubleshootingEvent">The DeviceManagementTroubleshootingEvent to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceManagementTroubleshootingEvent.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceManagementTroubleshootingEvent,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder">
            <summary>
            The type UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/> for the specified UserDeviceManagementTroubleshootingEvent.
            </summary>
            <param name="id">The ID for the UserDeviceManagementTroubleshootingEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceManagementTroubleshootingEventRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionResponse">
            <summary>
            The type UserDeviceManagementTroubleshootingEventsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserDeviceManagementTroubleshootingEventsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDeviceManagementTroubleshootingEventsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDirectReportsCollectionReferencesRequest">
            <summary>
            The type UserDirectReportsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserDirectReportsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDirectReportsCollectionReferencesRequestBuilder">
            <summary>
            The type UserDirectReportsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserDirectReportsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDirectReportsCollectionWithReferencesPage">
            <summary>
            The type UserDirectReportsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDirectReportsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest">
            <summary>
            The type UserDirectReportsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserDirectReportsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserDirectReportsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserDirectReportsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UserDirectoryObject.
            </summary>
            <param name="id">The ID for the UserDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserDirectReportsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDirectReportsCollectionWithReferencesResponse">
            <summary>
            The type UserDirectReportsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDirectReportsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserDirectReportsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDirectReportsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDrivesCollectionPage">
            <summary>
            The type UserDrivesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDrivesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserDrivesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserDrivesCollectionRequest">
            <summary>
            The type UserDrivesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserDrivesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.AddAsync(Microsoft.Graph.Drive,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Drive to the collection via POST.
            </summary>
            <param name="drive">The Drive to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Drive.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Drive,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDrivesCollectionRequestBuilder">
            <summary>
            The type UserDrivesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserDrivesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserDrivesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserDrivesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/> for the specified UserDrive.
            </summary>
            <param name="id">The ID for the UserDrive.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDriveRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserDrivesCollectionResponse">
            <summary>
            The type UserDrivesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDrivesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserDrivesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserDrivesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserEventsCollectionPage">
            <summary>
            The type UserEventsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserEventsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserEventsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserEventsCollectionRequest">
            <summary>
            The type UserEventsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserEventsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.AddAsync(Microsoft.Graph.Event)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.AddAsync(Microsoft.Graph.Event,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Event to the collection via POST.
            </summary>
            <param name="eventsEvent">The Event to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Event.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Event,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserEventsCollectionRequestBuilder">
            <summary>
            The type UserEventsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserEventsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserEventsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IEventRequestBuilder"/> for the specified UserEvent.
            </summary>
            <param name="id">The ID for the UserEvent.</param>
            <returns>The <see cref="T:Microsoft.Graph.IEventRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserEventsCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for EventDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IEventDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserEventsCollectionResponse">
            <summary>
            The type UserEventsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserEventsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserEventsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserEventsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserExtensionsCollectionPage">
            <summary>
            The type UserExtensionsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExtensionsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserExtensionsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserExtensionsCollectionRequest">
            <summary>
            The type UserExtensionsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserExtensionsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.AddAsync(Microsoft.Graph.Extension,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Extension to the collection via POST.
            </summary>
            <param name="extension">The Extension to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Extension.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Extension,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserExtensionsCollectionRequestBuilder">
            <summary>
            The type UserExtensionsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserExtensionsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserExtensionsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserExtensionsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/> for the specified UserExtension.
            </summary>
            <param name="id">The ID for the UserExtension.</param>
            <returns>The <see cref="T:Microsoft.Graph.IExtensionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserExtensionsCollectionResponse">
            <summary>
            The type UserExtensionsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExtensionsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserExtensionsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserExtensionsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserFindMeetingTimesRequest">
            <summary>
            The type UserFindMeetingTimesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserFindMeetingTimesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserFindMeetingTimesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserFindMeetingTimesRequestBuilder">
            <summary>
            The type UserFindMeetingTimesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.AttendeeBase},Microsoft.Graph.LocationConstraint,Microsoft.Graph.TimeConstraint,Microsoft.Graph.Duration,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Double})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserFindMeetingTimesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Attendees">A Attendees parameter for the OData method call.</param>
            <param name="LocationConstraint">A LocationConstraint parameter for the OData method call.</param>
            <param name="TimeConstraint">A TimeConstraint parameter for the OData method call.</param>
            <param name="MeetingDuration">A MeetingDuration parameter for the OData method call.</param>
            <param name="MaxCandidates">A MaxCandidates parameter for the OData method call.</param>
            <param name="IsOrganizerOptional">A IsOrganizerOptional parameter for the OData method call.</param>
            <param name="ReturnSuggestionReasons">A ReturnSuggestionReasons parameter for the OData method call.</param>
            <param name="MinimumAttendeePercentage">A MinimumAttendeePercentage parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserFindMeetingTimesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesCollectionPage">
            <summary>
            The type UserGetManagedAppDiagnosticStatusesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesCollectionResponse">
            <summary>
            The type UserGetManagedAppDiagnosticStatusesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserGetManagedAppDiagnosticStatusesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest">
            <summary>
            The type UserGetManagedAppDiagnosticStatusesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserGetManagedAppDiagnosticStatusesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequestBuilder">
            <summary>
            The type UserGetManagedAppDiagnosticStatusesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppDiagnosticStatusesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppPoliciesCollectionPage">
            <summary>
            The type UserGetManagedAppPoliciesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppPoliciesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserGetManagedAppPoliciesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppPoliciesCollectionResponse">
            <summary>
            The type UserGetManagedAppPoliciesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppPoliciesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserGetManagedAppPoliciesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserGetManagedAppPoliciesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppPoliciesRequest">
            <summary>
            The type UserGetManagedAppPoliciesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserGetManagedAppPoliciesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserGetManagedAppPoliciesRequestBuilder">
            <summary>
            The type UserGetManagedAppPoliciesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserGetManagedAppPoliciesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserGetManagedAppPoliciesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionPage">
            <summary>
            The type UserInstallStateSummaryDeviceStatesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest">
            <summary>
            The type UserInstallStateSummaryDeviceStatesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserInstallStateSummaryDeviceStatesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceInstallState)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.AddAsync(Microsoft.Graph.DeviceInstallState,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DeviceInstallState to the collection via POST.
            </summary>
            <param name="deviceInstallState">The DeviceInstallState to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created DeviceInstallState.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DeviceInstallState,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequestBuilder">
            <summary>
            The type UserInstallStateSummaryDeviceStatesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserInstallStateSummaryDeviceStatesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/> for the specified UserInstallStateSummaryDeviceInstallState.
            </summary>
            <param name="id">The ID for the UserInstallStateSummaryDeviceInstallState.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDeviceInstallStateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionResponse">
            <summary>
            The type UserInstallStateSummaryDeviceStatesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummaryDeviceStatesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummaryRequest">
            <summary>
            The type UserInstallStateSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserInstallStateSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.CreateAsync(Microsoft.Graph.UserInstallStateSummary)">
            <summary>
            Creates the specified UserInstallStateSummary using POST.
            </summary>
            <param name="userInstallStateSummaryToCreate">The UserInstallStateSummary to create.</param>
            <returns>The created UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.CreateAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified UserInstallStateSummary using POST.
            </summary>
            <param name="userInstallStateSummaryToCreate">The UserInstallStateSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified UserInstallStateSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified UserInstallStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.GetAsync">
            <summary>
            Gets the specified UserInstallStateSummary.
            </summary>
            <returns>The UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UserInstallStateSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.UpdateAsync(Microsoft.Graph.UserInstallStateSummary)">
            <summary>
            Updates the specified UserInstallStateSummary using PATCH.
            </summary>
            <param name="userInstallStateSummaryToUpdate">The UserInstallStateSummary to update.</param>
            <returns>The updated UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.UpdateAsync(Microsoft.Graph.UserInstallStateSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified UserInstallStateSummary using PATCH.
            </summary>
            <param name="userInstallStateSummaryToUpdate">The UserInstallStateSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated UserInstallStateSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.UserInstallStateSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.UserInstallStateSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userInstallStateSummaryToInitialize">The <see cref="T:Microsoft.Graph.UserInstallStateSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserInstallStateSummaryRequestBuilder">
            <summary>
            The type UserInstallStateSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserInstallStateSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserInstallStateSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserInstallStateSummaryRequestBuilder.DeviceStates">
            <summary>
            Gets the request builder for DeviceStates.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserInstallStateSummaryDeviceStatesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserLicenseDetailsCollectionPage">
            <summary>
            The type UserLicenseDetailsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserLicenseDetailsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserLicenseDetailsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserLicenseDetailsCollectionRequest">
            <summary>
            The type UserLicenseDetailsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserLicenseDetailsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.AddAsync(Microsoft.Graph.LicenseDetails)">
            <summary>
            Adds the specified LicenseDetails to the collection via POST.
            </summary>
            <param name="licenseDetails">The LicenseDetails to add.</param>
            <returns>The created LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.AddAsync(Microsoft.Graph.LicenseDetails,System.Threading.CancellationToken)">
            <summary>
            Adds the specified LicenseDetails to the collection via POST.
            </summary>
            <param name="licenseDetails">The LicenseDetails to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created LicenseDetails.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.LicenseDetails,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserLicenseDetailsCollectionRequestBuilder">
            <summary>
            The type UserLicenseDetailsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserLicenseDetailsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserLicenseDetailsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserLicenseDetailsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ILicenseDetailsRequestBuilder"/> for the specified UserLicenseDetails.
            </summary>
            <param name="id">The ID for the UserLicenseDetails.</param>
            <returns>The <see cref="T:Microsoft.Graph.ILicenseDetailsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserLicenseDetailsCollectionResponse">
            <summary>
            The type UserLicenseDetailsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserLicenseDetailsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserLicenseDetailsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserLicenseDetailsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserMailFoldersCollectionPage">
            <summary>
            The type UserMailFoldersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserMailFoldersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserMailFoldersCollectionRequest">
            <summary>
            The type UserMailFoldersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserMailFoldersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.AddAsync(Microsoft.Graph.MailFolder)">
            <summary>
            Adds the specified MailFolder to the collection via POST.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.AddAsync(Microsoft.Graph.MailFolder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified MailFolder to the collection via POST.
            </summary>
            <param name="mailFolder">The MailFolder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created MailFolder.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.MailFolder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMailFoldersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMailFoldersCollectionResponse">
            <summary>
            The type UserMailFoldersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserMailFoldersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMailFoldersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequest">
            <summary>
            The type UserManagedAppRegistrationsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserManagedAppRegistrationsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ManagedAppRegistration)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequest.AddAsync(Microsoft.Graph.ManagedAppRegistration,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedAppRegistration to the collection via POST.
            </summary>
            <param name="managedAppRegistration">The ManagedAppRegistration to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequestBuilder">
            <summary>
            The type UserManagedAppRegistrationsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserManagedAppRegistrationsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesPage">
            <summary>
            The type UserManagedAppRegistrationsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest">
            <summary>
            The type UserManagedAppRegistrationsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserManagedAppRegistrationsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedAppRegistration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder"/> for the specified UserManagedAppRegistration.
            </summary>
            <param name="id">The ID for the UserManagedAppRegistration.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedAppRegistrationWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesResponse">
            <summary>
            The type UserManagedAppRegistrationsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserManagedAppRegistrationsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedAppRegistrationsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserManagedDevicesCollectionPage">
            <summary>
            The type UserManagedDevicesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedDevicesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserManagedDevicesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserManagedDevicesCollectionRequest">
            <summary>
            The type UserManagedDevicesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserManagedDevicesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDevice)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.AddAsync(Microsoft.Graph.ManagedDevice,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ManagedDevice to the collection via POST.
            </summary>
            <param name="managedDevice">The ManagedDevice to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ManagedDevice.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ManagedDevice,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserManagedDevicesCollectionRequestBuilder">
            <summary>
            The type UserManagedDevicesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserManagedDevicesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserManagedDevicesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserManagedDevicesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/> for the specified UserManagedDevice.
            </summary>
            <param name="id">The ID for the UserManagedDevice.</param>
            <returns>The <see cref="T:Microsoft.Graph.IManagedDeviceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserManagedDevicesCollectionResponse">
            <summary>
            The type UserManagedDevicesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedDevicesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserManagedDevicesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserManagedDevicesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserMemberOfCollectionReferencesRequest">
            <summary>
            The type UserMemberOfCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserMemberOfCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMemberOfCollectionReferencesRequestBuilder">
            <summary>
            The type UserMemberOfCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserMemberOfCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMemberOfCollectionWithReferencesPage">
            <summary>
            The type UserMemberOfCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMemberOfCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest">
            <summary>
            The type UserMemberOfCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserMemberOfCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserMemberOfCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UserDirectoryObject.
            </summary>
            <param name="id">The ID for the UserDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserMemberOfCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserMemberOfCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMemberOfCollectionWithReferencesResponse">
            <summary>
            The type UserMemberOfCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMemberOfCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserMemberOfCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMemberOfCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserMessagesCollectionPage">
            <summary>
            The type UserMessagesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMessagesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserMessagesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserMessagesCollectionRequest">
            <summary>
            The type UserMessagesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserMessagesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.AddAsync(Microsoft.Graph.Message)">
            <summary>
            Adds the specified Message to the collection via POST.
            </summary>
            <param name="message">The Message to add.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.AddAsync(Microsoft.Graph.Message,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Message to the collection via POST.
            </summary>
            <param name="message">The Message to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Message.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Message,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMessagesCollectionRequestBuilder">
            <summary>
            The type UserMessagesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserMessagesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserMessagesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/> for the specified UserMessage.
            </summary>
            <param name="id">The ID for the UserMessage.</param>
            <returns>The <see cref="T:Microsoft.Graph.IMessageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserMessagesCollectionRequestBuilder.Delta">
            <summary>
            Gets the request builder for MessageDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IMessageDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserMessagesCollectionResponse">
            <summary>
            The type UserMessagesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMessagesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserMessagesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserMessagesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequest">
            <summary>
            The type UserOwnedDevicesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserOwnedDevicesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequestBuilder">
            <summary>
            The type UserOwnedDevicesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserOwnedDevicesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesPage">
            <summary>
            The type UserOwnedDevicesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest">
            <summary>
            The type UserOwnedDevicesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserOwnedDevicesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserOwnedDevicesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserOwnedDevicesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UserDirectoryObject.
            </summary>
            <param name="id">The ID for the UserDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesResponse">
            <summary>
            The type UserOwnedDevicesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserOwnedDevicesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedDevicesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequest">
            <summary>
            The type UserOwnedObjectsCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserOwnedObjectsCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequestBuilder">
            <summary>
            The type UserOwnedObjectsCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserOwnedObjectsCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesPage">
            <summary>
            The type UserOwnedObjectsCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest">
            <summary>
            The type UserOwnedObjectsCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserOwnedObjectsCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserOwnedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserOwnedObjectsCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UserDirectoryObject.
            </summary>
            <param name="id">The ID for the UserDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesResponse">
            <summary>
            The type UserOwnedObjectsCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserOwnedObjectsCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserOwnedObjectsCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserPeopleCollectionPage">
            <summary>
            The type UserPeopleCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPeopleCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserPeopleCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserPeopleCollectionRequest">
            <summary>
            The type UserPeopleCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserPeopleCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.AddAsync(Microsoft.Graph.Person)">
            <summary>
            Adds the specified Person to the collection via POST.
            </summary>
            <param name="person">The Person to add.</param>
            <returns>The created Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.AddAsync(Microsoft.Graph.Person,System.Threading.CancellationToken)">
            <summary>
            Adds the specified Person to the collection via POST.
            </summary>
            <param name="person">The Person to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Person.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Person,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserPeopleCollectionRequestBuilder">
            <summary>
            The type UserPeopleCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserPeopleCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPeopleCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserPeopleCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IPersonRequestBuilder"/> for the specified UserPerson.
            </summary>
            <param name="id">The ID for the UserPerson.</param>
            <returns>The <see cref="T:Microsoft.Graph.IPersonRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserPeopleCollectionResponse">
            <summary>
            The type UserPeopleCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPeopleCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserPeopleCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPeopleCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserPhotosCollectionPage">
            <summary>
            The type UserPhotosCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPhotosCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserPhotosCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserPhotosCollectionRequest">
            <summary>
            The type UserPhotosCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserPhotosCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.AddAsync(Microsoft.Graph.ProfilePhoto)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.AddAsync(Microsoft.Graph.ProfilePhoto,System.Threading.CancellationToken)">
            <summary>
            Adds the specified ProfilePhoto to the collection via POST.
            </summary>
            <param name="profilePhoto">The ProfilePhoto to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created ProfilePhoto.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.ProfilePhoto,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserPhotosCollectionRequestBuilder">
            <summary>
            The type UserPhotosCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserPhotosCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserPhotosCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserPhotosCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/> for the specified UserProfilePhoto.
            </summary>
            <param name="id">The ID for the UserProfilePhoto.</param>
            <returns>The <see cref="T:Microsoft.Graph.IProfilePhotoRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserPhotosCollectionResponse">
            <summary>
            The type UserPhotosCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPhotosCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserPhotosCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserPhotosCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserReferenceRequest">
            <summary>
            The type UserReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified User reference.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User reference.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequest.PutAsync(System.String)">
            <summary>
            Puts the specified User reference.
            </summary>
            <param name="id">The User reference to update.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequest.PutAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Puts the specified User reference.
            </summary>
            <param name="id">The User reference to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserReferenceRequestBuilder">
            <summary>
            The type UserReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequest">
            <summary>
            The type UserRegisteredDevicesCollectionReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserRegisteredDevicesCollectionReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequest.AddAsync(Microsoft.Graph.DirectoryObject,System.Threading.CancellationToken)">
            <summary>
            Adds the specified DirectoryObject to the collection via POST.
            </summary>
            <param name="directoryObject">The DirectoryObject to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequestBuilder">
            <summary>
            The type UserRegisteredDevicesCollectionReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserRegisteredDevicesCollectionReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesPage">
            <summary>
            The type UserRegisteredDevicesCollectionWithReferencesPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest">
            <summary>
            The type UserRegisteredDevicesCollectionWithReferencesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserRegisteredDevicesCollectionWithReferencesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.DirectoryObject,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequestBuilder">
            <summary>
            The type UserRegisteredDevicesCollectionWithReferencesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserRegisteredDevicesCollectionWithReferencesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/> for the specified UserDirectoryObject.
            </summary>
            <param name="id">The ID for the UserDirectoryObject.</param>
            <returns>The <see cref="T:Microsoft.Graph.IDirectoryObjectWithReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesRequestBuilder.References">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder"/> for the references in the collection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionReferencesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesResponse">
            <summary>
            The type UserRegisteredDevicesCollectionWithReferencesResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserRegisteredDevicesCollectionWithReferencesPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserRegisteredDevicesCollectionWithReferencesResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserReminderViewCollectionPage">
            <summary>
            The type UserReminderViewCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserReminderViewCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IUserReminderViewRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserReminderViewCollectionResponse">
            <summary>
            The type UserReminderViewCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserReminderViewCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IUserReminderViewCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserReminderViewCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UserReminderViewRequest">
            <summary>
            The type UserReminderViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserReminderViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserReminderViewRequestBuilder">
            <summary>
            The type UserReminderViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserReminderViewRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="StartDateTime">A StartDateTime parameter for the OData method call.</param>
            <param name="EndDateTime">A EndDateTime parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserReminderViewRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequest">
            <summary>
            The type UserRemoveAllDevicesFromManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserRemoveAllDevicesFromManagementRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequestBuilder">
            <summary>
            The type UserRemoveAllDevicesFromManagementRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRemoveAllDevicesFromManagementRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserRequest">
            <summary>
            The type UserRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.CreateAsync(Microsoft.Graph.User)">
            <summary>
            Creates the specified User using POST.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.CreateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Creates the specified User using POST.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.DeleteAsync">
            <summary>
            Deletes the specified User.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.GetAsync">
            <summary>
            Gets the specified User.
            </summary>
            <returns>The User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.UpdateAsync(Microsoft.Graph.User)">
            <summary>
            Updates the specified User using PATCH.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <returns>The updated User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.UpdateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PATCH.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserRequest.InitializeCollectionProperties(Microsoft.Graph.User)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="userToInitialize">The <see cref="T:Microsoft.Graph.User"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.UserSendMailRequest">
            <summary>
            The type UserSendMailRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserSendMailRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserSendMailRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserSendMailRequestBuilder">
            <summary>
            The type UserSendMailRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.Message,System.Nullable{System.Boolean})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserSendMailRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="Message">A Message parameter for the OData method call.</param>
            <param name="SaveToSentItems">A SaveToSentItems parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserSendMailRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest">
            <summary>
            The type UserWipeManagedAppRegistrationsByDeviceTagRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserWipeManagedAppRegistrationsByDeviceTagRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequestBuilder">
            <summary>
            The type UserWipeManagedAppRegistrationsByDeviceTagRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="deviceTag">A deviceTag parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.UserWipeManagedAppRegistrationsByDeviceTagRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserWithReferenceRequest">
            <summary>
            The type UserWithReferenceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new UserWithReferenceRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.GetAsync">
            <summary>
            Gets the specified User.
            </summary>
            <returns>The User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.CreateAsync(Microsoft.Graph.User)">
            <summary>
            Creates the specified User using POST.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.CreateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Creates the specified User using POST.
            </summary>
            <param name="userToCreate">The User to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.UpdateAsync(Microsoft.Graph.User)">
            <summary>
            Updates the specified User using PATCH.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <returns>The updated User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.UpdateAsync(Microsoft.Graph.User,System.Threading.CancellationToken)">
            <summary>
            Updates the specified User using PATCH.
            </summary>
            <param name="userToUpdate">The User to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated User.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.DeleteAsync">
            <summary>
            Deletes the specified User.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified User.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.User,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.UserWithReferenceRequestBuilder">
            <summary>
            The type UserWithReferenceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new UserWithReferenceRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.UserWithReferenceRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.UserWithReferenceRequestBuilder.Reference">
            <summary>
            Gets the request builder for the reference of the user.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IUserReferenceRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.VppTokenRequest">
            <summary>
            The type VppTokenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new VppTokenRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.CreateAsync(Microsoft.Graph.VppToken)">
            <summary>
            Creates the specified VppToken using POST.
            </summary>
            <param name="vppTokenToCreate">The VppToken to create.</param>
            <returns>The created VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.CreateAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Creates the specified VppToken using POST.
            </summary>
            <param name="vppTokenToCreate">The VppToken to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.DeleteAsync">
            <summary>
            Deletes the specified VppToken.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified VppToken.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.GetAsync">
            <summary>
            Gets the specified VppToken.
            </summary>
            <returns>The VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified VppToken.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.UpdateAsync(Microsoft.Graph.VppToken)">
            <summary>
            Updates the specified VppToken using PATCH.
            </summary>
            <param name="vppTokenToUpdate">The VppToken to update.</param>
            <returns>The updated VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.UpdateAsync(Microsoft.Graph.VppToken,System.Threading.CancellationToken)">
            <summary>
            Updates the specified VppToken using PATCH.
            </summary>
            <param name="vppTokenToUpdate">The VppToken to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated VppToken.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.VppToken,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequest.InitializeCollectionProperties(Microsoft.Graph.VppToken)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="vppTokenToInitialize">The <see cref="T:Microsoft.Graph.VppToken"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.VppTokenRequestBuilder">
            <summary>
            The type VppTokenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new VppTokenRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenRequestBuilder.SyncLicenses">
            <summary>
            Gets the request builder for VppTokenSyncLicenses.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IVppTokenSyncLicensesRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.VppTokenSyncLicensesRequest">
            <summary>
            The type VppTokenSyncLicensesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new VppTokenSyncLicensesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.VppTokenSyncLicensesRequestBuilder">
            <summary>
            The type VppTokenSyncLicensesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.VppTokenSyncLicensesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.VppTokenSyncLicensesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WebAppRequest">
            <summary>
            The type WebAppRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WebAppRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.CreateAsync(Microsoft.Graph.WebApp)">
            <summary>
            Creates the specified WebApp using POST.
            </summary>
            <param name="webAppToCreate">The WebApp to create.</param>
            <returns>The created WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.CreateAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WebApp using POST.
            </summary>
            <param name="webAppToCreate">The WebApp to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.DeleteAsync">
            <summary>
            Deletes the specified WebApp.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WebApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.GetAsync">
            <summary>
            Gets the specified WebApp.
            </summary>
            <returns>The WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WebApp.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.UpdateAsync(Microsoft.Graph.WebApp)">
            <summary>
            Updates the specified WebApp using PATCH.
            </summary>
            <param name="webAppToUpdate">The WebApp to update.</param>
            <returns>The updated WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.UpdateAsync(Microsoft.Graph.WebApp,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WebApp using PATCH.
            </summary>
            <param name="webAppToUpdate">The WebApp to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WebApp.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WebApp,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WebApp,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequest.InitializeCollectionProperties(Microsoft.Graph.WebApp)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="webAppToInitialize">The <see cref="T:Microsoft.Graph.WebApp"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WebAppRequestBuilder">
            <summary>
            The type WebAppRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WebAppRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WebAppRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10CompliancePolicyRequest">
            <summary>
            The type Windows10CompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10CompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows10CompliancePolicy)">
            <summary>
            Creates the specified Windows10CompliancePolicy using POST.
            </summary>
            <param name="windows10CompliancePolicyToCreate">The Windows10CompliancePolicy to create.</param>
            <returns>The created Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10CompliancePolicy using POST.
            </summary>
            <param name="windows10CompliancePolicyToCreate">The Windows10CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10CompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified Windows10CompliancePolicy.
            </summary>
            <returns>The Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows10CompliancePolicy)">
            <summary>
            Updates the specified Windows10CompliancePolicy using PATCH.
            </summary>
            <param name="windows10CompliancePolicyToUpdate">The Windows10CompliancePolicy to update.</param>
            <returns>The updated Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows10CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CompliancePolicy using PATCH.
            </summary>
            <param name="windows10CompliancePolicyToUpdate">The Windows10CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10CompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10CompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.Windows10CompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10CompliancePolicyRequestBuilder">
            <summary>
            The type Windows10CompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10CompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10CustomConfigurationRequest">
            <summary>
            The type Windows10CustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10CustomConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10CustomConfiguration)">
            <summary>
            Creates the specified Windows10CustomConfiguration using POST.
            </summary>
            <param name="windows10CustomConfigurationToCreate">The Windows10CustomConfiguration to create.</param>
            <returns>The created Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10CustomConfiguration using POST.
            </summary>
            <param name="windows10CustomConfigurationToCreate">The Windows10CustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10CustomConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows10CustomConfiguration.
            </summary>
            <returns>The Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10CustomConfiguration)">
            <summary>
            Updates the specified Windows10CustomConfiguration using PATCH.
            </summary>
            <param name="windows10CustomConfigurationToUpdate">The Windows10CustomConfiguration to update.</param>
            <returns>The updated Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10CustomConfiguration using PATCH.
            </summary>
            <param name="windows10CustomConfigurationToUpdate">The Windows10CustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10CustomConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10CustomConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows10CustomConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10CustomConfigurationRequestBuilder">
            <summary>
            The type Windows10CustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10CustomConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10CustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest">
            <summary>
            The type Windows10EndpointProtectionConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10EndpointProtectionConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration)">
            <summary>
            Creates the specified Windows10EndpointProtectionConfiguration using POST.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToCreate">The Windows10EndpointProtectionConfiguration to create.</param>
            <returns>The created Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10EndpointProtectionConfiguration using POST.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToCreate">The Windows10EndpointProtectionConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10EndpointProtectionConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10EndpointProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows10EndpointProtectionConfiguration.
            </summary>
            <returns>The Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10EndpointProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration)">
            <summary>
            Updates the specified Windows10EndpointProtectionConfiguration using PATCH.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToUpdate">The Windows10EndpointProtectionConfiguration to update.</param>
            <returns>The updated Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EndpointProtectionConfiguration using PATCH.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToUpdate">The Windows10EndpointProtectionConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10EndpointProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EndpointProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10EndpointProtectionConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10EndpointProtectionConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows10EndpointProtectionConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequestBuilder">
            <summary>
            The type Windows10EndpointProtectionConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10EndpointProtectionConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EndpointProtectionConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest">
            <summary>
            The type Windows10EnterpriseModernAppManagementConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10EnterpriseModernAppManagementConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration)">
            <summary>
            Creates the specified Windows10EnterpriseModernAppManagementConfiguration using POST.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToCreate">The Windows10EnterpriseModernAppManagementConfiguration to create.</param>
            <returns>The created Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10EnterpriseModernAppManagementConfiguration using POST.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToCreate">The Windows10EnterpriseModernAppManagementConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10EnterpriseModernAppManagementConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10EnterpriseModernAppManagementConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows10EnterpriseModernAppManagementConfiguration.
            </summary>
            <returns>The Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10EnterpriseModernAppManagementConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration)">
            <summary>
            Updates the specified Windows10EnterpriseModernAppManagementConfiguration using PATCH.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToUpdate">The Windows10EnterpriseModernAppManagementConfiguration to update.</param>
            <returns>The updated Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10EnterpriseModernAppManagementConfiguration using PATCH.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToUpdate">The Windows10EnterpriseModernAppManagementConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10EnterpriseModernAppManagementConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10EnterpriseModernAppManagementConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequestBuilder">
            <summary>
            The type Windows10EnterpriseModernAppManagementConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10EnterpriseModernAppManagementConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10EnterpriseModernAppManagementConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10GeneralConfigurationRequest">
            <summary>
            The type Windows10GeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10GeneralConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10GeneralConfiguration)">
            <summary>
            Creates the specified Windows10GeneralConfiguration using POST.
            </summary>
            <param name="windows10GeneralConfigurationToCreate">The Windows10GeneralConfiguration to create.</param>
            <returns>The created Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10GeneralConfiguration using POST.
            </summary>
            <param name="windows10GeneralConfigurationToCreate">The Windows10GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10GeneralConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows10GeneralConfiguration.
            </summary>
            <returns>The Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10GeneralConfiguration)">
            <summary>
            Updates the specified Windows10GeneralConfiguration using PATCH.
            </summary>
            <param name="windows10GeneralConfigurationToUpdate">The Windows10GeneralConfiguration to update.</param>
            <returns>The updated Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10GeneralConfiguration using PATCH.
            </summary>
            <param name="windows10GeneralConfigurationToUpdate">The Windows10GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10GeneralConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10GeneralConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows10GeneralConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10GeneralConfigurationRequestBuilder">
            <summary>
            The type Windows10GeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10GeneralConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10GeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10MobileCompliancePolicyRequest">
            <summary>
            The type Windows10MobileCompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10MobileCompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows10MobileCompliancePolicy)">
            <summary>
            Creates the specified Windows10MobileCompliancePolicy using POST.
            </summary>
            <param name="windows10MobileCompliancePolicyToCreate">The Windows10MobileCompliancePolicy to create.</param>
            <returns>The created Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10MobileCompliancePolicy using POST.
            </summary>
            <param name="windows10MobileCompliancePolicyToCreate">The Windows10MobileCompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10MobileCompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10MobileCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified Windows10MobileCompliancePolicy.
            </summary>
            <returns>The Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10MobileCompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows10MobileCompliancePolicy)">
            <summary>
            Updates the specified Windows10MobileCompliancePolicy using PATCH.
            </summary>
            <param name="windows10MobileCompliancePolicyToUpdate">The Windows10MobileCompliancePolicy to update.</param>
            <returns>The updated Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows10MobileCompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10MobileCompliancePolicy using PATCH.
            </summary>
            <param name="windows10MobileCompliancePolicyToUpdate">The Windows10MobileCompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10MobileCompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10MobileCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10MobileCompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10MobileCompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10MobileCompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.Windows10MobileCompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10MobileCompliancePolicyRequestBuilder">
            <summary>
            The type Windows10MobileCompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10MobileCompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10MobileCompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest">
            <summary>
            The type Windows10SecureAssessmentConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10SecureAssessmentConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration)">
            <summary>
            Creates the specified Windows10SecureAssessmentConfiguration using POST.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToCreate">The Windows10SecureAssessmentConfiguration to create.</param>
            <returns>The created Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10SecureAssessmentConfiguration using POST.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToCreate">The Windows10SecureAssessmentConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10SecureAssessmentConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10SecureAssessmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows10SecureAssessmentConfiguration.
            </summary>
            <returns>The Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10SecureAssessmentConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration)">
            <summary>
            Updates the specified Windows10SecureAssessmentConfiguration using PATCH.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToUpdate">The Windows10SecureAssessmentConfiguration to update.</param>
            <returns>The updated Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10SecureAssessmentConfiguration using PATCH.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToUpdate">The Windows10SecureAssessmentConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10SecureAssessmentConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10SecureAssessmentConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10SecureAssessmentConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10SecureAssessmentConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows10SecureAssessmentConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequestBuilder">
            <summary>
            The type Windows10SecureAssessmentConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10SecureAssessmentConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10SecureAssessmentConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest">
            <summary>
            The type Windows10TeamGeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows10TeamGeneralConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration)">
            <summary>
            Creates the specified Windows10TeamGeneralConfiguration using POST.
            </summary>
            <param name="windows10TeamGeneralConfigurationToCreate">The Windows10TeamGeneralConfiguration to create.</param>
            <returns>The created Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows10TeamGeneralConfiguration using POST.
            </summary>
            <param name="windows10TeamGeneralConfigurationToCreate">The Windows10TeamGeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows10TeamGeneralConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows10TeamGeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows10TeamGeneralConfiguration.
            </summary>
            <returns>The Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows10TeamGeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration)">
            <summary>
            Updates the specified Windows10TeamGeneralConfiguration using PATCH.
            </summary>
            <param name="windows10TeamGeneralConfigurationToUpdate">The Windows10TeamGeneralConfiguration to update.</param>
            <returns>The updated Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows10TeamGeneralConfiguration using PATCH.
            </summary>
            <param name="windows10TeamGeneralConfigurationToUpdate">The Windows10TeamGeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows10TeamGeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows10TeamGeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows10TeamGeneralConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows10TeamGeneralConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows10TeamGeneralConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows10TeamGeneralConfigurationRequestBuilder">
            <summary>
            The type Windows10TeamGeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows10TeamGeneralConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows10TeamGeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows81CompliancePolicyRequest">
            <summary>
            The type Windows81CompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows81CompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows81CompliancePolicy)">
            <summary>
            Creates the specified Windows81CompliancePolicy using POST.
            </summary>
            <param name="windows81CompliancePolicyToCreate">The Windows81CompliancePolicy to create.</param>
            <returns>The created Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.CreateAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows81CompliancePolicy using POST.
            </summary>
            <param name="windows81CompliancePolicyToCreate">The Windows81CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows81CompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified Windows81CompliancePolicy.
            </summary>
            <returns>The Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows81CompliancePolicy)">
            <summary>
            Updates the specified Windows81CompliancePolicy using PATCH.
            </summary>
            <param name="windows81CompliancePolicyToUpdate">The Windows81CompliancePolicy to update.</param>
            <returns>The updated Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.Windows81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81CompliancePolicy using PATCH.
            </summary>
            <param name="windows81CompliancePolicyToUpdate">The Windows81CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.Windows81CompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows81CompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.Windows81CompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows81CompliancePolicyRequestBuilder">
            <summary>
            The type Windows81CompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows81CompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81CompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.Windows81GeneralConfigurationRequest">
            <summary>
            The type Windows81GeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new Windows81GeneralConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows81GeneralConfiguration)">
            <summary>
            Creates the specified Windows81GeneralConfiguration using POST.
            </summary>
            <param name="windows81GeneralConfigurationToCreate">The Windows81GeneralConfiguration to create.</param>
            <returns>The created Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Windows81GeneralConfiguration using POST.
            </summary>
            <param name="windows81GeneralConfigurationToCreate">The Windows81GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified Windows81GeneralConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Windows81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.GetAsync">
            <summary>
            Gets the specified Windows81GeneralConfiguration.
            </summary>
            <returns>The Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Windows81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows81GeneralConfiguration)">
            <summary>
            Updates the specified Windows81GeneralConfiguration using PATCH.
            </summary>
            <param name="windows81GeneralConfigurationToUpdate">The Windows81GeneralConfiguration to update.</param>
            <returns>The updated Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.Windows81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Windows81GeneralConfiguration using PATCH.
            </summary>
            <param name="windows81GeneralConfigurationToUpdate">The Windows81GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Windows81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Windows81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.Windows81GeneralConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windows81GeneralConfigurationToInitialize">The <see cref="T:Microsoft.Graph.Windows81GeneralConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.Windows81GeneralConfigurationRequestBuilder">
            <summary>
            The type Windows81GeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new Windows81GeneralConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.Windows81GeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest">
            <summary>
            The type WindowsDefenderAdvancedThreatProtectionConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsDefenderAdvancedThreatProtectionConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration)">
            <summary>
            Creates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using POST.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToCreate">The WindowsDefenderAdvancedThreatProtectionConfiguration to create.</param>
            <returns>The created WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using POST.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToCreate">The WindowsDefenderAdvancedThreatProtectionConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsDefenderAdvancedThreatProtectionConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsDefenderAdvancedThreatProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.GetAsync">
            <summary>
            Gets the specified WindowsDefenderAdvancedThreatProtectionConfiguration.
            </summary>
            <returns>The WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsDefenderAdvancedThreatProtectionConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration)">
            <summary>
            Updates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PATCH.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToUpdate">The WindowsDefenderAdvancedThreatProtectionConfiguration to update.</param>
            <returns>The updated WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsDefenderAdvancedThreatProtectionConfiguration using PATCH.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToUpdate">The WindowsDefenderAdvancedThreatProtectionConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsDefenderAdvancedThreatProtectionConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsDefenderAdvancedThreatProtectionConfigurationToInitialize">The <see cref="T:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder">
            <summary>
            The type WindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsDefenderAdvancedThreatProtectionConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest">
            <summary>
            The type WindowsInformationProtectionAppLearningSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionAppLearningSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLearningSummary using POST.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToCreate">The WindowsInformationProtectionAppLearningSummary to create.</param>
            <returns>The created WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLearningSummary using POST.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToCreate">The WindowsInformationProtectionAppLearningSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.GetAsync">
            <summary>
            Gets the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <returns>The WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionAppLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLearningSummary using PATCH.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToUpdate">The WindowsInformationProtectionAppLearningSummary to update.</param>
            <returns>The updated WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLearningSummary using PATCH.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToUpdate">The WindowsInformationProtectionAppLearningSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsInformationProtectionAppLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsInformationProtectionAppLearningSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsInformationProtectionAppLearningSummaryToInitialize">The <see cref="T:Microsoft.Graph.WindowsInformationProtectionAppLearningSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequestBuilder">
            <summary>
            The type WindowsInformationProtectionAppLearningSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionAppLearningSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLearningSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest">
            <summary>
            The type WindowsInformationProtectionAppLockerFileRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionAppLockerFileRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLockerFile using POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToCreate">The WindowsInformationProtectionAppLockerFile to create.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionAppLockerFile using POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToCreate">The WindowsInformationProtectionAppLockerFile to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.GetAsync">
            <summary>
            Gets the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <returns>The WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLockerFile using PATCH.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToUpdate">The WindowsInformationProtectionAppLockerFile to update.</param>
            <returns>The updated WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionAppLockerFile using PATCH.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToUpdate">The WindowsInformationProtectionAppLockerFile to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsInformationProtectionAppLockerFile)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsInformationProtectionAppLockerFileToInitialize">The <see cref="T:Microsoft.Graph.WindowsInformationProtectionAppLockerFile"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequestBuilder">
            <summary>
            The type WindowsInformationProtectionAppLockerFileRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionAppLockerFileRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAppLockerFileRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionPage">
            <summary>
            The type WindowsInformationProtectionAssignmentsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest">
            <summary>
            The type WindowsInformationProtectionAssignmentsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionAssignmentsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.AddAsync(Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Threading.CancellationToken)">
            <summary>
            Adds the specified TargetedManagedAppPolicyAssignment to the collection via POST.
            </summary>
            <param name="targetedManagedAppPolicyAssignment">The TargetedManagedAppPolicyAssignment to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created TargetedManagedAppPolicyAssignment.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.TargetedManagedAppPolicyAssignment,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequestBuilder">
            <summary>
            The type WindowsInformationProtectionAssignmentsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionAssignmentsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/> for the specified WindowsInformationProtectionTargetedManagedAppPolicyAssignment.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionTargetedManagedAppPolicyAssignment.</param>
            <returns>The <see cref="T:Microsoft.Graph.ITargetedManagedAppPolicyAssignmentRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionResponse">
            <summary>
            The type WindowsInformationProtectionAssignmentsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAssignmentsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignRequest">
            <summary>
            The type WindowsInformationProtectionAssignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionAssignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionAssignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionAssignRequestBuilder">
            <summary>
            The type WindowsInformationProtectionAssignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WindowsInformationProtectionAssignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="assignments">A assignments parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionAssignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionPage">
            <summary>
            The type WindowsInformationProtectionExemptAppLockerFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest">
            <summary>
            The type WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder">
            <summary>
            The type WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/> for the specified WindowsInformationProtectionWindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionWindowsInformationProtectionAppLockerFile.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionResponse">
            <summary>
            The type WindowsInformationProtectionExemptAppLockerFilesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionExemptAppLockerFilesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest">
            <summary>
            The type WindowsInformationProtectionNetworkLearningSummaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionNetworkLearningSummaryRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary)">
            <summary>
            Creates the specified WindowsInformationProtectionNetworkLearningSummary using POST.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToCreate">The WindowsInformationProtectionNetworkLearningSummary to create.</param>
            <returns>The created WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionNetworkLearningSummary using POST.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToCreate">The WindowsInformationProtectionNetworkLearningSummary to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.GetAsync">
            <summary>
            Gets the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <returns>The WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionNetworkLearningSummary.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary)">
            <summary>
            Updates the specified WindowsInformationProtectionNetworkLearningSummary using PATCH.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToUpdate">The WindowsInformationProtectionNetworkLearningSummary to update.</param>
            <returns>The updated WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionNetworkLearningSummary using PATCH.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToUpdate">The WindowsInformationProtectionNetworkLearningSummary to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsInformationProtectionNetworkLearningSummary.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsInformationProtectionNetworkLearningSummaryToInitialize">The <see cref="T:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummary"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequestBuilder">
            <summary>
            The type WindowsInformationProtectionNetworkLearningSummaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionNetworkLearningSummaryRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionNetworkLearningSummaryRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionPolicyRequest">
            <summary>
            The type WindowsInformationProtectionPolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionPolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionPolicy)">
            <summary>
            Creates the specified WindowsInformationProtectionPolicy using POST.
            </summary>
            <param name="windowsInformationProtectionPolicyToCreate">The WindowsInformationProtectionPolicy to create.</param>
            <returns>The created WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtectionPolicy using POST.
            </summary>
            <param name="windowsInformationProtectionPolicyToCreate">The WindowsInformationProtectionPolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsInformationProtectionPolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.GetAsync">
            <summary>
            Gets the specified WindowsInformationProtectionPolicy.
            </summary>
            <returns>The WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtectionPolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionPolicy)">
            <summary>
            Updates the specified WindowsInformationProtectionPolicy using PATCH.
            </summary>
            <param name="windowsInformationProtectionPolicyToUpdate">The WindowsInformationProtectionPolicy to update.</param>
            <returns>The updated WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtectionPolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtectionPolicy using PATCH.
            </summary>
            <param name="windowsInformationProtectionPolicyToUpdate">The WindowsInformationProtectionPolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsInformationProtectionPolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionPolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsInformationProtectionPolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsInformationProtectionPolicyToInitialize">The <see cref="T:Microsoft.Graph.WindowsInformationProtectionPolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionPolicyRequestBuilder">
            <summary>
            The type WindowsInformationProtectionPolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionPolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionPolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionPage">
            <summary>
            The type WindowsInformationProtectionProtectedAppLockerFilesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest">
            <summary>
            The type WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.AddAsync(Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WindowsInformationProtectionAppLockerFile to the collection via POST.
            </summary>
            <param name="windowsInformationProtectionAppLockerFile">The WindowsInformationProtectionAppLockerFile to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtectionAppLockerFile.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtectionAppLockerFile,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder">
            <summary>
            The type WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/> for the specified WindowsInformationProtectionWindowsInformationProtectionAppLockerFile.
            </summary>
            <param name="id">The ID for the WindowsInformationProtectionWindowsInformationProtectionAppLockerFile.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAppLockerFileRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionResponse">
            <summary>
            The type WindowsInformationProtectionProtectedAppLockerFilesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionProtectedAppLockerFilesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionRequest">
            <summary>
            The type WindowsInformationProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsInformationProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtection)">
            <summary>
            Creates the specified WindowsInformationProtection using POST.
            </summary>
            <param name="windowsInformationProtectionToCreate">The WindowsInformationProtection to create.</param>
            <returns>The created WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.CreateAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsInformationProtection using POST.
            </summary>
            <param name="windowsInformationProtectionToCreate">The WindowsInformationProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsInformationProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsInformationProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.GetAsync">
            <summary>
            Gets the specified WindowsInformationProtection.
            </summary>
            <returns>The WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsInformationProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtection)">
            <summary>
            Updates the specified WindowsInformationProtection using PATCH.
            </summary>
            <param name="windowsInformationProtectionToUpdate">The WindowsInformationProtection to update.</param>
            <returns>The updated WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.UpdateAsync(Microsoft.Graph.WindowsInformationProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsInformationProtection using PATCH.
            </summary>
            <param name="windowsInformationProtectionToUpdate">The WindowsInformationProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsInformationProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsInformationProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsInformationProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsInformationProtectionToInitialize">The <see cref="T:Microsoft.Graph.WindowsInformationProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsInformationProtectionRequestBuilder">
            <summary>
            The type WindowsInformationProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsInformationProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.ProtectedAppLockerFiles">
            <summary>
            Gets the request builder for ProtectedAppLockerFiles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionProtectedAppLockerFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.ExemptAppLockerFiles">
            <summary>
            Gets the request builder for ExemptAppLockerFiles.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionExemptAppLockerFilesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.Assignments">
            <summary>
            Gets the request builder for Assignments.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignmentsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsInformationProtectionRequestBuilder.Assign(System.Collections.Generic.IEnumerable{Microsoft.Graph.TargetedManagedAppPolicyAssignment})">
            <summary>
            Gets the request builder for WindowsInformationProtectionAssign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWindowsInformationProtectionAssignRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsMobileMSIRequest">
            <summary>
            The type WindowsMobileMSIRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsMobileMSIRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.CreateAsync(Microsoft.Graph.WindowsMobileMSI)">
            <summary>
            Creates the specified WindowsMobileMSI using POST.
            </summary>
            <param name="windowsMobileMSIToCreate">The WindowsMobileMSI to create.</param>
            <returns>The created WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.CreateAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsMobileMSI using POST.
            </summary>
            <param name="windowsMobileMSIToCreate">The WindowsMobileMSI to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsMobileMSI.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsMobileMSI.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.GetAsync">
            <summary>
            Gets the specified WindowsMobileMSI.
            </summary>
            <returns>The WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsMobileMSI.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.UpdateAsync(Microsoft.Graph.WindowsMobileMSI)">
            <summary>
            Updates the specified WindowsMobileMSI using PATCH.
            </summary>
            <param name="windowsMobileMSIToUpdate">The WindowsMobileMSI to update.</param>
            <returns>The updated WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.UpdateAsync(Microsoft.Graph.WindowsMobileMSI,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsMobileMSI using PATCH.
            </summary>
            <param name="windowsMobileMSIToUpdate">The WindowsMobileMSI to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsMobileMSI.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsMobileMSI,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsMobileMSI,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsMobileMSI)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsMobileMSIToInitialize">The <see cref="T:Microsoft.Graph.WindowsMobileMSI"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsMobileMSIRequestBuilder">
            <summary>
            The type WindowsMobileMSIRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsMobileMSIRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsMobileMSIRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest">
            <summary>
            The type WindowsPhone81CompliancePolicyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsPhone81CompliancePolicyRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.CreateAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy)">
            <summary>
            Creates the specified WindowsPhone81CompliancePolicy using POST.
            </summary>
            <param name="windowsPhone81CompliancePolicyToCreate">The WindowsPhone81CompliancePolicy to create.</param>
            <returns>The created WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.CreateAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81CompliancePolicy using POST.
            </summary>
            <param name="windowsPhone81CompliancePolicyToCreate">The WindowsPhone81CompliancePolicy to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsPhone81CompliancePolicy.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.GetAsync">
            <summary>
            Gets the specified WindowsPhone81CompliancePolicy.
            </summary>
            <returns>The WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81CompliancePolicy.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy)">
            <summary>
            Updates the specified WindowsPhone81CompliancePolicy using PATCH.
            </summary>
            <param name="windowsPhone81CompliancePolicyToUpdate">The WindowsPhone81CompliancePolicy to update.</param>
            <returns>The updated WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CompliancePolicy using PATCH.
            </summary>
            <param name="windowsPhone81CompliancePolicyToUpdate">The WindowsPhone81CompliancePolicy to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsPhone81CompliancePolicy.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CompliancePolicy,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsPhone81CompliancePolicy)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsPhone81CompliancePolicyToInitialize">The <see cref="T:Microsoft.Graph.WindowsPhone81CompliancePolicy"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81CompliancePolicyRequestBuilder">
            <summary>
            The type WindowsPhone81CompliancePolicyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsPhone81CompliancePolicyRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CompliancePolicyRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest">
            <summary>
            The type WindowsPhone81CustomConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsPhone81CustomConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration)">
            <summary>
            Creates the specified WindowsPhone81CustomConfiguration using POST.
            </summary>
            <param name="windowsPhone81CustomConfigurationToCreate">The WindowsPhone81CustomConfiguration to create.</param>
            <returns>The created WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81CustomConfiguration using POST.
            </summary>
            <param name="windowsPhone81CustomConfigurationToCreate">The WindowsPhone81CustomConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsPhone81CustomConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.GetAsync">
            <summary>
            Gets the specified WindowsPhone81CustomConfiguration.
            </summary>
            <returns>The WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81CustomConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration)">
            <summary>
            Updates the specified WindowsPhone81CustomConfiguration using PATCH.
            </summary>
            <param name="windowsPhone81CustomConfigurationToUpdate">The WindowsPhone81CustomConfiguration to update.</param>
            <returns>The updated WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81CustomConfiguration using PATCH.
            </summary>
            <param name="windowsPhone81CustomConfigurationToUpdate">The WindowsPhone81CustomConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsPhone81CustomConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81CustomConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsPhone81CustomConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsPhone81CustomConfigurationToInitialize">The <see cref="T:Microsoft.Graph.WindowsPhone81CustomConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81CustomConfigurationRequestBuilder">
            <summary>
            The type WindowsPhone81CustomConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsPhone81CustomConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81CustomConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest">
            <summary>
            The type WindowsPhone81GeneralConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsPhone81GeneralConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration)">
            <summary>
            Creates the specified WindowsPhone81GeneralConfiguration using POST.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToCreate">The WindowsPhone81GeneralConfiguration to create.</param>
            <returns>The created WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsPhone81GeneralConfiguration using POST.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToCreate">The WindowsPhone81GeneralConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsPhone81GeneralConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsPhone81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.GetAsync">
            <summary>
            Gets the specified WindowsPhone81GeneralConfiguration.
            </summary>
            <returns>The WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsPhone81GeneralConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration)">
            <summary>
            Updates the specified WindowsPhone81GeneralConfiguration using PATCH.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToUpdate">The WindowsPhone81GeneralConfiguration to update.</param>
            <returns>The updated WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsPhone81GeneralConfiguration using PATCH.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToUpdate">The WindowsPhone81GeneralConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsPhone81GeneralConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsPhone81GeneralConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsPhone81GeneralConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsPhone81GeneralConfigurationToInitialize">The <see cref="T:Microsoft.Graph.WindowsPhone81GeneralConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequestBuilder">
            <summary>
            The type WindowsPhone81GeneralConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsPhone81GeneralConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsPhone81GeneralConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsUniversalAppXRequest">
            <summary>
            The type WindowsUniversalAppXRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsUniversalAppXRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.CreateAsync(Microsoft.Graph.WindowsUniversalAppX)">
            <summary>
            Creates the specified WindowsUniversalAppX using POST.
            </summary>
            <param name="windowsUniversalAppXToCreate">The WindowsUniversalAppX to create.</param>
            <returns>The created WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.CreateAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUniversalAppX using POST.
            </summary>
            <param name="windowsUniversalAppXToCreate">The WindowsUniversalAppX to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsUniversalAppX.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUniversalAppX.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.GetAsync">
            <summary>
            Gets the specified WindowsUniversalAppX.
            </summary>
            <returns>The WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUniversalAppX.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.UpdateAsync(Microsoft.Graph.WindowsUniversalAppX)">
            <summary>
            Updates the specified WindowsUniversalAppX using PATCH.
            </summary>
            <param name="windowsUniversalAppXToUpdate">The WindowsUniversalAppX to update.</param>
            <returns>The updated WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.UpdateAsync(Microsoft.Graph.WindowsUniversalAppX,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUniversalAppX using PATCH.
            </summary>
            <param name="windowsUniversalAppXToUpdate">The WindowsUniversalAppX to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsUniversalAppX.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUniversalAppX,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUniversalAppX,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsUniversalAppX)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsUniversalAppXToInitialize">The <see cref="T:Microsoft.Graph.WindowsUniversalAppX"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsUniversalAppXRequestBuilder">
            <summary>
            The type WindowsUniversalAppXRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsUniversalAppXRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUniversalAppXRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest">
            <summary>
            The type WindowsUpdateForBusinessConfigurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WindowsUpdateForBusinessConfigurationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration)">
            <summary>
            Creates the specified WindowsUpdateForBusinessConfiguration using POST.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToCreate">The WindowsUpdateForBusinessConfiguration to create.</param>
            <returns>The created WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.CreateAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WindowsUpdateForBusinessConfiguration using POST.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToCreate">The WindowsUpdateForBusinessConfiguration to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.DeleteAsync">
            <summary>
            Deletes the specified WindowsUpdateForBusinessConfiguration.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WindowsUpdateForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.GetAsync">
            <summary>
            Gets the specified WindowsUpdateForBusinessConfiguration.
            </summary>
            <returns>The WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WindowsUpdateForBusinessConfiguration.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration)">
            <summary>
            Updates the specified WindowsUpdateForBusinessConfiguration using PATCH.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToUpdate">The WindowsUpdateForBusinessConfiguration to update.</param>
            <returns>The updated WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.UpdateAsync(Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WindowsUpdateForBusinessConfiguration using PATCH.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToUpdate">The WindowsUpdateForBusinessConfiguration to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WindowsUpdateForBusinessConfiguration.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WindowsUpdateForBusinessConfiguration,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequest.InitializeCollectionProperties(Microsoft.Graph.WindowsUpdateForBusinessConfiguration)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="windowsUpdateForBusinessConfigurationToInitialize">The <see cref="T:Microsoft.Graph.WindowsUpdateForBusinessConfiguration"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequestBuilder">
            <summary>
            The type WindowsUpdateForBusinessConfigurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WindowsUpdateForBusinessConfigurationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WindowsUpdateForBusinessConfigurationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookApplicationCalculateRequest">
            <summary>
            The type WorkbookApplicationCalculateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookApplicationCalculateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookApplicationCalculateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookApplicationCalculateRequestBuilder">
            <summary>
            The type WorkbookApplicationCalculateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookApplicationCalculateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="calculationType">A calculationType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationCalculateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookApplicationRequest">
            <summary>
            The type WorkbookApplicationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookApplicationRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.CreateAsync(Microsoft.Graph.WorkbookApplication)">
            <summary>
            Creates the specified WorkbookApplication using POST.
            </summary>
            <param name="workbookApplicationToCreate">The WorkbookApplication to create.</param>
            <returns>The created WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.CreateAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookApplication using POST.
            </summary>
            <param name="workbookApplicationToCreate">The WorkbookApplication to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookApplication.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookApplication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.GetAsync">
            <summary>
            Gets the specified WorkbookApplication.
            </summary>
            <returns>The WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookApplication.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.UpdateAsync(Microsoft.Graph.WorkbookApplication)">
            <summary>
            Updates the specified WorkbookApplication using PATCH.
            </summary>
            <param name="workbookApplicationToUpdate">The WorkbookApplication to update.</param>
            <returns>The updated WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.UpdateAsync(Microsoft.Graph.WorkbookApplication,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookApplication using PATCH.
            </summary>
            <param name="workbookApplicationToUpdate">The WorkbookApplication to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookApplication.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookApplication,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookApplication,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookApplication)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookApplicationToInitialize">The <see cref="T:Microsoft.Graph.WorkbookApplication"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookApplicationRequestBuilder">
            <summary>
            The type WorkbookApplicationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookApplicationRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookApplicationRequestBuilder.Calculate(System.String)">
            <summary>
            Gets the request builder for WorkbookApplicationCalculate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookApplicationCalculateRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAddRequest">
            <summary>
            The type WorkbookChartAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAddRequestBuilder">
            <summary>
            The type WorkbookChartAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="type">A type parameter for the OData method call.</param>
            <param name="seriesBy">A seriesBy parameter for the OData method call.</param>
            <param name="sourceData">A sourceData parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAreaFormatRequest">
            <summary>
            The type WorkbookChartAreaFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAreaFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAreaFormat)">
            <summary>
            Creates the specified WorkbookChartAreaFormat using POST.
            </summary>
            <param name="workbookChartAreaFormatToCreate">The WorkbookChartAreaFormat to create.</param>
            <returns>The created WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAreaFormat using POST.
            </summary>
            <param name="workbookChartAreaFormatToCreate">The WorkbookChartAreaFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartAreaFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAreaFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartAreaFormat.
            </summary>
            <returns>The WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAreaFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAreaFormat)">
            <summary>
            Updates the specified WorkbookChartAreaFormat using PATCH.
            </summary>
            <param name="workbookChartAreaFormatToUpdate">The WorkbookChartAreaFormat to update.</param>
            <returns>The updated WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAreaFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAreaFormat using PATCH.
            </summary>
            <param name="workbookChartAreaFormatToUpdate">The WorkbookChartAreaFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartAreaFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAreaFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAreaFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartAreaFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartAreaFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartAreaFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAreaFormatRequestBuilder">
            <summary>
            The type WorkbookChartAreaFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartAreaFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAreaFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAreaFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAreaFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxesRequest">
            <summary>
            The type WorkbookChartAxesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAxesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxes)">
            <summary>
            Creates the specified WorkbookChartAxes using POST.
            </summary>
            <param name="workbookChartAxesToCreate">The WorkbookChartAxes to create.</param>
            <returns>The created WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxes using POST.
            </summary>
            <param name="workbookChartAxesToCreate">The WorkbookChartAxes to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartAxes.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxes.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartAxes.
            </summary>
            <returns>The WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxes.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxes)">
            <summary>
            Updates the specified WorkbookChartAxes using PATCH.
            </summary>
            <param name="workbookChartAxesToUpdate">The WorkbookChartAxes to update.</param>
            <returns>The updated WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxes,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxes using PATCH.
            </summary>
            <param name="workbookChartAxesToUpdate">The WorkbookChartAxes to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartAxes.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxes,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxes,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartAxes)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartAxesToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartAxes"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxesRequestBuilder">
            <summary>
            The type WorkbookChartAxesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartAxesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxesRequestBuilder.CategoryAxis">
            <summary>
            Gets the request builder for CategoryAxis.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxesRequestBuilder.SeriesAxis">
            <summary>
            Gets the request builder for SeriesAxis.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxesRequestBuilder.ValueAxis">
            <summary>
            Gets the request builder for ValueAxis.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisFormatRequest">
            <summary>
            The type WorkbookChartAxisFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAxisFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisFormat)">
            <summary>
            Creates the specified WorkbookChartAxisFormat using POST.
            </summary>
            <param name="workbookChartAxisFormatToCreate">The WorkbookChartAxisFormat to create.</param>
            <returns>The created WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisFormat using POST.
            </summary>
            <param name="workbookChartAxisFormatToCreate">The WorkbookChartAxisFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartAxisFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartAxisFormat.
            </summary>
            <returns>The WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisFormat)">
            <summary>
            Updates the specified WorkbookChartAxisFormat using PATCH.
            </summary>
            <param name="workbookChartAxisFormatToUpdate">The WorkbookChartAxisFormat to update.</param>
            <returns>The updated WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisFormat using PATCH.
            </summary>
            <param name="workbookChartAxisFormatToUpdate">The WorkbookChartAxisFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartAxisFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartAxisFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartAxisFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartAxisFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisFormatRequestBuilder">
            <summary>
            The type WorkbookChartAxisFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartAxisFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisFormatRequestBuilder.Line">
            <summary>
            Gets the request builder for Line.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisRequest">
            <summary>
            The type WorkbookChartAxisRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAxisRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxis)">
            <summary>
            Creates the specified WorkbookChartAxis using POST.
            </summary>
            <param name="workbookChartAxisToCreate">The WorkbookChartAxis to create.</param>
            <returns>The created WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxis using POST.
            </summary>
            <param name="workbookChartAxisToCreate">The WorkbookChartAxis to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartAxis.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxis.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartAxis.
            </summary>
            <returns>The WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxis.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxis)">
            <summary>
            Updates the specified WorkbookChartAxis using PATCH.
            </summary>
            <param name="workbookChartAxisToUpdate">The WorkbookChartAxis to update.</param>
            <returns>The updated WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxis,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxis using PATCH.
            </summary>
            <param name="workbookChartAxisToUpdate">The WorkbookChartAxis to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartAxis.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxis,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxis,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartAxis)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartAxisToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartAxis"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisRequestBuilder">
            <summary>
            The type WorkbookChartAxisRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartAxisRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisRequestBuilder.MajorGridlines">
            <summary>
            Gets the request builder for MajorGridlines.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisRequestBuilder.MinorGridlines">
            <summary>
            Gets the request builder for MinorGridlines.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartGridlinesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisRequestBuilder.Title">
            <summary>
            Gets the request builder for Title.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisTitleRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest">
            <summary>
            The type WorkbookChartAxisTitleFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAxisTitleFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat)">
            <summary>
            Creates the specified WorkbookChartAxisTitleFormat using POST.
            </summary>
            <param name="workbookChartAxisTitleFormatToCreate">The WorkbookChartAxisTitleFormat to create.</param>
            <returns>The created WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisTitleFormat using POST.
            </summary>
            <param name="workbookChartAxisTitleFormatToCreate">The WorkbookChartAxisTitleFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartAxisTitleFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartAxisTitleFormat.
            </summary>
            <returns>The WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat)">
            <summary>
            Updates the specified WorkbookChartAxisTitleFormat using PATCH.
            </summary>
            <param name="workbookChartAxisTitleFormatToUpdate">The WorkbookChartAxisTitleFormat to update.</param>
            <returns>The updated WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitleFormat using PATCH.
            </summary>
            <param name="workbookChartAxisTitleFormatToUpdate">The WorkbookChartAxisTitleFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartAxisTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitleFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartAxisTitleFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartAxisTitleFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartAxisTitleFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisTitleFormatRequestBuilder">
            <summary>
            The type WorkbookChartAxisTitleFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartAxisTitleFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisTitleFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisTitleRequest">
            <summary>
            The type WorkbookChartAxisTitleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartAxisTitleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisTitle)">
            <summary>
            Creates the specified WorkbookChartAxisTitle using POST.
            </summary>
            <param name="workbookChartAxisTitleToCreate">The WorkbookChartAxisTitle to create.</param>
            <returns>The created WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.CreateAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartAxisTitle using POST.
            </summary>
            <param name="workbookChartAxisTitleToCreate">The WorkbookChartAxisTitle to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartAxisTitle.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartAxisTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartAxisTitle.
            </summary>
            <returns>The WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartAxisTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisTitle)">
            <summary>
            Updates the specified WorkbookChartAxisTitle using PATCH.
            </summary>
            <param name="workbookChartAxisTitleToUpdate">The WorkbookChartAxisTitle to update.</param>
            <returns>The updated WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.UpdateAsync(Microsoft.Graph.WorkbookChartAxisTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartAxisTitle using PATCH.
            </summary>
            <param name="workbookChartAxisTitleToUpdate">The WorkbookChartAxisTitle to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartAxisTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitle,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartAxisTitle,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartAxisTitle)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartAxisTitleToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartAxisTitle"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartAxisTitleRequestBuilder">
            <summary>
            The type WorkbookChartAxisTitleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartAxisTitleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartAxisTitleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartAxisTitleRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxisTitleFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartCountRequest">
            <summary>
            The type WorkbookChartCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartCountRequestBuilder">
            <summary>
            The type WorkbookChartCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartDataLabelFormatRequest">
            <summary>
            The type WorkbookChartDataLabelFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartDataLabelFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartDataLabelFormat)">
            <summary>
            Creates the specified WorkbookChartDataLabelFormat using POST.
            </summary>
            <param name="workbookChartDataLabelFormatToCreate">The WorkbookChartDataLabelFormat to create.</param>
            <returns>The created WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartDataLabelFormat using POST.
            </summary>
            <param name="workbookChartDataLabelFormatToCreate">The WorkbookChartDataLabelFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartDataLabelFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartDataLabelFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartDataLabelFormat.
            </summary>
            <returns>The WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartDataLabelFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartDataLabelFormat)">
            <summary>
            Updates the specified WorkbookChartDataLabelFormat using PATCH.
            </summary>
            <param name="workbookChartDataLabelFormatToUpdate">The WorkbookChartDataLabelFormat to update.</param>
            <returns>The updated WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartDataLabelFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabelFormat using PATCH.
            </summary>
            <param name="workbookChartDataLabelFormatToUpdate">The WorkbookChartDataLabelFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartDataLabelFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabelFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabelFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartDataLabelFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartDataLabelFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartDataLabelFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartDataLabelFormatRequestBuilder">
            <summary>
            The type WorkbookChartDataLabelFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartDataLabelFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabelFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabelFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartDataLabelsRequest">
            <summary>
            The type WorkbookChartDataLabelsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartDataLabelsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.CreateAsync(Microsoft.Graph.WorkbookChartDataLabels)">
            <summary>
            Creates the specified WorkbookChartDataLabels using POST.
            </summary>
            <param name="workbookChartDataLabelsToCreate">The WorkbookChartDataLabels to create.</param>
            <returns>The created WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.CreateAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartDataLabels using POST.
            </summary>
            <param name="workbookChartDataLabelsToCreate">The WorkbookChartDataLabels to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartDataLabels.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartDataLabels.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartDataLabels.
            </summary>
            <returns>The WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartDataLabels.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.UpdateAsync(Microsoft.Graph.WorkbookChartDataLabels)">
            <summary>
            Updates the specified WorkbookChartDataLabels using PATCH.
            </summary>
            <param name="workbookChartDataLabelsToUpdate">The WorkbookChartDataLabels to update.</param>
            <returns>The updated WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.UpdateAsync(Microsoft.Graph.WorkbookChartDataLabels,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartDataLabels using PATCH.
            </summary>
            <param name="workbookChartDataLabelsToUpdate">The WorkbookChartDataLabels to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartDataLabels.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabels,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartDataLabels,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartDataLabels)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartDataLabelsToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartDataLabels"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartDataLabelsRequestBuilder">
            <summary>
            The type WorkbookChartDataLabelsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartDataLabelsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartDataLabelsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartDataLabelsRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartDataLabelFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillClearRequest">
            <summary>
            The type WorkbookChartFillClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartFillClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillClearRequestBuilder">
            <summary>
            The type WorkbookChartFillClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartFillClearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillClearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillRequest">
            <summary>
            The type WorkbookChartFillRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartFillRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.CreateAsync(Microsoft.Graph.WorkbookChartFill)">
            <summary>
            Creates the specified WorkbookChartFill using POST.
            </summary>
            <param name="workbookChartFillToCreate">The WorkbookChartFill to create.</param>
            <returns>The created WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.CreateAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartFill using POST.
            </summary>
            <param name="workbookChartFillToCreate">The WorkbookChartFill to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartFill.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartFill.
            </summary>
            <returns>The WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.UpdateAsync(Microsoft.Graph.WorkbookChartFill)">
            <summary>
            Updates the specified WorkbookChartFill using PATCH.
            </summary>
            <param name="workbookChartFillToUpdate">The WorkbookChartFill to update.</param>
            <returns>The updated WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.UpdateAsync(Microsoft.Graph.WorkbookChartFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFill using PATCH.
            </summary>
            <param name="workbookChartFillToUpdate">The WorkbookChartFill to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFill,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFill,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartFill)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartFillToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartFill"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillRequestBuilder">
            <summary>
            The type WorkbookChartFillRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartFillRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookChartFillClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillRequestBuilder.SetSolidColor(System.String)">
            <summary>
            Gets the request builder for WorkbookChartFillSetSolidColor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillSetSolidColorRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest">
            <summary>
            The type WorkbookChartFillSetSolidColorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartFillSetSolidColorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFillSetSolidColorRequestBuilder">
            <summary>
            The type WorkbookChartFillSetSolidColorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartFillSetSolidColorRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="color">A color parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFillSetSolidColorRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFontRequest">
            <summary>
            The type WorkbookChartFontRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartFontRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.CreateAsync(Microsoft.Graph.WorkbookChartFont)">
            <summary>
            Creates the specified WorkbookChartFont using POST.
            </summary>
            <param name="workbookChartFontToCreate">The WorkbookChartFont to create.</param>
            <returns>The created WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.CreateAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartFont using POST.
            </summary>
            <param name="workbookChartFontToCreate">The WorkbookChartFont to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartFont.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartFont.
            </summary>
            <returns>The WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.UpdateAsync(Microsoft.Graph.WorkbookChartFont)">
            <summary>
            Updates the specified WorkbookChartFont using PATCH.
            </summary>
            <param name="workbookChartFontToUpdate">The WorkbookChartFont to update.</param>
            <returns>The updated WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.UpdateAsync(Microsoft.Graph.WorkbookChartFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartFont using PATCH.
            </summary>
            <param name="workbookChartFontToUpdate">The WorkbookChartFont to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFont,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartFont,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartFont)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartFontToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartFont"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartFontRequestBuilder">
            <summary>
            The type WorkbookChartFontRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartFontRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartFontRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartGridlinesFormatRequest">
            <summary>
            The type WorkbookChartGridlinesFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartGridlinesFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartGridlinesFormat)">
            <summary>
            Creates the specified WorkbookChartGridlinesFormat using POST.
            </summary>
            <param name="workbookChartGridlinesFormatToCreate">The WorkbookChartGridlinesFormat to create.</param>
            <returns>The created WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartGridlinesFormat using POST.
            </summary>
            <param name="workbookChartGridlinesFormatToCreate">The WorkbookChartGridlinesFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartGridlinesFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartGridlinesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartGridlinesFormat.
            </summary>
            <returns>The WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartGridlinesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartGridlinesFormat)">
            <summary>
            Updates the specified WorkbookChartGridlinesFormat using PATCH.
            </summary>
            <param name="workbookChartGridlinesFormatToUpdate">The WorkbookChartGridlinesFormat to update.</param>
            <returns>The updated WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartGridlinesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlinesFormat using PATCH.
            </summary>
            <param name="workbookChartGridlinesFormatToUpdate">The WorkbookChartGridlinesFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartGridlinesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlinesFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlinesFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartGridlinesFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartGridlinesFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartGridlinesFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartGridlinesFormatRequestBuilder">
            <summary>
            The type WorkbookChartGridlinesFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartGridlinesFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartGridlinesFormatRequestBuilder.Line">
            <summary>
            Gets the request builder for Line.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartGridlinesRequest">
            <summary>
            The type WorkbookChartGridlinesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartGridlinesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.CreateAsync(Microsoft.Graph.WorkbookChartGridlines)">
            <summary>
            Creates the specified WorkbookChartGridlines using POST.
            </summary>
            <param name="workbookChartGridlinesToCreate">The WorkbookChartGridlines to create.</param>
            <returns>The created WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.CreateAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartGridlines using POST.
            </summary>
            <param name="workbookChartGridlinesToCreate">The WorkbookChartGridlines to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartGridlines.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartGridlines.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartGridlines.
            </summary>
            <returns>The WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartGridlines.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartGridlines)">
            <summary>
            Updates the specified WorkbookChartGridlines using PATCH.
            </summary>
            <param name="workbookChartGridlinesToUpdate">The WorkbookChartGridlines to update.</param>
            <returns>The updated WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartGridlines,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartGridlines using PATCH.
            </summary>
            <param name="workbookChartGridlinesToUpdate">The WorkbookChartGridlines to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartGridlines.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlines,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartGridlines,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartGridlines)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartGridlinesToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartGridlines"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartGridlinesRequestBuilder">
            <summary>
            The type WorkbookChartGridlinesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartGridlinesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartGridlinesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartGridlinesRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartGridlinesFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartImageRequest">
            <summary>
            The type WorkbookChartImageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartImageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartImageRequestBuilder">
            <summary>
            The type WorkbookChartImageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartImageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartImageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="width">A width parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartImageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="width">A width parameter for the OData method call.</param>
            <param name="height">A height parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32,System.Int32,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartImageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="width">A width parameter for the OData method call.</param>
            <param name="height">A height parameter for the OData method call.</param>
            <param name="fittingMode">A fittingMode parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartImageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartItemAtRequest">
            <summary>
            The type WorkbookChartItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchart">The WorkbookChart object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchart">The WorkbookChart object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartItemAtRequestBuilder">
            <summary>
            The type WorkbookChartItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartItemRequest">
            <summary>
            The type WorkbookChartItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.PatchAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.PatchAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchart">The WorkbookChart object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.PutAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchart">The WorkbookChart object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.PutAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchart">The WorkbookChart object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartItemRequestBuilder">
            <summary>
            The type WorkbookChartItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartItemRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartItemRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLegendFormatRequest">
            <summary>
            The type WorkbookChartLegendFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartLegendFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartLegendFormat)">
            <summary>
            Creates the specified WorkbookChartLegendFormat using POST.
            </summary>
            <param name="workbookChartLegendFormatToCreate">The WorkbookChartLegendFormat to create.</param>
            <returns>The created WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLegendFormat using POST.
            </summary>
            <param name="workbookChartLegendFormatToCreate">The WorkbookChartLegendFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartLegendFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLegendFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartLegendFormat.
            </summary>
            <returns>The WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLegendFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLegendFormat)">
            <summary>
            Updates the specified WorkbookChartLegendFormat using PATCH.
            </summary>
            <param name="workbookChartLegendFormatToUpdate">The WorkbookChartLegendFormat to update.</param>
            <returns>The updated WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLegendFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegendFormat using PATCH.
            </summary>
            <param name="workbookChartLegendFormatToUpdate">The WorkbookChartLegendFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartLegendFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegendFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegendFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartLegendFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartLegendFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartLegendFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLegendFormatRequestBuilder">
            <summary>
            The type WorkbookChartLegendFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartLegendFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegendFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegendFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLegendRequest">
            <summary>
            The type WorkbookChartLegendRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartLegendRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.CreateAsync(Microsoft.Graph.WorkbookChartLegend)">
            <summary>
            Creates the specified WorkbookChartLegend using POST.
            </summary>
            <param name="workbookChartLegendToCreate">The WorkbookChartLegend to create.</param>
            <returns>The created WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.CreateAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLegend using POST.
            </summary>
            <param name="workbookChartLegendToCreate">The WorkbookChartLegend to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartLegend.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLegend.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartLegend.
            </summary>
            <returns>The WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLegend.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLegend)">
            <summary>
            Updates the specified WorkbookChartLegend using PATCH.
            </summary>
            <param name="workbookChartLegendToUpdate">The WorkbookChartLegend to update.</param>
            <returns>The updated WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLegend,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLegend using PATCH.
            </summary>
            <param name="workbookChartLegendToUpdate">The WorkbookChartLegend to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartLegend.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegend,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLegend,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartLegend)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartLegendToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartLegend"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLegendRequestBuilder">
            <summary>
            The type WorkbookChartLegendRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartLegendRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLegendRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartLegendRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLegendFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLineFormatClearRequest">
            <summary>
            The type WorkbookChartLineFormatClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartLineFormatClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLineFormatClearRequestBuilder">
            <summary>
            The type WorkbookChartLineFormatClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartLineFormatClearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatClearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLineFormatRequest">
            <summary>
            The type WorkbookChartLineFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartLineFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartLineFormat)">
            <summary>
            Creates the specified WorkbookChartLineFormat using POST.
            </summary>
            <param name="workbookChartLineFormatToCreate">The WorkbookChartLineFormat to create.</param>
            <returns>The created WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartLineFormat using POST.
            </summary>
            <param name="workbookChartLineFormatToCreate">The WorkbookChartLineFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartLineFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartLineFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartLineFormat.
            </summary>
            <returns>The WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartLineFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLineFormat)">
            <summary>
            Updates the specified WorkbookChartLineFormat using PATCH.
            </summary>
            <param name="workbookChartLineFormatToUpdate">The WorkbookChartLineFormat to update.</param>
            <returns>The updated WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartLineFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartLineFormat using PATCH.
            </summary>
            <param name="workbookChartLineFormatToUpdate">The WorkbookChartLineFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartLineFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLineFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartLineFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartLineFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartLineFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartLineFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartLineFormatRequestBuilder">
            <summary>
            The type WorkbookChartLineFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartLineFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartLineFormatRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookChartLineFormatClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatClearRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointCountRequest">
            <summary>
            The type WorkbookChartPointCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartPointCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointCountRequestBuilder">
            <summary>
            The type WorkbookChartPointCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartPointCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointFormatRequest">
            <summary>
            The type WorkbookChartPointFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartPointFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartPointFormat)">
            <summary>
            Creates the specified WorkbookChartPointFormat using POST.
            </summary>
            <param name="workbookChartPointFormatToCreate">The WorkbookChartPointFormat to create.</param>
            <returns>The created WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartPointFormat using POST.
            </summary>
            <param name="workbookChartPointFormatToCreate">The WorkbookChartPointFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartPointFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartPointFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartPointFormat.
            </summary>
            <returns>The WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartPointFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartPointFormat)">
            <summary>
            Updates the specified WorkbookChartPointFormat using PATCH.
            </summary>
            <param name="workbookChartPointFormatToUpdate">The WorkbookChartPointFormat to update.</param>
            <returns>The updated WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartPointFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPointFormat using PATCH.
            </summary>
            <param name="workbookChartPointFormatToUpdate">The WorkbookChartPointFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartPointFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPointFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPointFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartPointFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartPointFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartPointFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointFormatRequestBuilder">
            <summary>
            The type WorkbookChartPointFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartPointFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartPointFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointItemAtRequest">
            <summary>
            The type WorkbookChartPointItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartPointItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChartPoint)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchartpoint">The WorkbookChartPoint object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchartpoint">The WorkbookChartPoint object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChartPoint)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchartpoint">The WorkbookChartPoint object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchartpoint">The WorkbookChartPoint object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointItemAtRequestBuilder">
            <summary>
            The type WorkbookChartPointItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartPointItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointRequest">
            <summary>
            The type WorkbookChartPointRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartPointRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.CreateAsync(Microsoft.Graph.WorkbookChartPoint)">
            <summary>
            Creates the specified WorkbookChartPoint using POST.
            </summary>
            <param name="workbookChartPointToCreate">The WorkbookChartPoint to create.</param>
            <returns>The created WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.CreateAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartPoint using POST.
            </summary>
            <param name="workbookChartPointToCreate">The WorkbookChartPoint to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartPoint.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartPoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartPoint.
            </summary>
            <returns>The WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartPoint.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.UpdateAsync(Microsoft.Graph.WorkbookChartPoint)">
            <summary>
            Updates the specified WorkbookChartPoint using PATCH.
            </summary>
            <param name="workbookChartPointToUpdate">The WorkbookChartPoint to update.</param>
            <returns>The updated WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.UpdateAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartPoint using PATCH.
            </summary>
            <param name="workbookChartPointToUpdate">The WorkbookChartPoint to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartPoint)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartPointToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartPoint"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartPointRequestBuilder">
            <summary>
            The type WorkbookChartPointRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartPointRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartPointRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartPointRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartRequest">
            <summary>
            The type WorkbookChartRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.CreateAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Creates the specified WorkbookChart using POST.
            </summary>
            <param name="workbookChartToCreate">The WorkbookChart to create.</param>
            <returns>The created WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.CreateAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChart using POST.
            </summary>
            <param name="workbookChartToCreate">The WorkbookChart to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChart.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChart.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChart.
            </summary>
            <returns>The WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChart.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.UpdateAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Updates the specified WorkbookChart using PATCH.
            </summary>
            <param name="workbookChartToUpdate">The WorkbookChart to update.</param>
            <returns>The updated WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.UpdateAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChart using PATCH.
            </summary>
            <param name="workbookChartToUpdate">The WorkbookChart to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChart)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChart"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartRequestBuilder">
            <summary>
            The type WorkbookChartRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.Axes">
            <summary>
            Gets the request builder for Axes.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAxesRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.DataLabels">
            <summary>
            Gets the request builder for DataLabels.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartDataLabelsRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAreaFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.Legend">
            <summary>
            Gets the request builder for Legend.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLegendRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.Series">
            <summary>
            Gets the request builder for Series.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.Title">
            <summary>
            Gets the request builder for Title.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartTitleRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.SetData(System.String,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookChartSetData.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetDataRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.SetPosition(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookChartSetPosition.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSetPositionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.Image">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.Image(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.Image(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartRequestBuilder.Image(System.Int32,System.Int32,System.String)">
            <summary>
            Gets the request builder for WorkbookChartImage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartImageRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesCollectionPage">
            <summary>
            The type WorkbookChartSeriesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesCollectionRequest">
            <summary>
            The type WorkbookChartSeriesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSeriesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChartSeries)">
            <summary>
            Adds the specified WorkbookChartSeries to the collection via POST.
            </summary>
            <param name="workbookChartSeries">The WorkbookChartSeries to add.</param>
            <returns>The created WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChartSeries to the collection via POST.
            </summary>
            <param name="workbookChartSeries">The WorkbookChartSeries to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder">
            <summary>
            The type WorkbookChartSeriesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartSeriesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder"/> for the specified WorkbookChartWorkbookChartSeries.
            </summary>
            <param name="id">The ID for the WorkbookChartWorkbookChartSeries.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartSeriesItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartSeriesCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesCollectionResponse">
            <summary>
            The type WorkbookChartSeriesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookChartSeriesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesCountRequest">
            <summary>
            The type WorkbookChartSeriesCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSeriesCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesCountRequestBuilder">
            <summary>
            The type WorkbookChartSeriesCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartSeriesCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesFormatRequest">
            <summary>
            The type WorkbookChartSeriesFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSeriesFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartSeriesFormat)">
            <summary>
            Creates the specified WorkbookChartSeriesFormat using POST.
            </summary>
            <param name="workbookChartSeriesFormatToCreate">The WorkbookChartSeriesFormat to create.</param>
            <returns>The created WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartSeriesFormat using POST.
            </summary>
            <param name="workbookChartSeriesFormatToCreate">The WorkbookChartSeriesFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartSeriesFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartSeriesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartSeriesFormat.
            </summary>
            <returns>The WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartSeriesFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartSeriesFormat)">
            <summary>
            Updates the specified WorkbookChartSeriesFormat using PATCH.
            </summary>
            <param name="workbookChartSeriesFormatToUpdate">The WorkbookChartSeriesFormat to update.</param>
            <returns>The updated WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartSeriesFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeriesFormat using PATCH.
            </summary>
            <param name="workbookChartSeriesFormatToUpdate">The WorkbookChartSeriesFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartSeriesFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeriesFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeriesFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartSeriesFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartSeriesFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartSeriesFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesFormatRequestBuilder">
            <summary>
            The type WorkbookChartSeriesFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartSeriesFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesFormatRequestBuilder.Line">
            <summary>
            Gets the request builder for Line.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartLineFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesItemAtRequest">
            <summary>
            The type WorkbookChartSeriesItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSeriesItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChartSeries)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchartseries">The WorkbookChartSeries object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookchartseries">The WorkbookChartSeries object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChartSeries)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchartseries">The WorkbookChartSeries object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.PutAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookchartseries">The WorkbookChartSeries object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesItemAtRequestBuilder">
            <summary>
            The type WorkbookChartSeriesItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartSeriesItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesPointsCollectionPage">
            <summary>
            The type WorkbookChartSeriesPointsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesPointsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest">
            <summary>
            The type WorkbookChartSeriesPointsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSeriesPointsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChartPoint)">
            <summary>
            Adds the specified WorkbookChartPoint to the collection via POST.
            </summary>
            <param name="workbookChartPoint">The WorkbookChartPoint to add.</param>
            <returns>The created WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChartPoint,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChartPoint to the collection via POST.
            </summary>
            <param name="workbookChartPoint">The WorkbookChartPoint to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartPoint.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartPoint,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder">
            <summary>
            The type WorkbookChartSeriesPointsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartSeriesPointsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookChartPointRequestBuilder"/> for the specified WorkbookChartSeriesWorkbookChartPoint.
            </summary>
            <param name="id">The ID for the WorkbookChartSeriesWorkbookChartPoint.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartPointItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesPointsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartPointCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartPointCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesPointsCollectionResponse">
            <summary>
            The type WorkbookChartSeriesPointsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesPointsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesPointsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesRequest">
            <summary>
            The type WorkbookChartSeriesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSeriesRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.CreateAsync(Microsoft.Graph.WorkbookChartSeries)">
            <summary>
            Creates the specified WorkbookChartSeries using POST.
            </summary>
            <param name="workbookChartSeriesToCreate">The WorkbookChartSeries to create.</param>
            <returns>The created WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.CreateAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartSeries using POST.
            </summary>
            <param name="workbookChartSeriesToCreate">The WorkbookChartSeries to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartSeries.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartSeries.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartSeries.
            </summary>
            <returns>The WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartSeries.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartSeries)">
            <summary>
            Updates the specified WorkbookChartSeries using PATCH.
            </summary>
            <param name="workbookChartSeriesToUpdate">The WorkbookChartSeries to update.</param>
            <returns>The updated WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.UpdateAsync(Microsoft.Graph.WorkbookChartSeries,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartSeries using PATCH.
            </summary>
            <param name="workbookChartSeriesToUpdate">The WorkbookChartSeries to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartSeries.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartSeries,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartSeries)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartSeriesToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartSeries"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSeriesRequestBuilder">
            <summary>
            The type WorkbookChartSeriesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartSeriesRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSeriesRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSeriesRequestBuilder.Points">
            <summary>
            Gets the request builder for Points.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartSeriesPointsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSetDataRequest">
            <summary>
            The type WorkbookChartSetDataRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSetDataRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSetDataRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSetDataRequestBuilder">
            <summary>
            The type WorkbookChartSetDataRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartSetDataRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="seriesBy">A seriesBy parameter for the OData method call.</param>
            <param name="sourceData">A sourceData parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetDataRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSetPositionRequest">
            <summary>
            The type WorkbookChartSetPositionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartSetPositionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartSetPositionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartSetPositionRequestBuilder">
            <summary>
            The type WorkbookChartSetPositionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookChartSetPositionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startCell">A startCell parameter for the OData method call.</param>
            <param name="endCell">A endCell parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartSetPositionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartTitleFormatRequest">
            <summary>
            The type WorkbookChartTitleFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartTitleFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartTitleFormat)">
            <summary>
            Creates the specified WorkbookChartTitleFormat using POST.
            </summary>
            <param name="workbookChartTitleFormatToCreate">The WorkbookChartTitleFormat to create.</param>
            <returns>The created WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.CreateAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartTitleFormat using POST.
            </summary>
            <param name="workbookChartTitleFormatToCreate">The WorkbookChartTitleFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartTitleFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartTitleFormat.
            </summary>
            <returns>The WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartTitleFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartTitleFormat)">
            <summary>
            Updates the specified WorkbookChartTitleFormat using PATCH.
            </summary>
            <param name="workbookChartTitleFormatToUpdate">The WorkbookChartTitleFormat to update.</param>
            <returns>The updated WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookChartTitleFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitleFormat using PATCH.
            </summary>
            <param name="workbookChartTitleFormatToUpdate">The WorkbookChartTitleFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartTitleFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitleFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitleFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartTitleFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartTitleFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartTitleFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartTitleFormatRequestBuilder">
            <summary>
            The type WorkbookChartTitleFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartTitleFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitleFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitleFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartFontRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartTitleRequest">
            <summary>
            The type WorkbookChartTitleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookChartTitleRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.CreateAsync(Microsoft.Graph.WorkbookChartTitle)">
            <summary>
            Creates the specified WorkbookChartTitle using POST.
            </summary>
            <param name="workbookChartTitleToCreate">The WorkbookChartTitle to create.</param>
            <returns>The created WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.CreateAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookChartTitle using POST.
            </summary>
            <param name="workbookChartTitleToCreate">The WorkbookChartTitle to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookChartTitle.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookChartTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.GetAsync">
            <summary>
            Gets the specified WorkbookChartTitle.
            </summary>
            <returns>The WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookChartTitle.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.UpdateAsync(Microsoft.Graph.WorkbookChartTitle)">
            <summary>
            Updates the specified WorkbookChartTitle using PATCH.
            </summary>
            <param name="workbookChartTitleToUpdate">The WorkbookChartTitle to update.</param>
            <returns>The updated WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.UpdateAsync(Microsoft.Graph.WorkbookChartTitle,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookChartTitle using PATCH.
            </summary>
            <param name="workbookChartTitleToUpdate">The WorkbookChartTitle to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookChartTitle.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitle,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChartTitle,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookChartTitle)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookChartTitleToInitialize">The <see cref="T:Microsoft.Graph.WorkbookChartTitle"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookChartTitleRequestBuilder">
            <summary>
            The type WorkbookChartTitleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookChartTitleRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookChartTitleRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookChartTitleRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartTitleFormatRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCloseSessionRequest">
            <summary>
            The type WorkbookCloseSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookCloseSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCloseSessionRequestBuilder">
            <summary>
            The type WorkbookCloseSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookCloseSessionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCloseSessionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCreateSessionRequest">
            <summary>
            The type WorkbookCreateSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookCreateSessionRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookCreateSessionRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookCreateSessionRequestBuilder">
            <summary>
            The type WorkbookCreateSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookCreateSessionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="persistChanges">A persistChanges parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookCreateSessionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest">
            <summary>
            The type WorkbookFilterApplyBottomItemsFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyBottomItemsFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyBottomItemsFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="count">A count parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomItemsFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest">
            <summary>
            The type WorkbookFilterApplyBottomPercentFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyBottomPercentFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyBottomPercentFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="percent">A percent parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyBottomPercentFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest">
            <summary>
            The type WorkbookFilterApplyCellColorFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyCellColorFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyCellColorFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="color">A color parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCellColorFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest">
            <summary>
            The type WorkbookFilterApplyCustomFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyCustomFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyCustomFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="oper">A oper parameter for the OData method call.</param>
            <param name="criteria1">A criteria1 parameter for the OData method call.</param>
            <param name="criteria2">A criteria2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyCustomFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest">
            <summary>
            The type WorkbookFilterApplyDynamicFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyDynamicFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyDynamicFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyDynamicFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest">
            <summary>
            The type WorkbookFilterApplyFontColorFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyFontColorFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyFontColorFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="color">A color parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyFontColorFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest">
            <summary>
            The type WorkbookFilterApplyIconFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyIconFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyIconFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyIconFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.WorkbookIcon)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyIconFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="icon">A icon parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyIconFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyRequest">
            <summary>
            The type WorkbookFilterApplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyRequestBuilder">
            <summary>
            The type WorkbookFilterApplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.WorkbookFilterCriteria)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest">
            <summary>
            The type WorkbookFilterApplyTopItemsFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyTopItemsFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyTopItemsFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="count">A count parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopItemsFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest">
            <summary>
            The type WorkbookFilterApplyTopPercentFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyTopPercentFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyTopPercentFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="percent">A percent parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyTopPercentFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest">
            <summary>
            The type WorkbookFilterApplyValuesFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterApplyValuesFilterRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequestBuilder">
            <summary>
            The type WorkbookFilterApplyValuesFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterApplyValuesFilterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterClearRequest">
            <summary>
            The type WorkbookFilterClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterClearRequestBuilder">
            <summary>
            The type WorkbookFilterClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFilterClearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterClearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterRequest">
            <summary>
            The type WorkbookFilterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFilterRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.CreateAsync(Microsoft.Graph.WorkbookFilter)">
            <summary>
            Creates the specified WorkbookFilter using POST.
            </summary>
            <param name="workbookFilterToCreate">The WorkbookFilter to create.</param>
            <returns>The created WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.CreateAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFilter using POST.
            </summary>
            <param name="workbookFilterToCreate">The WorkbookFilter to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookFilter.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFilter.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.GetAsync">
            <summary>
            Gets the specified WorkbookFilter.
            </summary>
            <returns>The WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFilter.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.UpdateAsync(Microsoft.Graph.WorkbookFilter)">
            <summary>
            Updates the specified WorkbookFilter using PATCH.
            </summary>
            <param name="workbookFilterToUpdate">The WorkbookFilter to update.</param>
            <returns>The updated WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.UpdateAsync(Microsoft.Graph.WorkbookFilter,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFilter using PATCH.
            </summary>
            <param name="workbookFilterToUpdate">The WorkbookFilter to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookFilter.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFilter,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFilter,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookFilter)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookFilterToInitialize">The <see cref="T:Microsoft.Graph.WorkbookFilter"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFilterRequestBuilder">
            <summary>
            The type WorkbookFilterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookFilterRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.Apply(Microsoft.Graph.WorkbookFilterCriteria)">
            <summary>
            Gets the request builder for WorkbookFilterApply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyBottomItemsFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyBottomItemsFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyBottomItemsFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyBottomPercentFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyBottomPercentFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyBottomPercentFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyCellColorFilter(System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyCellColorFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyCellColorFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyCustomFilter(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyCustomFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyCustomFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyDynamicFilter(System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyDynamicFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyDynamicFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyFontColorFilter(System.String)">
            <summary>
            Gets the request builder for WorkbookFilterApplyFontColorFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyFontColorFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyIconFilter(Microsoft.Graph.WorkbookIcon)">
            <summary>
            Gets the request builder for WorkbookFilterApplyIconFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyIconFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyTopItemsFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyTopItemsFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyTopItemsFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyTopPercentFilter(System.Int32)">
            <summary>
            Gets the request builder for WorkbookFilterApplyTopPercentFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyTopPercentFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.ApplyValuesFilter(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFilterApplyValuesFilter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterApplyValuesFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFilterRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookFilterClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterClearRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFormatProtectionRequest">
            <summary>
            The type WorkbookFormatProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFormatProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.CreateAsync(Microsoft.Graph.WorkbookFormatProtection)">
            <summary>
            Creates the specified WorkbookFormatProtection using POST.
            </summary>
            <param name="workbookFormatProtectionToCreate">The WorkbookFormatProtection to create.</param>
            <returns>The created WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.CreateAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFormatProtection using POST.
            </summary>
            <param name="workbookFormatProtectionToCreate">The WorkbookFormatProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookFormatProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFormatProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.GetAsync">
            <summary>
            Gets the specified WorkbookFormatProtection.
            </summary>
            <returns>The WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFormatProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.UpdateAsync(Microsoft.Graph.WorkbookFormatProtection)">
            <summary>
            Updates the specified WorkbookFormatProtection using PATCH.
            </summary>
            <param name="workbookFormatProtectionToUpdate">The WorkbookFormatProtection to update.</param>
            <returns>The updated WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.UpdateAsync(Microsoft.Graph.WorkbookFormatProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFormatProtection using PATCH.
            </summary>
            <param name="workbookFormatProtectionToUpdate">The WorkbookFormatProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookFormatProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFormatProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFormatProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookFormatProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookFormatProtectionToInitialize">The <see cref="T:Microsoft.Graph.WorkbookFormatProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFormatProtectionRequestBuilder">
            <summary>
            The type WorkbookFormatProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookFormatProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFormatProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionResultRequest">
            <summary>
            The type WorkbookFunctionResultRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionResultRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.CreateAsync(Microsoft.Graph.WorkbookFunctionResult)">
            <summary>
            Creates the specified WorkbookFunctionResult using POST.
            </summary>
            <param name="workbookFunctionResultToCreate">The WorkbookFunctionResult to create.</param>
            <returns>The created WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.CreateAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFunctionResult using POST.
            </summary>
            <param name="workbookFunctionResultToCreate">The WorkbookFunctionResult to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookFunctionResult.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFunctionResult.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.GetAsync">
            <summary>
            Gets the specified WorkbookFunctionResult.
            </summary>
            <returns>The WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFunctionResult.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.UpdateAsync(Microsoft.Graph.WorkbookFunctionResult)">
            <summary>
            Updates the specified WorkbookFunctionResult using PATCH.
            </summary>
            <param name="workbookFunctionResultToUpdate">The WorkbookFunctionResult to update.</param>
            <returns>The updated WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.UpdateAsync(Microsoft.Graph.WorkbookFunctionResult,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctionResult using PATCH.
            </summary>
            <param name="workbookFunctionResultToUpdate">The WorkbookFunctionResult to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookFunctionResult.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctionResult,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctionResult,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookFunctionResult)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookFunctionResultToInitialize">The <see cref="T:Microsoft.Graph.WorkbookFunctionResult"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionResultRequestBuilder">
            <summary>
            The type WorkbookFunctionResultRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookFunctionResultRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionResultRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAbsRequest">
            <summary>
            The type WorkbookFunctionsAbsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAbsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAbsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAbsRequestBuilder">
            <summary>
            The type WorkbookFunctionsAbsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAbsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAbsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest">
            <summary>
            The type WorkbookFunctionsAccrIntMRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAccrIntMRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBuilder">
            <summary>
            The type WorkbookFunctionsAccrIntMRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="issue">A issue parameter for the OData method call.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="par">A par parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntMRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAccrIntRequest">
            <summary>
            The type WorkbookFunctionsAccrIntRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAccrIntRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAccrIntRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBuilder">
            <summary>
            The type WorkbookFunctionsAccrIntRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="issue">A issue parameter for the OData method call.</param>
            <param name="firstInterest">A firstInterest parameter for the OData method call.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="par">A par parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
            <param name="calcMethod">A calcMethod parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAccrIntRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcoshRequest">
            <summary>
            The type WorkbookFunctionsAcoshRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAcoshRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcoshRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcoshRequestBuilder">
            <summary>
            The type WorkbookFunctionsAcoshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAcoshRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcoshRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcosRequest">
            <summary>
            The type WorkbookFunctionsAcosRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAcosRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcosRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcosRequestBuilder">
            <summary>
            The type WorkbookFunctionsAcosRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAcosRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcosRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcothRequest">
            <summary>
            The type WorkbookFunctionsAcothRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAcothRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcothRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcothRequestBuilder">
            <summary>
            The type WorkbookFunctionsAcothRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAcothRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcothRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcotRequest">
            <summary>
            The type WorkbookFunctionsAcotRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAcotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAcotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAcotRequestBuilder">
            <summary>
            The type WorkbookFunctionsAcotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAcotRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAcotRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest">
            <summary>
            The type WorkbookFunctionsAmorDegrcRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAmorDegrcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBuilder">
            <summary>
            The type WorkbookFunctionsAmorDegrcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="datePurchased">A datePurchased parameter for the OData method call.</param>
            <param name="firstPeriod">A firstPeriod parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="period">A period parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorDegrcRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAmorLincRequest">
            <summary>
            The type WorkbookFunctionsAmorLincRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAmorLincRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAmorLincRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBuilder">
            <summary>
            The type WorkbookFunctionsAmorLincRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="datePurchased">A datePurchased parameter for the OData method call.</param>
            <param name="firstPeriod">A firstPeriod parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="period">A period parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAmorLincRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAndRequest">
            <summary>
            The type WorkbookFunctionsAndRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAndRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAndRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAndRequestBuilder">
            <summary>
            The type WorkbookFunctionsAndRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAndRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAndRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsArabicRequest">
            <summary>
            The type WorkbookFunctionsArabicRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsArabicRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsArabicRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsArabicRequestBuilder">
            <summary>
            The type WorkbookFunctionsArabicRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsArabicRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsArabicRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAreasRequest">
            <summary>
            The type WorkbookFunctionsAreasRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAreasRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAreasRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAreasRequestBuilder">
            <summary>
            The type WorkbookFunctionsAreasRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAreasRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="reference">A reference parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAreasRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAscRequest">
            <summary>
            The type WorkbookFunctionsAscRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAscRequestBuilder">
            <summary>
            The type WorkbookFunctionsAscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAscRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAscRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAsinhRequest">
            <summary>
            The type WorkbookFunctionsAsinhRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAsinhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAsinhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAsinhRequestBuilder">
            <summary>
            The type WorkbookFunctionsAsinhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAsinhRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinhRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAsinRequest">
            <summary>
            The type WorkbookFunctionsAsinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAsinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAsinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAsinRequestBuilder">
            <summary>
            The type WorkbookFunctionsAsinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAsinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAsinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtan2Request">
            <summary>
            The type WorkbookFunctionsAtan2Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2Request.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAtan2Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtan2Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2Request.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtan2RequestBuilder">
            <summary>
            The type WorkbookFunctionsAtan2RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2RequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAtan2RequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="xNum">A xNum parameter for the OData method call.</param>
            <param name="yNum">A yNum parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtan2RequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtanhRequest">
            <summary>
            The type WorkbookFunctionsAtanhRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAtanhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtanhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtanhRequestBuilder">
            <summary>
            The type WorkbookFunctionsAtanhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAtanhRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanhRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtanRequest">
            <summary>
            The type WorkbookFunctionsAtanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAtanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAtanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAtanRequestBuilder">
            <summary>
            The type WorkbookFunctionsAtanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAtanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAtanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAveDevRequest">
            <summary>
            The type WorkbookFunctionsAveDevRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAveDevRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAveDevRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAveDevRequestBuilder">
            <summary>
            The type WorkbookFunctionsAveDevRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAveDevRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAveDevRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageARequest">
            <summary>
            The type WorkbookFunctionsAverageARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAverageARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageARequestBuilder">
            <summary>
            The type WorkbookFunctionsAverageARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAverageARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageIfRequest">
            <summary>
            The type WorkbookFunctionsAverageIfRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAverageIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBuilder">
            <summary>
            The type WorkbookFunctionsAverageIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="range">A range parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
            <param name="averageRange">A averageRange parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest">
            <summary>
            The type WorkbookFunctionsAverageIfsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAverageIfsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBuilder">
            <summary>
            The type WorkbookFunctionsAverageIfsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="averageRange">A averageRange parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageIfsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageRequest">
            <summary>
            The type WorkbookFunctionsAverageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsAverageRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsAverageRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsAverageRequestBuilder">
            <summary>
            The type WorkbookFunctionsAverageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsAverageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsAverageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBahtTextRequest">
            <summary>
            The type WorkbookFunctionsBahtTextRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBahtTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBahtTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBahtTextRequestBuilder">
            <summary>
            The type WorkbookFunctionsBahtTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBahtTextRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBahtTextRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBaseRequest">
            <summary>
            The type WorkbookFunctionsBaseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBaseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBaseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBaseRequestBuilder">
            <summary>
            The type WorkbookFunctionsBaseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBaseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="radix">A radix parameter for the OData method call.</param>
            <param name="minLength">A minLength parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBaseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselIRequest">
            <summary>
            The type WorkbookFunctionsBesselIRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBesselIRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselIRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselIRequestBuilder">
            <summary>
            The type WorkbookFunctionsBesselIRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBesselIRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="n">A n parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselIRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselJRequest">
            <summary>
            The type WorkbookFunctionsBesselJRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBesselJRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselJRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselJRequestBuilder">
            <summary>
            The type WorkbookFunctionsBesselJRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBesselJRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="n">A n parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselJRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselKRequest">
            <summary>
            The type WorkbookFunctionsBesselKRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBesselKRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselKRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselKRequestBuilder">
            <summary>
            The type WorkbookFunctionsBesselKRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBesselKRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="n">A n parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselKRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselYRequest">
            <summary>
            The type WorkbookFunctionsBesselYRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBesselYRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBesselYRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBesselYRequestBuilder">
            <summary>
            The type WorkbookFunctionsBesselYRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBesselYRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="n">A n parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBesselYRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest">
            <summary>
            The type WorkbookFunctionsBeta_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBeta_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsBeta_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="beta">A beta parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
            <param name="A">A A parameter for the OData method call.</param>
            <param name="B">A B parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest">
            <summary>
            The type WorkbookFunctionsBeta_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBeta_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsBeta_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="beta">A beta parameter for the OData method call.</param>
            <param name="A">A A parameter for the OData method call.</param>
            <param name="B">A B parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBeta_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2DecRequest">
            <summary>
            The type WorkbookFunctionsBin2DecRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBin2DecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2DecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2DecRequestBuilder">
            <summary>
            The type WorkbookFunctionsBin2DecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBin2DecRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2DecRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2HexRequest">
            <summary>
            The type WorkbookFunctionsBin2HexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBin2HexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2HexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBuilder">
            <summary>
            The type WorkbookFunctionsBin2HexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2HexRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2OctRequest">
            <summary>
            The type WorkbookFunctionsBin2OctRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBin2OctRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBin2OctRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBuilder">
            <summary>
            The type WorkbookFunctionsBin2OctRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBin2OctRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest">
            <summary>
            The type WorkbookFunctionsBinom_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBinom_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsBinom_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="numberS">A numberS parameter for the OData method call.</param>
            <param name="trials">A trials parameter for the OData method call.</param>
            <param name="probabilityS">A probabilityS parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest">
            <summary>
            The type WorkbookFunctionsBinom_Dist_RangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBinom_Dist_RangeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBuilder">
            <summary>
            The type WorkbookFunctionsBinom_Dist_RangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="trials">A trials parameter for the OData method call.</param>
            <param name="probabilityS">A probabilityS parameter for the OData method call.</param>
            <param name="numberS">A numberS parameter for the OData method call.</param>
            <param name="numberS2">A numberS2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_Dist_RangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest">
            <summary>
            The type WorkbookFunctionsBinom_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBinom_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsBinom_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="trials">A trials parameter for the OData method call.</param>
            <param name="probabilityS">A probabilityS parameter for the OData method call.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBinom_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitandRequest">
            <summary>
            The type WorkbookFunctionsBitandRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBitandRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitandRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitandRequestBuilder">
            <summary>
            The type WorkbookFunctionsBitandRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBitandRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number1">A number1 parameter for the OData method call.</param>
            <param name="number2">A number2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitandRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest">
            <summary>
            The type WorkbookFunctionsBitlshiftRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBitlshiftRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBuilder">
            <summary>
            The type WorkbookFunctionsBitlshiftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="shiftAmount">A shiftAmount parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitlshiftRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitorRequest">
            <summary>
            The type WorkbookFunctionsBitorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBitorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitorRequestBuilder">
            <summary>
            The type WorkbookFunctionsBitorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBitorRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number1">A number1 parameter for the OData method call.</param>
            <param name="number2">A number2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitorRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest">
            <summary>
            The type WorkbookFunctionsBitrshiftRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBitrshiftRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBuilder">
            <summary>
            The type WorkbookFunctionsBitrshiftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="shiftAmount">A shiftAmount parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitrshiftRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitxorRequest">
            <summary>
            The type WorkbookFunctionsBitxorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsBitxorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsBitxorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsBitxorRequestBuilder">
            <summary>
            The type WorkbookFunctionsBitxorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsBitxorRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number1">A number1 parameter for the OData method call.</param>
            <param name="number2">A number2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsBitxorRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest">
            <summary>
            The type WorkbookFunctionsCeiling_MathRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCeiling_MathRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBuilder">
            <summary>
            The type WorkbookFunctionsCeiling_MathRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
            <param name="mode">A mode parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_MathRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest">
            <summary>
            The type WorkbookFunctionsCeiling_PreciseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCeiling_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBuilder">
            <summary>
            The type WorkbookFunctionsCeiling_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCeiling_PreciseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCharRequest">
            <summary>
            The type WorkbookFunctionsCharRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCharRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCharRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCharRequestBuilder">
            <summary>
            The type WorkbookFunctionsCharRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCharRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCharRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest">
            <summary>
            The type WorkbookFunctionsChiSq_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsChiSq_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsChiSq_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest">
            <summary>
            The type WorkbookFunctionsChiSq_Dist_RTRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsChiSq_Dist_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBuilder">
            <summary>
            The type WorkbookFunctionsChiSq_Dist_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Dist_RTRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest">
            <summary>
            The type WorkbookFunctionsChiSq_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsChiSq_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsChiSq_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest">
            <summary>
            The type WorkbookFunctionsChiSq_Inv_RTRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsChiSq_Inv_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBuilder">
            <summary>
            The type WorkbookFunctionsChiSq_Inv_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChiSq_Inv_RTRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChooseRequest">
            <summary>
            The type WorkbookFunctionsChooseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsChooseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsChooseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsChooseRequestBuilder">
            <summary>
            The type WorkbookFunctionsChooseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsChooseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="indexNum">A indexNum parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsChooseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCleanRequest">
            <summary>
            The type WorkbookFunctionsCleanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCleanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCleanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCleanRequestBuilder">
            <summary>
            The type WorkbookFunctionsCleanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCleanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCleanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCodeRequest">
            <summary>
            The type WorkbookFunctionsCodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCodeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCodeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCodeRequestBuilder">
            <summary>
            The type WorkbookFunctionsCodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCodeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCodeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsColumnsRequest">
            <summary>
            The type WorkbookFunctionsColumnsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsColumnsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsColumnsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsColumnsRequestBuilder">
            <summary>
            The type WorkbookFunctionsColumnsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsColumnsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsColumnsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCombinaRequest">
            <summary>
            The type WorkbookFunctionsCombinaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCombinaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCombinaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCombinaRequestBuilder">
            <summary>
            The type WorkbookFunctionsCombinaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCombinaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numberChosen">A numberChosen parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCombinRequest">
            <summary>
            The type WorkbookFunctionsCombinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCombinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCombinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCombinRequestBuilder">
            <summary>
            The type WorkbookFunctionsCombinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCombinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numberChosen">A numberChosen parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCombinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsComplexRequest">
            <summary>
            The type WorkbookFunctionsComplexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsComplexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsComplexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsComplexRequestBuilder">
            <summary>
            The type WorkbookFunctionsComplexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsComplexRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="realNum">A realNum parameter for the OData method call.</param>
            <param name="iNum">A iNum parameter for the OData method call.</param>
            <param name="suffix">A suffix parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsComplexRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConcatenateRequest">
            <summary>
            The type WorkbookFunctionsConcatenateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsConcatenateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConcatenateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConcatenateRequestBuilder">
            <summary>
            The type WorkbookFunctionsConcatenateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsConcatenateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConcatenateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest">
            <summary>
            The type WorkbookFunctionsConfidence_NormRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsConfidence_NormRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBuilder">
            <summary>
            The type WorkbookFunctionsConfidence_NormRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
            <param name="size">A size parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_NormRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest">
            <summary>
            The type WorkbookFunctionsConfidence_TRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsConfidence_TRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBuilder">
            <summary>
            The type WorkbookFunctionsConfidence_TRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
            <param name="size">A size parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConfidence_TRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConvertRequest">
            <summary>
            The type WorkbookFunctionsConvertRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsConvertRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsConvertRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsConvertRequestBuilder">
            <summary>
            The type WorkbookFunctionsConvertRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsConvertRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="fromUnit">A fromUnit parameter for the OData method call.</param>
            <param name="toUnit">A toUnit parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsConvertRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoshRequest">
            <summary>
            The type WorkbookFunctionsCoshRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoshRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoshRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoshRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoshRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoshRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCosRequest">
            <summary>
            The type WorkbookFunctionsCosRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCosRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCosRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCosRequestBuilder">
            <summary>
            The type WorkbookFunctionsCosRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCosRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCosRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCothRequest">
            <summary>
            The type WorkbookFunctionsCothRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCothRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCothRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCothRequestBuilder">
            <summary>
            The type WorkbookFunctionsCothRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCothRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCothRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCotRequest">
            <summary>
            The type WorkbookFunctionsCotRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCotRequestBuilder">
            <summary>
            The type WorkbookFunctionsCotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCotRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCotRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountARequest">
            <summary>
            The type WorkbookFunctionsCountARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCountARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountARequestBuilder">
            <summary>
            The type WorkbookFunctionsCountARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCountARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountBlankRequest">
            <summary>
            The type WorkbookFunctionsCountBlankRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCountBlankRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountBlankRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountBlankRequestBuilder">
            <summary>
            The type WorkbookFunctionsCountBlankRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCountBlankRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="range">A range parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountBlankRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountIfRequest">
            <summary>
            The type WorkbookFunctionsCountIfRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCountIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountIfRequestBuilder">
            <summary>
            The type WorkbookFunctionsCountIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCountIfRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="range">A range parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountIfsRequest">
            <summary>
            The type WorkbookFunctionsCountIfsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCountIfsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountIfsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountIfsRequestBuilder">
            <summary>
            The type WorkbookFunctionsCountIfsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCountIfsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountIfsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountRequest">
            <summary>
            The type WorkbookFunctionsCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCountRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCountRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCountRequestBuilder">
            <summary>
            The type WorkbookFunctionsCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest">
            <summary>
            The type WorkbookFunctionsCoupDayBsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoupDayBsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoupDayBsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDayBsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest">
            <summary>
            The type WorkbookFunctionsCoupDaysNcRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoupDaysNcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoupDaysNcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysNcRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest">
            <summary>
            The type WorkbookFunctionsCoupDaysRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoupDaysRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoupDaysRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupDaysRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest">
            <summary>
            The type WorkbookFunctionsCoupNcdRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoupNcdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoupNcdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNcdRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupNumRequest">
            <summary>
            The type WorkbookFunctionsCoupNumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoupNumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupNumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoupNumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupNumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest">
            <summary>
            The type WorkbookFunctionsCoupPcdRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCoupPcdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBuilder">
            <summary>
            The type WorkbookFunctionsCoupPcdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCoupPcdRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCschRequest">
            <summary>
            The type WorkbookFunctionsCschRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCschRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCschRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCschRequestBuilder">
            <summary>
            The type WorkbookFunctionsCschRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCschRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCschRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCscRequest">
            <summary>
            The type WorkbookFunctionsCscRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCscRequestBuilder">
            <summary>
            The type WorkbookFunctionsCscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCscRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCscRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest">
            <summary>
            The type WorkbookFunctionsCumIPmtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCumIPmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBuilder">
            <summary>
            The type WorkbookFunctionsCumIPmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="startPeriod">A startPeriod parameter for the OData method call.</param>
            <param name="endPeriod">A endPeriod parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumIPmtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCumPrincRequest">
            <summary>
            The type WorkbookFunctionsCumPrincRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsCumPrincRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsCumPrincRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBuilder">
            <summary>
            The type WorkbookFunctionsCumPrincRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="startPeriod">A startPeriod parameter for the OData method call.</param>
            <param name="endPeriod">A endPeriod parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsCumPrincRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDateRequest">
            <summary>
            The type WorkbookFunctionsDateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDateRequestBuilder">
            <summary>
            The type WorkbookFunctionsDateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="year">A year parameter for the OData method call.</param>
            <param name="month">A month parameter for the OData method call.</param>
            <param name="day">A day parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDatevalueRequest">
            <summary>
            The type WorkbookFunctionsDatevalueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDatevalueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDatevalueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDatevalueRequestBuilder">
            <summary>
            The type WorkbookFunctionsDatevalueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDatevalueRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="dateText">A dateText parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDatevalueRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDaverageRequest">
            <summary>
            The type WorkbookFunctionsDaverageRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDaverageRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaverageRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDaverageRequestBuilder">
            <summary>
            The type WorkbookFunctionsDaverageRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDaverageRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaverageRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDayRequest">
            <summary>
            The type WorkbookFunctionsDayRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDayRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDayRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDayRequestBuilder">
            <summary>
            The type WorkbookFunctionsDayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDayRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDayRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDays360Request">
            <summary>
            The type WorkbookFunctionsDays360Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360Request.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDays360Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDays360Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360Request.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDays360RequestBuilder">
            <summary>
            The type WorkbookFunctionsDays360RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360RequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDays360RequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="endDate">A endDate parameter for the OData method call.</param>
            <param name="method">A method parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDays360RequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDaysRequest">
            <summary>
            The type WorkbookFunctionsDaysRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDaysRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDaysRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDaysRequestBuilder">
            <summary>
            The type WorkbookFunctionsDaysRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDaysRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="endDate">A endDate parameter for the OData method call.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDaysRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDbcsRequest">
            <summary>
            The type WorkbookFunctionsDbcsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDbcsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbcsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDbcsRequestBuilder">
            <summary>
            The type WorkbookFunctionsDbcsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDbcsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbcsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDbRequest">
            <summary>
            The type WorkbookFunctionsDbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDbRequestBuilder">
            <summary>
            The type WorkbookFunctionsDbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="life">A life parameter for the OData method call.</param>
            <param name="period">A period parameter for the OData method call.</param>
            <param name="month">A month parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDcountARequest">
            <summary>
            The type WorkbookFunctionsDcountARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDcountARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDcountARequestBuilder">
            <summary>
            The type WorkbookFunctionsDcountARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDcountARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDcountRequest">
            <summary>
            The type WorkbookFunctionsDcountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDcountRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDcountRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDcountRequestBuilder">
            <summary>
            The type WorkbookFunctionsDcountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDcountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDcountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDdbRequest">
            <summary>
            The type WorkbookFunctionsDdbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDdbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDdbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDdbRequestBuilder">
            <summary>
            The type WorkbookFunctionsDdbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDdbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="life">A life parameter for the OData method call.</param>
            <param name="period">A period parameter for the OData method call.</param>
            <param name="factor">A factor parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDdbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2BinRequest">
            <summary>
            The type WorkbookFunctionsDec2BinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDec2BinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2BinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBuilder">
            <summary>
            The type WorkbookFunctionsDec2BinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2BinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2HexRequest">
            <summary>
            The type WorkbookFunctionsDec2HexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDec2HexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2HexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBuilder">
            <summary>
            The type WorkbookFunctionsDec2HexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2HexRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2OctRequest">
            <summary>
            The type WorkbookFunctionsDec2OctRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDec2OctRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDec2OctRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBuilder">
            <summary>
            The type WorkbookFunctionsDec2OctRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDec2OctRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDecimalRequest">
            <summary>
            The type WorkbookFunctionsDecimalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDecimalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDecimalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDecimalRequestBuilder">
            <summary>
            The type WorkbookFunctionsDecimalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDecimalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="radix">A radix parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDecimalRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDegreesRequest">
            <summary>
            The type WorkbookFunctionsDegreesRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDegreesRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDegreesRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDegreesRequestBuilder">
            <summary>
            The type WorkbookFunctionsDegreesRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDegreesRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="angle">A angle parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDegreesRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDeltaRequest">
            <summary>
            The type WorkbookFunctionsDeltaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDeltaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDeltaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDeltaRequestBuilder">
            <summary>
            The type WorkbookFunctionsDeltaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDeltaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number1">A number1 parameter for the OData method call.</param>
            <param name="number2">A number2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDeltaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDevSqRequest">
            <summary>
            The type WorkbookFunctionsDevSqRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDevSqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDevSqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDevSqRequestBuilder">
            <summary>
            The type WorkbookFunctionsDevSqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDevSqRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDevSqRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDgetRequest">
            <summary>
            The type WorkbookFunctionsDgetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDgetRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDgetRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDgetRequestBuilder">
            <summary>
            The type WorkbookFunctionsDgetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDgetRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDgetRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDiscRequest">
            <summary>
            The type WorkbookFunctionsDiscRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDiscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDiscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDiscRequestBuilder">
            <summary>
            The type WorkbookFunctionsDiscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDiscRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDiscRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDmaxRequest">
            <summary>
            The type WorkbookFunctionsDmaxRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDmaxRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDmaxRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDmaxRequestBuilder">
            <summary>
            The type WorkbookFunctionsDmaxRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDmaxRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDmaxRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDminRequest">
            <summary>
            The type WorkbookFunctionsDminRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDminRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDminRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDminRequestBuilder">
            <summary>
            The type WorkbookFunctionsDminRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDminRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDminRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarDeRequest">
            <summary>
            The type WorkbookFunctionsDollarDeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDollarDeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarDeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBuilder">
            <summary>
            The type WorkbookFunctionsDollarDeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="fractionalDollar">A fractionalDollar parameter for the OData method call.</param>
            <param name="fraction">A fraction parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarDeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarFrRequest">
            <summary>
            The type WorkbookFunctionsDollarFrRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDollarFrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarFrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBuilder">
            <summary>
            The type WorkbookFunctionsDollarFrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="decimalDollar">A decimalDollar parameter for the OData method call.</param>
            <param name="fraction">A fraction parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarFrRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarRequest">
            <summary>
            The type WorkbookFunctionsDollarRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDollarRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDollarRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDollarRequestBuilder">
            <summary>
            The type WorkbookFunctionsDollarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDollarRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="decimals">A decimals parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDollarRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDproductRequest">
            <summary>
            The type WorkbookFunctionsDproductRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDproductRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDproductRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDproductRequestBuilder">
            <summary>
            The type WorkbookFunctionsDproductRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDproductRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDproductRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDstDevPRequest">
            <summary>
            The type WorkbookFunctionsDstDevPRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDstDevPRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevPRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBuilder">
            <summary>
            The type WorkbookFunctionsDstDevPRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevPRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDstDevRequest">
            <summary>
            The type WorkbookFunctionsDstDevRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDstDevRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDstDevRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDstDevRequestBuilder">
            <summary>
            The type WorkbookFunctionsDstDevRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDstDevRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDstDevRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDsumRequest">
            <summary>
            The type WorkbookFunctionsDsumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDsumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDsumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDsumRequestBuilder">
            <summary>
            The type WorkbookFunctionsDsumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDsumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDsumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDurationRequest">
            <summary>
            The type WorkbookFunctionsDurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDurationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDurationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDurationRequestBuilder">
            <summary>
            The type WorkbookFunctionsDurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDurationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="coupon">A coupon parameter for the OData method call.</param>
            <param name="yld">A yld parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDurationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDvarPRequest">
            <summary>
            The type WorkbookFunctionsDvarPRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDvarPRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarPRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDvarPRequestBuilder">
            <summary>
            The type WorkbookFunctionsDvarPRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDvarPRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarPRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDvarRequest">
            <summary>
            The type WorkbookFunctionsDvarRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsDvarRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsDvarRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsDvarRequestBuilder">
            <summary>
            The type WorkbookFunctionsDvarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsDvarRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="database">A database parameter for the OData method call.</param>
            <param name="field">A field parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsDvarRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest">
            <summary>
            The type WorkbookFunctionsEcma_CeilingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsEcma_CeilingRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBuilder">
            <summary>
            The type WorkbookFunctionsEcma_CeilingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEcma_CeilingRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEdateRequest">
            <summary>
            The type WorkbookFunctionsEdateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsEdateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEdateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEdateRequestBuilder">
            <summary>
            The type WorkbookFunctionsEdateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsEdateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="months">A months parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEdateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEffectRequest">
            <summary>
            The type WorkbookFunctionsEffectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsEffectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEffectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEffectRequestBuilder">
            <summary>
            The type WorkbookFunctionsEffectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsEffectRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="nominalRate">A nominalRate parameter for the OData method call.</param>
            <param name="npery">A npery parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEffectRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEoMonthRequest">
            <summary>
            The type WorkbookFunctionsEoMonthRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsEoMonthRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEoMonthRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBuilder">
            <summary>
            The type WorkbookFunctionsEoMonthRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="months">A months parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEoMonthRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfCRequest">
            <summary>
            The type WorkbookFunctionsErfCRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsErfCRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfCRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfCRequestBuilder">
            <summary>
            The type WorkbookFunctionsErfCRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsErfCRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfCRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest">
            <summary>
            The type WorkbookFunctionsErfC_PreciseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsErfC_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequestBuilder">
            <summary>
            The type WorkbookFunctionsErfC_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="X">A X parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfC_PreciseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfRequest">
            <summary>
            The type WorkbookFunctionsErfRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsErfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErfRequestBuilder">
            <summary>
            The type WorkbookFunctionsErfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsErfRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="lowerLimit">A lowerLimit parameter for the OData method call.</param>
            <param name="upperLimit">A upperLimit parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErfRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest">
            <summary>
            The type WorkbookFunctionsErf_PreciseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsErf_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequestBuilder">
            <summary>
            The type WorkbookFunctionsErf_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="X">A X parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsErf_PreciseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsError_TypeRequest">
            <summary>
            The type WorkbookFunctionsError_TypeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsError_TypeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsError_TypeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsError_TypeRequestBuilder">
            <summary>
            The type WorkbookFunctionsError_TypeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsError_TypeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="errorVal">A errorVal parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsError_TypeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEvenRequest">
            <summary>
            The type WorkbookFunctionsEvenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsEvenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsEvenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsEvenRequestBuilder">
            <summary>
            The type WorkbookFunctionsEvenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsEvenRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsEvenRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExactRequest">
            <summary>
            The type WorkbookFunctionsExactRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsExactRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExactRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExactRequestBuilder">
            <summary>
            The type WorkbookFunctionsExactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsExactRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text1">A text1 parameter for the OData method call.</param>
            <param name="text2">A text2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExactRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest">
            <summary>
            The type WorkbookFunctionsExpon_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsExpon_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsExpon_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="lambda">A lambda parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpon_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExpRequest">
            <summary>
            The type WorkbookFunctionsExpRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsExpRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsExpRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsExpRequestBuilder">
            <summary>
            The type WorkbookFunctionsExpRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsExpRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsExpRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest">
            <summary>
            The type WorkbookFunctionsFactDoubleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFactDoubleRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFactDoubleRequestBuilder">
            <summary>
            The type WorkbookFunctionsFactDoubleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFactDoubleRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactDoubleRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFactRequest">
            <summary>
            The type WorkbookFunctionsFactRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFactRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFactRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFactRequestBuilder">
            <summary>
            The type WorkbookFunctionsFactRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFactRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFactRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFalseRequest">
            <summary>
            The type WorkbookFunctionsFalseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFalseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFalseRequestBuilder">
            <summary>
            The type WorkbookFunctionsFalseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFalseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFalseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFindBRequest">
            <summary>
            The type WorkbookFunctionsFindBRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFindBRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindBRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFindBRequestBuilder">
            <summary>
            The type WorkbookFunctionsFindBRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFindBRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="findText">A findText parameter for the OData method call.</param>
            <param name="withinText">A withinText parameter for the OData method call.</param>
            <param name="startNum">A startNum parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindBRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFindRequest">
            <summary>
            The type WorkbookFunctionsFindRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFindRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFindRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFindRequestBuilder">
            <summary>
            The type WorkbookFunctionsFindRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFindRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="findText">A findText parameter for the OData method call.</param>
            <param name="withinText">A withinText parameter for the OData method call.</param>
            <param name="startNum">A startNum parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFindRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFisherInvRequest">
            <summary>
            The type WorkbookFunctionsFisherInvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFisherInvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFisherInvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFisherInvRequestBuilder">
            <summary>
            The type WorkbookFunctionsFisherInvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFisherInvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="y">A y parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherInvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFisherRequest">
            <summary>
            The type WorkbookFunctionsFisherRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFisherRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFisherRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFisherRequestBuilder">
            <summary>
            The type WorkbookFunctionsFisherRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFisherRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFisherRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFixedRequest">
            <summary>
            The type WorkbookFunctionsFixedRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFixedRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFixedRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFixedRequestBuilder">
            <summary>
            The type WorkbookFunctionsFixedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFixedRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="decimals">A decimals parameter for the OData method call.</param>
            <param name="noCommas">A noCommas parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFixedRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest">
            <summary>
            The type WorkbookFunctionsFloor_MathRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFloor_MathRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBuilder">
            <summary>
            The type WorkbookFunctionsFloor_MathRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
            <param name="mode">A mode parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_MathRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest">
            <summary>
            The type WorkbookFunctionsFloor_PreciseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFloor_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBuilder">
            <summary>
            The type WorkbookFunctionsFloor_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFloor_PreciseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFvRequest">
            <summary>
            The type WorkbookFunctionsFvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFvRequestBuilder">
            <summary>
            The type WorkbookFunctionsFvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pmt">A pmt parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest">
            <summary>
            The type WorkbookFunctionsFvscheduleRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsFvscheduleRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBuilder">
            <summary>
            The type WorkbookFunctionsFvscheduleRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="principal">A principal parameter for the OData method call.</param>
            <param name="schedule">A schedule parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsFvscheduleRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_DistRequest">
            <summary>
            The type WorkbookFunctionsF_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsF_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsF_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsF_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom1">A degFreedom1 parameter for the OData method call.</param>
            <param name="degFreedom2">A degFreedom2 parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest">
            <summary>
            The type WorkbookFunctionsF_Dist_RTRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsF_Dist_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBuilder">
            <summary>
            The type WorkbookFunctionsF_Dist_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom1">A degFreedom1 parameter for the OData method call.</param>
            <param name="degFreedom2">A degFreedom2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Dist_RTRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_InvRequest">
            <summary>
            The type WorkbookFunctionsF_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsF_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsF_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsF_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="degFreedom1">A degFreedom1 parameter for the OData method call.</param>
            <param name="degFreedom2">A degFreedom2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest">
            <summary>
            The type WorkbookFunctionsF_Inv_RTRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsF_Inv_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBuilder">
            <summary>
            The type WorkbookFunctionsF_Inv_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="degFreedom1">A degFreedom1 parameter for the OData method call.</param>
            <param name="degFreedom2">A degFreedom2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsF_Inv_RTRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaLnRequest">
            <summary>
            The type WorkbookFunctionsGammaLnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGammaLnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGammaLnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaLnRequestBuilder">
            <summary>
            The type WorkbookFunctionsGammaLnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGammaLnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest">
            <summary>
            The type WorkbookFunctionsGammaLn_PreciseRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGammaLn_PreciseRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequestBuilder">
            <summary>
            The type WorkbookFunctionsGammaLn_PreciseRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaLn_PreciseRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaRequest">
            <summary>
            The type WorkbookFunctionsGammaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGammaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGammaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGammaRequestBuilder">
            <summary>
            The type WorkbookFunctionsGammaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGammaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGammaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest">
            <summary>
            The type WorkbookFunctionsGamma_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGamma_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsGamma_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="beta">A beta parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest">
            <summary>
            The type WorkbookFunctionsGamma_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGamma_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsGamma_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="beta">A beta parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGamma_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGaussRequest">
            <summary>
            The type WorkbookFunctionsGaussRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGaussRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGaussRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGaussRequestBuilder">
            <summary>
            The type WorkbookFunctionsGaussRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGaussRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGaussRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGcdRequest">
            <summary>
            The type WorkbookFunctionsGcdRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGcdRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGcdRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGcdRequestBuilder">
            <summary>
            The type WorkbookFunctionsGcdRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGcdRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGcdRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest">
            <summary>
            The type WorkbookFunctionsGeoMeanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGeoMeanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGeoMeanRequestBuilder">
            <summary>
            The type WorkbookFunctionsGeoMeanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGeoMeanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeoMeanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGeStepRequest">
            <summary>
            The type WorkbookFunctionsGeStepRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsGeStepRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsGeStepRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsGeStepRequestBuilder">
            <summary>
            The type WorkbookFunctionsGeStepRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsGeStepRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="step">A step parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsGeStepRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHarMeanRequest">
            <summary>
            The type WorkbookFunctionsHarMeanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHarMeanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHarMeanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHarMeanRequestBuilder">
            <summary>
            The type WorkbookFunctionsHarMeanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHarMeanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHarMeanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2BinRequest">
            <summary>
            The type WorkbookFunctionsHex2BinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHex2BinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2BinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBuilder">
            <summary>
            The type WorkbookFunctionsHex2BinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2BinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2DecRequest">
            <summary>
            The type WorkbookFunctionsHex2DecRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHex2DecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2DecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2DecRequestBuilder">
            <summary>
            The type WorkbookFunctionsHex2DecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHex2DecRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2DecRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2OctRequest">
            <summary>
            The type WorkbookFunctionsHex2OctRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHex2OctRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHex2OctRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBuilder">
            <summary>
            The type WorkbookFunctionsHex2OctRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHex2OctRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHlookupRequest">
            <summary>
            The type WorkbookFunctionsHlookupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHlookupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHlookupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHlookupRequestBuilder">
            <summary>
            The type WorkbookFunctionsHlookupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHlookupRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="lookupValue">A lookupValue parameter for the OData method call.</param>
            <param name="tableArray">A tableArray parameter for the OData method call.</param>
            <param name="rowIndexNum">A rowIndexNum parameter for the OData method call.</param>
            <param name="rangeLookup">A rangeLookup parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHlookupRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHourRequest">
            <summary>
            The type WorkbookFunctionsHourRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHourRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHourRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHourRequestBuilder">
            <summary>
            The type WorkbookFunctionsHourRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHourRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHourRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest">
            <summary>
            The type WorkbookFunctionsHyperlinkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHyperlinkRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBuilder">
            <summary>
            The type WorkbookFunctionsHyperlinkRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="linkLocation">A linkLocation parameter for the OData method call.</param>
            <param name="friendlyName">A friendlyName parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHyperlinkRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest">
            <summary>
            The type WorkbookFunctionsHypGeom_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsHypGeom_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsHypGeom_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="sampleS">A sampleS parameter for the OData method call.</param>
            <param name="numberSample">A numberSample parameter for the OData method call.</param>
            <param name="populationS">A populationS parameter for the OData method call.</param>
            <param name="numberPop">A numberPop parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsHypGeom_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIfRequest">
            <summary>
            The type WorkbookFunctionsIfRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIfRequestBuilder">
            <summary>
            The type WorkbookFunctionsIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIfRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="logicalTest">A logicalTest parameter for the OData method call.</param>
            <param name="valueIfTrue">A valueIfTrue parameter for the OData method call.</param>
            <param name="valueIfFalse">A valueIfFalse parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIfRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImAbsRequest">
            <summary>
            The type WorkbookFunctionsImAbsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImAbsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImAbsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImAbsRequestBuilder">
            <summary>
            The type WorkbookFunctionsImAbsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImAbsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImAbsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImaginaryRequest">
            <summary>
            The type WorkbookFunctionsImaginaryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImaginaryRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImaginaryRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImaginaryRequestBuilder">
            <summary>
            The type WorkbookFunctionsImaginaryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImaginaryRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImaginaryRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImArgumentRequest">
            <summary>
            The type WorkbookFunctionsImArgumentRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImArgumentRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImArgumentRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImArgumentRequestBuilder">
            <summary>
            The type WorkbookFunctionsImArgumentRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImArgumentRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImArgumentRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImConjugateRequest">
            <summary>
            The type WorkbookFunctionsImConjugateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImConjugateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImConjugateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImConjugateRequestBuilder">
            <summary>
            The type WorkbookFunctionsImConjugateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImConjugateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImConjugateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCoshRequest">
            <summary>
            The type WorkbookFunctionsImCoshRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImCoshRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCoshRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCoshRequestBuilder">
            <summary>
            The type WorkbookFunctionsImCoshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImCoshRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCoshRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCosRequest">
            <summary>
            The type WorkbookFunctionsImCosRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImCosRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCosRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCosRequestBuilder">
            <summary>
            The type WorkbookFunctionsImCosRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImCosRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCosRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCotRequest">
            <summary>
            The type WorkbookFunctionsImCotRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImCotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCotRequestBuilder">
            <summary>
            The type WorkbookFunctionsImCotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImCotRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCotRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCschRequest">
            <summary>
            The type WorkbookFunctionsImCschRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImCschRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCschRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCschRequestBuilder">
            <summary>
            The type WorkbookFunctionsImCschRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImCschRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCschRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCscRequest">
            <summary>
            The type WorkbookFunctionsImCscRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImCscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImCscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImCscRequestBuilder">
            <summary>
            The type WorkbookFunctionsImCscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImCscRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImCscRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImDivRequest">
            <summary>
            The type WorkbookFunctionsImDivRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImDivRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImDivRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImDivRequestBuilder">
            <summary>
            The type WorkbookFunctionsImDivRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImDivRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber1">A inumber1 parameter for the OData method call.</param>
            <param name="inumber2">A inumber2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImDivRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImExpRequest">
            <summary>
            The type WorkbookFunctionsImExpRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImExpRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImExpRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImExpRequestBuilder">
            <summary>
            The type WorkbookFunctionsImExpRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImExpRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImExpRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLnRequest">
            <summary>
            The type WorkbookFunctionsImLnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImLnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImLnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLnRequestBuilder">
            <summary>
            The type WorkbookFunctionsImLnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImLnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLog10Request">
            <summary>
            The type WorkbookFunctionsImLog10Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10Request.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImLog10Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImLog10Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10Request.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLog10RequestBuilder">
            <summary>
            The type WorkbookFunctionsImLog10RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10RequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImLog10RequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog10RequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLog2Request">
            <summary>
            The type WorkbookFunctionsImLog2Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2Request.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImLog2Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImLog2Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2Request.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImLog2RequestBuilder">
            <summary>
            The type WorkbookFunctionsImLog2RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2RequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImLog2RequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImLog2RequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImPowerRequest">
            <summary>
            The type WorkbookFunctionsImPowerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImPowerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImPowerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImPowerRequestBuilder">
            <summary>
            The type WorkbookFunctionsImPowerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImPowerRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImPowerRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImProductRequest">
            <summary>
            The type WorkbookFunctionsImProductRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImProductRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImProductRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImProductRequestBuilder">
            <summary>
            The type WorkbookFunctionsImProductRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImProductRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImProductRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImRealRequest">
            <summary>
            The type WorkbookFunctionsImRealRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImRealRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImRealRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImRealRequestBuilder">
            <summary>
            The type WorkbookFunctionsImRealRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImRealRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImRealRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSechRequest">
            <summary>
            The type WorkbookFunctionsImSechRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSechRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSechRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSechRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSechRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSechRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSechRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSecRequest">
            <summary>
            The type WorkbookFunctionsImSecRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSecRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSecRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSecRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSinhRequest">
            <summary>
            The type WorkbookFunctionsImSinhRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSinhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSinhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSinhRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSinhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSinhRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinhRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSinRequest">
            <summary>
            The type WorkbookFunctionsImSinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSinRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSqrtRequest">
            <summary>
            The type WorkbookFunctionsImSqrtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSqrtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSqrtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSqrtRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSqrtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSqrtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSqrtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSubRequest">
            <summary>
            The type WorkbookFunctionsImSubRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSubRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSubRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSubRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSubRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSubRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber1">A inumber1 parameter for the OData method call.</param>
            <param name="inumber2">A inumber2 parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSubRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSumRequest">
            <summary>
            The type WorkbookFunctionsImSumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImSumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImSumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImSumRequestBuilder">
            <summary>
            The type WorkbookFunctionsImSumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImSumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImSumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImTanRequest">
            <summary>
            The type WorkbookFunctionsImTanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsImTanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsImTanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsImTanRequestBuilder">
            <summary>
            The type WorkbookFunctionsImTanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsImTanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="inumber">A inumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsImTanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIntRateRequest">
            <summary>
            The type WorkbookFunctionsIntRateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIntRateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIntRateRequestBuilder">
            <summary>
            The type WorkbookFunctionsIntRateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIntRateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="investment">A investment parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIntRequest">
            <summary>
            The type WorkbookFunctionsIntRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIntRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIntRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIntRequestBuilder">
            <summary>
            The type WorkbookFunctionsIntRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIntRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIntRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIpmtRequest">
            <summary>
            The type WorkbookFunctionsIpmtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIpmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIpmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIpmtRequestBuilder">
            <summary>
            The type WorkbookFunctionsIpmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIpmtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="per">A per parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIpmtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIrrRequest">
            <summary>
            The type WorkbookFunctionsIrrRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIrrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIrrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIrrRequestBuilder">
            <summary>
            The type WorkbookFunctionsIrrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIrrRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <param name="guess">A guess parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIrrRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsErrorRequest">
            <summary>
            The type WorkbookFunctionsIsErrorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsErrorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsErrorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsErrorRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsErrorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsErrorRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrorRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsErrRequest">
            <summary>
            The type WorkbookFunctionsIsErrRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsErrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsErrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsErrRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsErrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsErrRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsErrRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsEvenRequest">
            <summary>
            The type WorkbookFunctionsIsEvenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsEvenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsEvenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsEvenRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsEvenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsEvenRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsEvenRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest">
            <summary>
            The type WorkbookFunctionsIsFormulaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsFormulaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsFormulaRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsFormulaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsFormulaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="reference">A reference parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsFormulaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest">
            <summary>
            The type WorkbookFunctionsIsLogicalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsLogicalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsLogicalRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsLogicalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsLogicalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsLogicalRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNARequest">
            <summary>
            The type WorkbookFunctionsIsNARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsNARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsNARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNARequestBuilder">
            <summary>
            The type WorkbookFunctionsIsNARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsNARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest">
            <summary>
            The type WorkbookFunctionsIsNonTextRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsNonTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNonTextRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsNonTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsNonTextRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNonTextRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNumberRequest">
            <summary>
            The type WorkbookFunctionsIsNumberRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsNumberRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsNumberRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsNumberRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsNumberRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsNumberRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsNumberRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsOddRequest">
            <summary>
            The type WorkbookFunctionsIsOddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsOddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsOddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsOddRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsOddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsOddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsOddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest">
            <summary>
            The type WorkbookFunctionsIsoWeekNumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsoWeekNumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsoWeekNumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="date">A date parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsoWeekNumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest">
            <summary>
            The type WorkbookFunctionsIso_CeilingRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIso_CeilingRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBuilder">
            <summary>
            The type WorkbookFunctionsIso_CeilingRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIso_CeilingRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIspmtRequest">
            <summary>
            The type WorkbookFunctionsIspmtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIspmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIspmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIspmtRequestBuilder">
            <summary>
            The type WorkbookFunctionsIspmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIspmtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="per">A per parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIspmtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsrefRequest">
            <summary>
            The type WorkbookFunctionsIsrefRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsrefRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsrefRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsrefRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsrefRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsrefRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsrefRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsTextRequest">
            <summary>
            The type WorkbookFunctionsIsTextRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsIsTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsIsTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsIsTextRequestBuilder">
            <summary>
            The type WorkbookFunctionsIsTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsIsTextRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsIsTextRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsKurtRequest">
            <summary>
            The type WorkbookFunctionsKurtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsKurtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsKurtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsKurtRequestBuilder">
            <summary>
            The type WorkbookFunctionsKurtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsKurtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsKurtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLargeRequest">
            <summary>
            The type WorkbookFunctionsLargeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLargeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLargeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLargeRequestBuilder">
            <summary>
            The type WorkbookFunctionsLargeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLargeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="k">A k parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLargeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLcmRequest">
            <summary>
            The type WorkbookFunctionsLcmRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLcmRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLcmRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLcmRequestBuilder">
            <summary>
            The type WorkbookFunctionsLcmRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLcmRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLcmRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLeftbRequest">
            <summary>
            The type WorkbookFunctionsLeftbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLeftbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLeftbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLeftbRequestBuilder">
            <summary>
            The type WorkbookFunctionsLeftbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLeftbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="numBytes">A numBytes parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLeftRequest">
            <summary>
            The type WorkbookFunctionsLeftRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLeftRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLeftRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLeftRequestBuilder">
            <summary>
            The type WorkbookFunctionsLeftRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLeftRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="numChars">A numChars parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLeftRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLenbRequest">
            <summary>
            The type WorkbookFunctionsLenbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLenbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLenbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLenbRequestBuilder">
            <summary>
            The type WorkbookFunctionsLenbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLenbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLenRequest">
            <summary>
            The type WorkbookFunctionsLenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLenRequestBuilder">
            <summary>
            The type WorkbookFunctionsLenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLenRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLenRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLnRequest">
            <summary>
            The type WorkbookFunctionsLnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLnRequestBuilder">
            <summary>
            The type WorkbookFunctionsLnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLog10Request">
            <summary>
            The type WorkbookFunctionsLog10Request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10Request.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLog10Request.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLog10Request.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10Request.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10Request.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10Request.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10Request.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLog10RequestBuilder">
            <summary>
            The type WorkbookFunctionsLog10RequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10RequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLog10RequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLog10RequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest">
            <summary>
            The type WorkbookFunctionsLogNorm_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLogNorm_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsLogNorm_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="mean">A mean parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest">
            <summary>
            The type WorkbookFunctionsLogNorm_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLogNorm_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsLogNorm_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="mean">A mean parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogNorm_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogRequest">
            <summary>
            The type WorkbookFunctionsLogRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLogRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLogRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLogRequestBuilder">
            <summary>
            The type WorkbookFunctionsLogRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLogRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="@base">A @base parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLogRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLookupRequest">
            <summary>
            The type WorkbookFunctionsLookupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLookupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLookupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLookupRequestBuilder">
            <summary>
            The type WorkbookFunctionsLookupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLookupRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="lookupValue">A lookupValue parameter for the OData method call.</param>
            <param name="lookupVector">A lookupVector parameter for the OData method call.</param>
            <param name="resultVector">A resultVector parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLookupRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLowerRequest">
            <summary>
            The type WorkbookFunctionsLowerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsLowerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsLowerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsLowerRequestBuilder">
            <summary>
            The type WorkbookFunctionsLowerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsLowerRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsLowerRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMatchRequest">
            <summary>
            The type WorkbookFunctionsMatchRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMatchRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMatchRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMatchRequestBuilder">
            <summary>
            The type WorkbookFunctionsMatchRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMatchRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="lookupValue">A lookupValue parameter for the OData method call.</param>
            <param name="lookupArray">A lookupArray parameter for the OData method call.</param>
            <param name="matchType">A matchType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMatchRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMaxARequest">
            <summary>
            The type WorkbookFunctionsMaxARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMaxARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMaxARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMaxARequestBuilder">
            <summary>
            The type WorkbookFunctionsMaxARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMaxARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMaxRequest">
            <summary>
            The type WorkbookFunctionsMaxRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMaxRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMaxRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMaxRequestBuilder">
            <summary>
            The type WorkbookFunctionsMaxRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMaxRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMaxRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMdurationRequest">
            <summary>
            The type WorkbookFunctionsMdurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMdurationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMdurationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMdurationRequestBuilder">
            <summary>
            The type WorkbookFunctionsMdurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMdurationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="coupon">A coupon parameter for the OData method call.</param>
            <param name="yld">A yld parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMdurationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMedianRequest">
            <summary>
            The type WorkbookFunctionsMedianRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMedianRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMedianRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMedianRequestBuilder">
            <summary>
            The type WorkbookFunctionsMedianRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMedianRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMedianRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMidbRequest">
            <summary>
            The type WorkbookFunctionsMidbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMidbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMidbRequestBuilder">
            <summary>
            The type WorkbookFunctionsMidbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMidbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="startNum">A startNum parameter for the OData method call.</param>
            <param name="numBytes">A numBytes parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMidRequest">
            <summary>
            The type WorkbookFunctionsMidRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMidRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMidRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMidRequestBuilder">
            <summary>
            The type WorkbookFunctionsMidRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMidRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="startNum">A startNum parameter for the OData method call.</param>
            <param name="numChars">A numChars parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMidRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinARequest">
            <summary>
            The type WorkbookFunctionsMinARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMinARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMinARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinARequestBuilder">
            <summary>
            The type WorkbookFunctionsMinARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMinARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinRequest">
            <summary>
            The type WorkbookFunctionsMinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinRequestBuilder">
            <summary>
            The type WorkbookFunctionsMinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinuteRequest">
            <summary>
            The type WorkbookFunctionsMinuteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMinuteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMinuteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMinuteRequestBuilder">
            <summary>
            The type WorkbookFunctionsMinuteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMinuteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMinuteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMirrRequest">
            <summary>
            The type WorkbookFunctionsMirrRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMirrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMirrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMirrRequestBuilder">
            <summary>
            The type WorkbookFunctionsMirrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMirrRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <param name="financeRate">A financeRate parameter for the OData method call.</param>
            <param name="reinvestRate">A reinvestRate parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMirrRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsModRequest">
            <summary>
            The type WorkbookFunctionsModRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsModRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsModRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsModRequestBuilder">
            <summary>
            The type WorkbookFunctionsModRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsModRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="divisor">A divisor parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsModRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMonthRequest">
            <summary>
            The type WorkbookFunctionsMonthRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMonthRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMonthRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMonthRequestBuilder">
            <summary>
            The type WorkbookFunctionsMonthRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMonthRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMonthRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMroundRequest">
            <summary>
            The type WorkbookFunctionsMroundRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMroundRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMroundRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMroundRequestBuilder">
            <summary>
            The type WorkbookFunctionsMroundRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMroundRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="multiple">A multiple parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMroundRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest">
            <summary>
            The type WorkbookFunctionsMultiNomialRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsMultiNomialRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsMultiNomialRequestBuilder">
            <summary>
            The type WorkbookFunctionsMultiNomialRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsMultiNomialRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsMultiNomialRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNaRequest">
            <summary>
            The type WorkbookFunctionsNaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNaRequestBuilder">
            <summary>
            The type WorkbookFunctionsNaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest">
            <summary>
            The type WorkbookFunctionsNegBinom_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNegBinom_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsNegBinom_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="numberF">A numberF parameter for the OData method call.</param>
            <param name="numberS">A numberS parameter for the OData method call.</param>
            <param name="probabilityS">A probabilityS parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNegBinom_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest">
            <summary>
            The type WorkbookFunctionsNetworkDaysRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNetworkDaysRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBuilder">
            <summary>
            The type WorkbookFunctionsNetworkDaysRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="endDate">A endDate parameter for the OData method call.</param>
            <param name="holidays">A holidays parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDaysRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest">
            <summary>
            The type WorkbookFunctionsNetworkDays_IntlRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNetworkDays_IntlRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBuilder">
            <summary>
            The type WorkbookFunctionsNetworkDays_IntlRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="endDate">A endDate parameter for the OData method call.</param>
            <param name="weekend">A weekend parameter for the OData method call.</param>
            <param name="holidays">A holidays parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNetworkDays_IntlRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNominalRequest">
            <summary>
            The type WorkbookFunctionsNominalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNominalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNominalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNominalRequestBuilder">
            <summary>
            The type WorkbookFunctionsNominalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNominalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="effectRate">A effectRate parameter for the OData method call.</param>
            <param name="npery">A npery parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNominalRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest">
            <summary>
            The type WorkbookFunctionsNorm_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNorm_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsNorm_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="mean">A mean parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest">
            <summary>
            The type WorkbookFunctionsNorm_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNorm_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsNorm_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="mean">A mean parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest">
            <summary>
            The type WorkbookFunctionsNorm_S_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNorm_S_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsNorm_S_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="z">A z parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest">
            <summary>
            The type WorkbookFunctionsNorm_S_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNorm_S_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsNorm_S_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNorm_S_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNotRequest">
            <summary>
            The type WorkbookFunctionsNotRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNotRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNotRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNotRequestBuilder">
            <summary>
            The type WorkbookFunctionsNotRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNotRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="logical">A logical parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNotRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNowRequest">
            <summary>
            The type WorkbookFunctionsNowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNowRequestBuilder">
            <summary>
            The type WorkbookFunctionsNowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNperRequest">
            <summary>
            The type WorkbookFunctionsNperRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNperRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNperRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNperRequestBuilder">
            <summary>
            The type WorkbookFunctionsNperRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNperRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="pmt">A pmt parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNperRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNpvRequest">
            <summary>
            The type WorkbookFunctionsNpvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNpvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNpvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNpvRequestBuilder">
            <summary>
            The type WorkbookFunctionsNpvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNpvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNpvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNRequest">
            <summary>
            The type WorkbookFunctionsNRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNRequestBuilder">
            <summary>
            The type WorkbookFunctionsNRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNumberValueRequest">
            <summary>
            The type WorkbookFunctionsNumberValueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsNumberValueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsNumberValueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBuilder">
            <summary>
            The type WorkbookFunctionsNumberValueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="decimalSeparator">A decimalSeparator parameter for the OData method call.</param>
            <param name="groupSeparator">A groupSeparator parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsNumberValueRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2BinRequest">
            <summary>
            The type WorkbookFunctionsOct2BinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOct2BinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2BinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBuilder">
            <summary>
            The type WorkbookFunctionsOct2BinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2BinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2DecRequest">
            <summary>
            The type WorkbookFunctionsOct2DecRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOct2DecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2DecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2DecRequestBuilder">
            <summary>
            The type WorkbookFunctionsOct2DecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOct2DecRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2DecRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2HexRequest">
            <summary>
            The type WorkbookFunctionsOct2HexRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOct2HexRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOct2HexRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBuilder">
            <summary>
            The type WorkbookFunctionsOct2HexRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="places">A places parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOct2HexRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest">
            <summary>
            The type WorkbookFunctionsOddFPriceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOddFPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBuilder">
            <summary>
            The type WorkbookFunctionsOddFPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="issue">A issue parameter for the OData method call.</param>
            <param name="firstCoupon">A firstCoupon parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="yld">A yld parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFPriceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest">
            <summary>
            The type WorkbookFunctionsOddFYieldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOddFYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBuilder">
            <summary>
            The type WorkbookFunctionsOddFYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="issue">A issue parameter for the OData method call.</param>
            <param name="firstCoupon">A firstCoupon parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddFYieldRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest">
            <summary>
            The type WorkbookFunctionsOddLPriceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOddLPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBuilder">
            <summary>
            The type WorkbookFunctionsOddLPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="lastInterest">A lastInterest parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="yld">A yld parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLPriceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest">
            <summary>
            The type WorkbookFunctionsOddLYieldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOddLYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBuilder">
            <summary>
            The type WorkbookFunctionsOddLYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="lastInterest">A lastInterest parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddLYieldRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddRequest">
            <summary>
            The type WorkbookFunctionsOddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOddRequestBuilder">
            <summary>
            The type WorkbookFunctionsOddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOrRequest">
            <summary>
            The type WorkbookFunctionsOrRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsOrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsOrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsOrRequestBuilder">
            <summary>
            The type WorkbookFunctionsOrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsOrRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsOrRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPdurationRequest">
            <summary>
            The type WorkbookFunctionsPdurationRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPdurationRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPdurationRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPdurationRequestBuilder">
            <summary>
            The type WorkbookFunctionsPdurationRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPdurationRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPdurationRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest">
            <summary>
            The type WorkbookFunctionsPercentile_ExcRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPercentile_ExcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBuilder">
            <summary>
            The type WorkbookFunctionsPercentile_ExcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="k">A k parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_ExcRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest">
            <summary>
            The type WorkbookFunctionsPercentile_IncRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPercentile_IncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBuilder">
            <summary>
            The type WorkbookFunctionsPercentile_IncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="k">A k parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentile_IncRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest">
            <summary>
            The type WorkbookFunctionsPercentRank_ExcRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPercentRank_ExcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBuilder">
            <summary>
            The type WorkbookFunctionsPercentRank_ExcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_ExcRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest">
            <summary>
            The type WorkbookFunctionsPercentRank_IncRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPercentRank_IncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBuilder">
            <summary>
            The type WorkbookFunctionsPercentRank_IncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="significance">A significance parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPercentRank_IncRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPermutationaRequest">
            <summary>
            The type WorkbookFunctionsPermutationaRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPermutationaRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPermutationaRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBuilder">
            <summary>
            The type WorkbookFunctionsPermutationaRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numberChosen">A numberChosen parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutationaRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPermutRequest">
            <summary>
            The type WorkbookFunctionsPermutRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPermutRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPermutRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPermutRequestBuilder">
            <summary>
            The type WorkbookFunctionsPermutRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPermutRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numberChosen">A numberChosen parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPermutRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPhiRequest">
            <summary>
            The type WorkbookFunctionsPhiRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPhiRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPhiRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPhiRequestBuilder">
            <summary>
            The type WorkbookFunctionsPhiRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPhiRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPhiRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPiRequest">
            <summary>
            The type WorkbookFunctionsPiRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPiRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPiRequestBuilder">
            <summary>
            The type WorkbookFunctionsPiRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPiRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPiRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPmtRequest">
            <summary>
            The type WorkbookFunctionsPmtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPmtRequestBuilder">
            <summary>
            The type WorkbookFunctionsPmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPmtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPmtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest">
            <summary>
            The type WorkbookFunctionsPoisson_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPoisson_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsPoisson_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="mean">A mean parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPoisson_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPowerRequest">
            <summary>
            The type WorkbookFunctionsPowerRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPowerRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPowerRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPowerRequestBuilder">
            <summary>
            The type WorkbookFunctionsPowerRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPowerRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="power">A power parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPowerRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPpmtRequest">
            <summary>
            The type WorkbookFunctionsPpmtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPpmtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPpmtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPpmtRequestBuilder">
            <summary>
            The type WorkbookFunctionsPpmtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPpmtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="per">A per parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPpmtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest">
            <summary>
            The type WorkbookFunctionsPriceDiscRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPriceDiscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBuilder">
            <summary>
            The type WorkbookFunctionsPriceDiscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="discount">A discount parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceDiscRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceMatRequest">
            <summary>
            The type WorkbookFunctionsPriceMatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPriceMatRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceMatRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBuilder">
            <summary>
            The type WorkbookFunctionsPriceMatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="issue">A issue parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="yld">A yld parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceMatRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceRequest">
            <summary>
            The type WorkbookFunctionsPriceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPriceRequestBuilder">
            <summary>
            The type WorkbookFunctionsPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPriceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="yld">A yld parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPriceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsProductRequest">
            <summary>
            The type WorkbookFunctionsProductRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsProductRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsProductRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsProductRequestBuilder">
            <summary>
            The type WorkbookFunctionsProductRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsProductRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProductRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsProperRequest">
            <summary>
            The type WorkbookFunctionsProperRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsProperRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsProperRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsProperRequestBuilder">
            <summary>
            The type WorkbookFunctionsProperRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsProperRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsProperRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPvRequest">
            <summary>
            The type WorkbookFunctionsPvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsPvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsPvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsPvRequestBuilder">
            <summary>
            The type WorkbookFunctionsPvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsPvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pmt">A pmt parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsPvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest">
            <summary>
            The type WorkbookFunctionsQuartile_ExcRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsQuartile_ExcRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBuilder">
            <summary>
            The type WorkbookFunctionsQuartile_ExcRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="quart">A quart parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_ExcRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest">
            <summary>
            The type WorkbookFunctionsQuartile_IncRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsQuartile_IncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBuilder">
            <summary>
            The type WorkbookFunctionsQuartile_IncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="quart">A quart parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuartile_IncRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuotientRequest">
            <summary>
            The type WorkbookFunctionsQuotientRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsQuotientRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsQuotientRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsQuotientRequestBuilder">
            <summary>
            The type WorkbookFunctionsQuotientRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsQuotientRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="numerator">A numerator parameter for the OData method call.</param>
            <param name="denominator">A denominator parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsQuotientRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRadiansRequest">
            <summary>
            The type WorkbookFunctionsRadiansRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRadiansRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRadiansRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRadiansRequestBuilder">
            <summary>
            The type WorkbookFunctionsRadiansRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRadiansRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="angle">A angle parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRadiansRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest">
            <summary>
            The type WorkbookFunctionsRandBetweenRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRandBetweenRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBuilder">
            <summary>
            The type WorkbookFunctionsRandBetweenRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="bottom">A bottom parameter for the OData method call.</param>
            <param name="top">A top parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandBetweenRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRandRequest">
            <summary>
            The type WorkbookFunctionsRandRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRandRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRandRequestBuilder">
            <summary>
            The type WorkbookFunctionsRandRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRandRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRandRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest">
            <summary>
            The type WorkbookFunctionsRank_AvgRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRank_AvgRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBuilder">
            <summary>
            The type WorkbookFunctionsRank_AvgRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="@ref">A @ref parameter for the OData method call.</param>
            <param name="order">A order parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_AvgRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRank_EqRequest">
            <summary>
            The type WorkbookFunctionsRank_EqRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRank_EqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRank_EqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBuilder">
            <summary>
            The type WorkbookFunctionsRank_EqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="@ref">A @ref parameter for the OData method call.</param>
            <param name="order">A order parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRank_EqRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRateRequest">
            <summary>
            The type WorkbookFunctionsRateRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRateRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRateRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRateRequestBuilder">
            <summary>
            The type WorkbookFunctionsRateRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRateRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pmt">A pmt parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
            <param name="type">A type parameter for the OData method call.</param>
            <param name="guess">A guess parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRateRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReceivedRequest">
            <summary>
            The type WorkbookFunctionsReceivedRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsReceivedRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReceivedRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReceivedRequestBuilder">
            <summary>
            The type WorkbookFunctionsReceivedRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsReceivedRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="investment">A investment parameter for the OData method call.</param>
            <param name="discount">A discount parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReceivedRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReplaceBRequest">
            <summary>
            The type WorkbookFunctionsReplaceBRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsReplaceBRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceBRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBuilder">
            <summary>
            The type WorkbookFunctionsReplaceBRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="oldText">A oldText parameter for the OData method call.</param>
            <param name="startNum">A startNum parameter for the OData method call.</param>
            <param name="numBytes">A numBytes parameter for the OData method call.</param>
            <param name="newText">A newText parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceBRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReplaceRequest">
            <summary>
            The type WorkbookFunctionsReplaceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsReplaceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReplaceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReplaceRequestBuilder">
            <summary>
            The type WorkbookFunctionsReplaceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsReplaceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="oldText">A oldText parameter for the OData method call.</param>
            <param name="startNum">A startNum parameter for the OData method call.</param>
            <param name="numChars">A numChars parameter for the OData method call.</param>
            <param name="newText">A newText parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReplaceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReptRequest">
            <summary>
            The type WorkbookFunctionsReptRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsReptRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsReptRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsReptRequestBuilder">
            <summary>
            The type WorkbookFunctionsReptRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsReptRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="numberTimes">A numberTimes parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsReptRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRequest">
            <summary>
            The type WorkbookFunctionsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.CreateAsync(Microsoft.Graph.WorkbookFunctions)">
            <summary>
            Creates the specified WorkbookFunctions using POST.
            </summary>
            <param name="workbookFunctionsToCreate">The WorkbookFunctions to create.</param>
            <returns>The created WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.CreateAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookFunctions using POST.
            </summary>
            <param name="workbookFunctionsToCreate">The WorkbookFunctions to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookFunctions.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookFunctions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.GetAsync">
            <summary>
            Gets the specified WorkbookFunctions.
            </summary>
            <returns>The WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookFunctions.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.UpdateAsync(Microsoft.Graph.WorkbookFunctions)">
            <summary>
            Updates the specified WorkbookFunctions using PATCH.
            </summary>
            <param name="workbookFunctionsToUpdate">The WorkbookFunctions to update.</param>
            <returns>The updated WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.UpdateAsync(Microsoft.Graph.WorkbookFunctions,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookFunctions using PATCH.
            </summary>
            <param name="workbookFunctionsToUpdate">The WorkbookFunctions to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookFunctions.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctions,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookFunctions,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookFunctions)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookFunctionsToInitialize">The <see cref="T:Microsoft.Graph.WorkbookFunctions"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRequestBuilder">
            <summary>
            The type WorkbookFunctionsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookFunctionsRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Abs(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAbs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAbsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AccrInt(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAccrInt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAccrIntRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AccrIntM(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAccrIntM.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAccrIntMRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Acos(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcosRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Acosh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcosh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcoshRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Acot(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Acoth(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAcoth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAcothRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AmorDegrc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAmorDegrc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAmorDegrcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AmorLinc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAmorLinc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAmorLincRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.And(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAnd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAndRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Arabic(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsArabic.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsArabicRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Areas(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAreas.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAreasRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Asc(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAsc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Asin(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAsin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAsinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Asinh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAsinh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAsinhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Atan(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAtan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAtanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Atan2(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAtan2.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAtan2RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Atanh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAtanh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAtanhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AveDev(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAveDev.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAveDevRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Average(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AverageA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverageA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AverageIf(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverageIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.AverageIfs(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsAverageIfs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsAverageIfsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.BahtText(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBahtText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBahtTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Base(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBase.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBaseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.BesselI(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselI.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselIRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.BesselJ(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselJ.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselJRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.BesselK(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselK.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselKRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.BesselY(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBesselY.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBesselYRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Beta_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBeta_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBeta_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Beta_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBeta_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBeta_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bin2Dec(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBin2Dec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBin2DecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bin2Hex(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBin2Hex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBin2HexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bin2Oct(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBin2Oct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBin2OctRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Binom_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBinom_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBinom_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Binom_Dist_Range(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBinom_Dist_Range.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBinom_Dist_RangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Binom_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBinom_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBinom_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bitand(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitand.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitandRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bitlshift(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitlshift.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitlshiftRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bitor(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bitrshift(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitrshift.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitrshiftRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Bitxor(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsBitxor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsBitxorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ceiling_Math(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCeiling_Math.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCeiling_MathRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ceiling_Precise(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCeiling_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCeiling_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Char(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsChar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCharRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ChiSq_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ChiSq_Dist_RT(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Dist_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Dist_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ChiSq_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ChiSq_Inv_RT(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsChiSq_Inv_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChiSq_Inv_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Choose(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsChoose.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsChooseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Clean(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsClean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCleanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Code(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Columns(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsColumns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsColumnsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Combin(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCombin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCombinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Combina(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCombina.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCombinaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Complex(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsComplex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsComplexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Concatenate(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsConcatenate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConcatenateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Confidence_Norm(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsConfidence_Norm.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConfidence_NormRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Confidence_T(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsConfidence_T.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConfidence_TRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Convert(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsConvert.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsConvertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Cos(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCosRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Cosh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCosh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoshRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Cot(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Coth(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCothRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Count(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CountA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CountBlank(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountBlank.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountBlankRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CountIf(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CountIfs(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCountIfs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCountIfsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CoupDayBs(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupDayBs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupDayBsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CoupDays(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CoupDaysNc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupDaysNc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupDaysNcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CoupNcd(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupNcd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupNcdRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CoupNum(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupNum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupNumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CoupPcd(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCoupPcd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCoupPcdRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Csc(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCsc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Csch(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCsch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCschRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CumIPmt(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCumIPmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCumIPmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.CumPrinc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsCumPrinc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsCumPrincRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Daverage(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDaverage.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDaverageRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dcount(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDcount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDcountRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DcountA(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDcountA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDcountARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dget(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDget.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDgetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dmax(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDmax.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDmaxRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dmin(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDmin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDminRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dproduct(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDproduct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDproductRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DstDev(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDstDev.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDstDevRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DstDevP(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDstDevP.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDstDevPRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dsum(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDsum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDsumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dvar(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDvar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDvarRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DvarP(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDvarP.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDvarPRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Date(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Datevalue(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDatevalue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDatevalueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Day(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDay.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Days(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDaysRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Days360(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDays360.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDays360RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Db(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dbcs(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDbcs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDbcsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ddb(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDdb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDdbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dec2Bin(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDec2Bin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDec2BinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dec2Hex(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDec2Hex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDec2HexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dec2Oct(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDec2Oct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDec2OctRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Decimal(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDecimal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDecimalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Degrees(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDegrees.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDegreesRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Delta(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDelta.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDeltaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DevSq(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDevSq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDevSqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Disc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDisc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDiscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Dollar(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDollar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDollarRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DollarDe(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDollarDe.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDollarDeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.DollarFr(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDollarFr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDollarFrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Duration(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsDuration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsDurationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ecma_Ceiling(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsEcma_Ceiling.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEcma_CeilingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Edate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsEdate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEdateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Effect(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsEffect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEffectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.EoMonth(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsEoMonth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEoMonthRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Erf(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsErf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ErfC(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsErfC.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErfCRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ErfC_Precise(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsErfC_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErfC_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Erf_Precise(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsErf_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsErf_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Error_Type(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsError_Type.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsError_TypeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Even(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsEven.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsEvenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Exact(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsExact.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsExactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Exp(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsExp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsExpRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Expon_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsExpon_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsExpon_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Fvschedule(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFvschedule.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFvscheduleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.F_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.F_Dist_RT(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Dist_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_Dist_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.F_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.F_Inv_RT(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsF_Inv_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsF_Inv_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Fact(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFact.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFactRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.FactDouble(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFactDouble.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFactDoubleRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.False">
            <summary>
            Gets the request builder for WorkbookFunctionsFalse.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFalseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Find(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFind.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFindRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.FindB(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFindB.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFindBRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Fisher(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFisher.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFisherRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.FisherInv(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFisherInv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFisherInvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Fixed(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFixed.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFixedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Floor_Math(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFloor_Math.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFloor_MathRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Floor_Precise(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFloor_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFloor_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Fv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsFv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsFvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Gamma(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGamma.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGammaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.GammaLn(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGammaLn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGammaLnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.GammaLn_Precise(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGammaLn_Precise.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGammaLn_PreciseRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Gamma_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGamma_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGamma_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Gamma_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGamma_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGamma_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Gauss(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGauss.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGaussRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Gcd(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGcd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGcdRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.GeStep(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGeStep.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGeStepRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.GeoMean(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsGeoMean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsGeoMeanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Hlookup(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHlookup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHlookupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.HarMean(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHarMean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHarMeanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Hex2Bin(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHex2Bin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHex2BinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Hex2Dec(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHex2Dec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHex2DecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Hex2Oct(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHex2Oct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHex2OctRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Hour(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHour.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHourRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.HypGeom_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHypGeom_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHypGeom_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Hyperlink(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsHyperlink.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsHyperlinkRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Iso_Ceiling(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIso_Ceiling.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIso_CeilingRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.If(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImAbs(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImAbs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImAbsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImArgument(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImArgument.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImArgumentRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImConjugate(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImConjugate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImConjugateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImCos(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCos.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCosRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImCosh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCosh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCoshRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImCot(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImCsc(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCsc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImCsch(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImCsch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImCschRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImDiv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImDiv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImDivRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImExp(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImExp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImExpRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImLn(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImLn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImLnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImLog10(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImLog10.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImLog10RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImLog2(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImLog2.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImLog2RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImPower(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImPower.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImPowerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImProduct(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImProduct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImProductRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImReal(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImReal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImRealRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSec(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSech(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSech.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSechRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSin(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSinh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSinh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSinhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSqrt(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSqrt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSqrtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSub(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSub.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSubRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImSum(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImSum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImSumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ImTan(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImTan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImTanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Imaginary(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsImaginary.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsImaginaryRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Int(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsInt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIntRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IntRate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIntRate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIntRateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ipmt(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIpmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIpmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Irr(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIrr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIrrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsErr(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsErr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsErrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsError(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsError.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsErrorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsEven(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsEven.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsEvenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsFormula(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsFormula.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsFormulaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsLogical(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsLogical.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsLogicalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsNA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsNA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsNARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsNonText(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsNonText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsNonTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsNumber(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsNumber.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsNumberRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsOdd(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsOdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsOddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsText(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.IsoWeekNum(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsoWeekNum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsoWeekNumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ispmt(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIspmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIspmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Isref(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsIsref.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsIsrefRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Kurt(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsKurt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsKurtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Large(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLarge.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLargeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Lcm(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLcm.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLcmRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Left(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLeft.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLeftRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Leftb(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLeftb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLeftbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Len(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLen.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Lenb(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLenb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLenbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ln(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Log(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLog.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLogRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Log10(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLog10.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLog10RequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.LogNorm_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLogNorm_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.LogNorm_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLogNorm_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLogNorm_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Lookup(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLookup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLookupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Lower(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsLower.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsLowerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Mduration(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMduration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMdurationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Mirr(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMirr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMirrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Mround(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMround.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMroundRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Match(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMatch.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMatchRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Max(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMax.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMaxRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.MaxA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMaxA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMaxARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Median(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMedian.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMedianRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Mid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMid.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMidRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Midb(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMidb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMidbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Min(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.MinA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMinA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMinARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Minute(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMinute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMinuteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Mod(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMod.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsModRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Month(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMonth.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMonthRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.MultiNomial(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsMultiNomial.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsMultiNomialRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.N(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsN.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Nper(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNper.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNperRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Na">
            <summary>
            Gets the request builder for WorkbookFunctionsNa.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.NegBinom_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNegBinom_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNegBinom_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.NetworkDays(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNetworkDays.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNetworkDaysRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.NetworkDays_Intl(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNetworkDays_Intl.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNetworkDays_IntlRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Nominal(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNominal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNominalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Norm_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Norm_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Norm_S_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_S_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Norm_S_Inv(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNorm_S_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNorm_S_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Not(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNot.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNotRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Now">
            <summary>
            Gets the request builder for WorkbookFunctionsNow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Npv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNpv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNpvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.NumberValue(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsNumberValue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsNumberValueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Oct2Bin(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOct2Bin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOct2BinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Oct2Dec(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOct2Dec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOct2DecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Oct2Hex(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOct2Hex.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOct2HexRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Odd(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.OddFPrice(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddFPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddFPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.OddFYield(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddFYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddFYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.OddLPrice(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddLPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddLPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.OddLYield(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOddLYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOddLYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Or(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsOr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsOrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Pduration(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPduration.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPdurationRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.PercentRank_Exc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentRank_Exc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_ExcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.PercentRank_Inc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentRank_Inc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentRank_IncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Percentile_Exc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentile_Exc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentile_ExcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Percentile_Inc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPercentile_Inc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPercentile_IncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Permut(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPermut.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPermutRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Permutationa(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPermutationa.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPermutationaRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Phi(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPhi.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPhiRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Pi">
            <summary>
            Gets the request builder for WorkbookFunctionsPi.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPiRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Pmt(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Poisson_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPoisson_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPoisson_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Power(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPower.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPowerRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Ppmt(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPpmt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPpmtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Price(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.PriceDisc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPriceDisc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPriceDiscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.PriceMat(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPriceMat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPriceMatRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Product(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsProduct.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsProductRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Proper(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsProper.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsProperRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Pv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsPv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsPvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Quartile_Exc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsQuartile_Exc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsQuartile_ExcRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Quartile_Inc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsQuartile_Inc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsQuartile_IncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Quotient(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsQuotient.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsQuotientRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Radians(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRadians.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRadiansRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rand">
            <summary>
            Gets the request builder for WorkbookFunctionsRand.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRandRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.RandBetween(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRandBetween.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRandBetweenRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rank_Avg(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRank_Avg.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRank_AvgRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rank_Eq(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRank_Eq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRank_EqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRate.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRateRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Received(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsReceived.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReceivedRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Replace(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsReplace.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReplaceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.ReplaceB(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsReplaceB.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReplaceBRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rept(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRept.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsReptRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Right(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRight.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRightRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rightb(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRightb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRightbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Roman(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRoman.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRomanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Round(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRound.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRoundRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.RoundDown(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRoundDown.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRoundDownRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.RoundUp(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRoundUp.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRoundUpRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rows(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRowsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Rri(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsRri.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRriRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sec(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSec.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSecRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sech(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSech.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSechRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Second(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSecond.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSecondRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.SeriesSum(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSeriesSum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSeriesSumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sheet(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sheets(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSheets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSheetsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sign(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSign.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSignRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sin(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSin.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSinRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sinh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSinh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSinhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Skew(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSkew.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSkewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Skew_p(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSkew_p.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSkew_pRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sln(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSln.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSlnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Small(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSmall.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSmallRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sqrt(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSqrt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSqrtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.SqrtPi(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSqrtPi.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSqrtPiRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.StDevA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDevA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDevARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.StDevPA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDevPA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDevPARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.StDev_P(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDev_P.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDev_PRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.StDev_S(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsStDev_S.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStDev_SRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Standardize(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsStandardize.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsStandardizeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Substitute(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSubstitute.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSubstituteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Subtotal(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSubtotal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSubtotalRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Sum(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.SumIf(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSumIf.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumIfRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.SumIfs(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSumIfs.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumIfsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.SumSq(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSumSq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSumSqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Syd(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsSyd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsSydRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.T(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.TbillEq(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTbillEq.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTbillEqRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.TbillPrice(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTbillPrice.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTbillPriceRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.TbillYield(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTbillYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTbillYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.T_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.T_Dist_2T(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Dist_2T.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_2TRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.T_Dist_RT(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Dist_RT.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_Dist_RTRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.T_Inv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Inv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_InvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.T_Inv_2T(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsT_Inv_2T.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsT_Inv_2TRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Tan(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTan.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Tanh(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTanh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTanhRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Text(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsText.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTextRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Time(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTime.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTimeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Timevalue(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTimevalue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTimevalueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Today">
            <summary>
            Gets the request builder for WorkbookFunctionsToday.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTodayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Trim(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTrim.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTrimRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.TrimMean(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTrimMean.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTrimMeanRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.True">
            <summary>
            Gets the request builder for WorkbookFunctionsTrue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTrueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Trunc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsTrunc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTruncRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Type(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsType.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsTypeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Usdollar(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsUsdollar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUsdollarRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Unichar(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsUnichar.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUnicharRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Unicode(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsUnicode.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUnicodeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Upper(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsUpper.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsUpperRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Vlookup(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsVlookup.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVlookupRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Value(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsValue.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsValueRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.VarA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsVarA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVarARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.VarPA(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsVarPA.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVarPARequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Var_P(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsVar_P.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVar_PRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Var_S(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsVar_S.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVar_SRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Vdb(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsVdb.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsVdbRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.WeekNum(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsWeekNum.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWeekNumRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Weekday(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsWeekday.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWeekdayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Weibull_Dist(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsWeibull_Dist.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWeibull_DistRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.WorkDay(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsWorkDay.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWorkDayRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.WorkDay_Intl(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsWorkDay_Intl.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsWorkDay_IntlRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Xirr(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsXirr.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsXirrRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Xnpv(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsXnpv.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsXnpvRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Xor(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsXor.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsXorRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Year(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsYear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.YearFrac(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsYearFrac.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYearFracRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Yield(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsYield.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYieldRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.YieldDisc(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsYieldDisc.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYieldDiscRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.YieldMat(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsYieldMat.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsYieldMatRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRequestBuilder.Z_Test(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookFunctionsZ_Test.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsZ_TestRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRightbRequest">
            <summary>
            The type WorkbookFunctionsRightbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRightbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRightbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRightbRequestBuilder">
            <summary>
            The type WorkbookFunctionsRightbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRightbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="numBytes">A numBytes parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRightRequest">
            <summary>
            The type WorkbookFunctionsRightRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRightRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRightRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRightRequestBuilder">
            <summary>
            The type WorkbookFunctionsRightRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRightRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="numChars">A numChars parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRightRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRomanRequest">
            <summary>
            The type WorkbookFunctionsRomanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRomanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRomanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRomanRequestBuilder">
            <summary>
            The type WorkbookFunctionsRomanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRomanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="form">A form parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRomanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundDownRequest">
            <summary>
            The type WorkbookFunctionsRoundDownRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRoundDownRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundDownRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBuilder">
            <summary>
            The type WorkbookFunctionsRoundDownRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numDigits">A numDigits parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundDownRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundRequest">
            <summary>
            The type WorkbookFunctionsRoundRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRoundRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundRequestBuilder">
            <summary>
            The type WorkbookFunctionsRoundRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRoundRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numDigits">A numDigits parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundUpRequest">
            <summary>
            The type WorkbookFunctionsRoundUpRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRoundUpRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRoundUpRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBuilder">
            <summary>
            The type WorkbookFunctionsRoundUpRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numDigits">A numDigits parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRoundUpRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRowsRequest">
            <summary>
            The type WorkbookFunctionsRowsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRowsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRowsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRowsRequestBuilder">
            <summary>
            The type WorkbookFunctionsRowsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRowsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRowsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRriRequest">
            <summary>
            The type WorkbookFunctionsRriRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsRriRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsRriRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsRriRequestBuilder">
            <summary>
            The type WorkbookFunctionsRriRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsRriRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="nper">A nper parameter for the OData method call.</param>
            <param name="pv">A pv parameter for the OData method call.</param>
            <param name="fv">A fv parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsRriRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSechRequest">
            <summary>
            The type WorkbookFunctionsSechRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSechRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSechRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSechRequestBuilder">
            <summary>
            The type WorkbookFunctionsSechRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSechRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSechRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSecondRequest">
            <summary>
            The type WorkbookFunctionsSecondRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSecondRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSecondRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSecondRequestBuilder">
            <summary>
            The type WorkbookFunctionsSecondRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSecondRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecondRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSecRequest">
            <summary>
            The type WorkbookFunctionsSecRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSecRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSecRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSecRequestBuilder">
            <summary>
            The type WorkbookFunctionsSecRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSecRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSecRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest">
            <summary>
            The type WorkbookFunctionsSeriesSumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSeriesSumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBuilder">
            <summary>
            The type WorkbookFunctionsSeriesSumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="n">A n parameter for the OData method call.</param>
            <param name="m">A m parameter for the OData method call.</param>
            <param name="coefficients">A coefficients parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSeriesSumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSheetRequest">
            <summary>
            The type WorkbookFunctionsSheetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSheetRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSheetRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSheetRequestBuilder">
            <summary>
            The type WorkbookFunctionsSheetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSheetRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSheetsRequest">
            <summary>
            The type WorkbookFunctionsSheetsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSheetsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSheetsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSheetsRequestBuilder">
            <summary>
            The type WorkbookFunctionsSheetsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSheetsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="reference">A reference parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSheetsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSignRequest">
            <summary>
            The type WorkbookFunctionsSignRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSignRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSignRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSignRequestBuilder">
            <summary>
            The type WorkbookFunctionsSignRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSignRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSignRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSinhRequest">
            <summary>
            The type WorkbookFunctionsSinhRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSinhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSinhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSinhRequestBuilder">
            <summary>
            The type WorkbookFunctionsSinhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSinhRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinhRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSinRequest">
            <summary>
            The type WorkbookFunctionsSinRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSinRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSinRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSinRequestBuilder">
            <summary>
            The type WorkbookFunctionsSinRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSinRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSinRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSkewRequest">
            <summary>
            The type WorkbookFunctionsSkewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSkewRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSkewRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSkewRequestBuilder">
            <summary>
            The type WorkbookFunctionsSkewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSkewRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkewRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSkew_pRequest">
            <summary>
            The type WorkbookFunctionsSkew_pRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSkew_pRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSkew_pRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSkew_pRequestBuilder">
            <summary>
            The type WorkbookFunctionsSkew_pRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSkew_pRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSkew_pRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSlnRequest">
            <summary>
            The type WorkbookFunctionsSlnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSlnRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSlnRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSlnRequestBuilder">
            <summary>
            The type WorkbookFunctionsSlnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSlnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="life">A life parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSlnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSmallRequest">
            <summary>
            The type WorkbookFunctionsSmallRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSmallRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSmallRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSmallRequestBuilder">
            <summary>
            The type WorkbookFunctionsSmallRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSmallRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="k">A k parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSmallRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest">
            <summary>
            The type WorkbookFunctionsSqrtPiRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSqrtPiRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSqrtPiRequestBuilder">
            <summary>
            The type WorkbookFunctionsSqrtPiRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSqrtPiRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtPiRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSqrtRequest">
            <summary>
            The type WorkbookFunctionsSqrtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSqrtRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSqrtRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSqrtRequestBuilder">
            <summary>
            The type WorkbookFunctionsSqrtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSqrtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSqrtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStandardizeRequest">
            <summary>
            The type WorkbookFunctionsStandardizeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsStandardizeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStandardizeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBuilder">
            <summary>
            The type WorkbookFunctionsStandardizeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="mean">A mean parameter for the OData method call.</param>
            <param name="standardDev">A standardDev parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStandardizeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDevARequest">
            <summary>
            The type WorkbookFunctionsStDevARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsStDevARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDevARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDevARequestBuilder">
            <summary>
            The type WorkbookFunctionsStDevARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsStDevARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDevPARequest">
            <summary>
            The type WorkbookFunctionsStDevPARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsStDevPARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDevPARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDevPARequestBuilder">
            <summary>
            The type WorkbookFunctionsStDevPARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsStDevPARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDevPARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDev_PRequest">
            <summary>
            The type WorkbookFunctionsStDev_PRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsStDev_PRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDev_PRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDev_PRequestBuilder">
            <summary>
            The type WorkbookFunctionsStDev_PRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsStDev_PRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_PRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDev_SRequest">
            <summary>
            The type WorkbookFunctionsStDev_SRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsStDev_SRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsStDev_SRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsStDev_SRequestBuilder">
            <summary>
            The type WorkbookFunctionsStDev_SRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsStDev_SRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsStDev_SRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSubstituteRequest">
            <summary>
            The type WorkbookFunctionsSubstituteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSubstituteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubstituteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBuilder">
            <summary>
            The type WorkbookFunctionsSubstituteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
            <param name="oldText">A oldText parameter for the OData method call.</param>
            <param name="newText">A newText parameter for the OData method call.</param>
            <param name="instanceNum">A instanceNum parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubstituteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSubtotalRequest">
            <summary>
            The type WorkbookFunctionsSubtotalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSubtotalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSubtotalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBuilder">
            <summary>
            The type WorkbookFunctionsSubtotalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="functionNum">A functionNum parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSubtotalRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumIfRequest">
            <summary>
            The type WorkbookFunctionsSumIfRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSumIfRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumIfRequestBuilder">
            <summary>
            The type WorkbookFunctionsSumIfRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSumIfRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="range">A range parameter for the OData method call.</param>
            <param name="criteria">A criteria parameter for the OData method call.</param>
            <param name="sumRange">A sumRange parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumIfsRequest">
            <summary>
            The type WorkbookFunctionsSumIfsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSumIfsRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumIfsRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBuilder">
            <summary>
            The type WorkbookFunctionsSumIfsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="sumRange">A sumRange parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumIfsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumRequest">
            <summary>
            The type WorkbookFunctionsSumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumRequestBuilder">
            <summary>
            The type WorkbookFunctionsSumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumSqRequest">
            <summary>
            The type WorkbookFunctionsSumSqRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSumSqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSumSqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSumSqRequestBuilder">
            <summary>
            The type WorkbookFunctionsSumSqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSumSqRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSumSqRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSydRequest">
            <summary>
            The type WorkbookFunctionsSydRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsSydRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsSydRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsSydRequestBuilder">
            <summary>
            The type WorkbookFunctionsSydRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsSydRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="life">A life parameter for the OData method call.</param>
            <param name="per">A per parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsSydRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTanhRequest">
            <summary>
            The type WorkbookFunctionsTanhRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTanhRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTanhRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTanhRequestBuilder">
            <summary>
            The type WorkbookFunctionsTanhRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTanhRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanhRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTanRequest">
            <summary>
            The type WorkbookFunctionsTanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTanRequestBuilder">
            <summary>
            The type WorkbookFunctionsTanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillEqRequest">
            <summary>
            The type WorkbookFunctionsTbillEqRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTbillEqRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillEqRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBuilder">
            <summary>
            The type WorkbookFunctionsTbillEqRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="discount">A discount parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillEqRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest">
            <summary>
            The type WorkbookFunctionsTbillPriceRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTbillPriceRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBuilder">
            <summary>
            The type WorkbookFunctionsTbillPriceRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="discount">A discount parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillPriceRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest">
            <summary>
            The type WorkbookFunctionsTbillYieldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTbillYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBuilder">
            <summary>
            The type WorkbookFunctionsTbillYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTbillYieldRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTextRequest">
            <summary>
            The type WorkbookFunctionsTextRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTextRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTextRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTextRequestBuilder">
            <summary>
            The type WorkbookFunctionsTextRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTextRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
            <param name="formatText">A formatText parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTextRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTimeRequest">
            <summary>
            The type WorkbookFunctionsTimeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTimeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTimeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTimeRequestBuilder">
            <summary>
            The type WorkbookFunctionsTimeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTimeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="hour">A hour parameter for the OData method call.</param>
            <param name="minute">A minute parameter for the OData method call.</param>
            <param name="second">A second parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTimevalueRequest">
            <summary>
            The type WorkbookFunctionsTimevalueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTimevalueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTimevalueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTimevalueRequestBuilder">
            <summary>
            The type WorkbookFunctionsTimevalueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTimevalueRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="timeText">A timeText parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTimevalueRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTodayRequest">
            <summary>
            The type WorkbookFunctionsTodayRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTodayRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTodayRequestBuilder">
            <summary>
            The type WorkbookFunctionsTodayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTodayRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTodayRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTRequest">
            <summary>
            The type WorkbookFunctionsTRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTRequestBuilder">
            <summary>
            The type WorkbookFunctionsTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest">
            <summary>
            The type WorkbookFunctionsTrimMeanRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTrimMeanRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBuilder">
            <summary>
            The type WorkbookFunctionsTrimMeanRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="percent">A percent parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimMeanRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrimRequest">
            <summary>
            The type WorkbookFunctionsTrimRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTrimRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTrimRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrimRequestBuilder">
            <summary>
            The type WorkbookFunctionsTrimRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTrimRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrimRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrueRequest">
            <summary>
            The type WorkbookFunctionsTrueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTrueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTrueRequestBuilder">
            <summary>
            The type WorkbookFunctionsTrueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTrueRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTrueRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTruncRequest">
            <summary>
            The type WorkbookFunctionsTruncRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTruncRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTruncRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTruncRequestBuilder">
            <summary>
            The type WorkbookFunctionsTruncRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTruncRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="numDigits">A numDigits parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTruncRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTypeRequest">
            <summary>
            The type WorkbookFunctionsTypeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsTypeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsTypeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsTypeRequestBuilder">
            <summary>
            The type WorkbookFunctionsTypeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsTypeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="value">A value parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsTypeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_DistRequest">
            <summary>
            The type WorkbookFunctionsT_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsT_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsT_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsT_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest">
            <summary>
            The type WorkbookFunctionsT_Dist_2TRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsT_Dist_2TRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBuilder">
            <summary>
            The type WorkbookFunctionsT_Dist_2TRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_2TRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest">
            <summary>
            The type WorkbookFunctionsT_Dist_RTRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsT_Dist_RTRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBuilder">
            <summary>
            The type WorkbookFunctionsT_Dist_RTRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Dist_RTRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_InvRequest">
            <summary>
            The type WorkbookFunctionsT_InvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsT_InvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_InvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_InvRequestBuilder">
            <summary>
            The type WorkbookFunctionsT_InvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsT_InvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_InvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest">
            <summary>
            The type WorkbookFunctionsT_Inv_2TRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsT_Inv_2TRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBuilder">
            <summary>
            The type WorkbookFunctionsT_Inv_2TRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="probability">A probability parameter for the OData method call.</param>
            <param name="degFreedom">A degFreedom parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsT_Inv_2TRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUnicharRequest">
            <summary>
            The type WorkbookFunctionsUnicharRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsUnicharRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUnicharRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUnicharRequestBuilder">
            <summary>
            The type WorkbookFunctionsUnicharRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsUnicharRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicharRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUnicodeRequest">
            <summary>
            The type WorkbookFunctionsUnicodeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsUnicodeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUnicodeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUnicodeRequestBuilder">
            <summary>
            The type WorkbookFunctionsUnicodeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsUnicodeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUnicodeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUpperRequest">
            <summary>
            The type WorkbookFunctionsUpperRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsUpperRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUpperRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUpperRequestBuilder">
            <summary>
            The type WorkbookFunctionsUpperRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsUpperRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUpperRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUsdollarRequest">
            <summary>
            The type WorkbookFunctionsUsdollarRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsUsdollarRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsUsdollarRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBuilder">
            <summary>
            The type WorkbookFunctionsUsdollarRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="number">A number parameter for the OData method call.</param>
            <param name="decimals">A decimals parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsUsdollarRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsValueRequest">
            <summary>
            The type WorkbookFunctionsValueRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsValueRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsValueRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsValueRequestBuilder">
            <summary>
            The type WorkbookFunctionsValueRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsValueRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="text">A text parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsValueRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVarARequest">
            <summary>
            The type WorkbookFunctionsVarARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsVarARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVarARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVarARequestBuilder">
            <summary>
            The type WorkbookFunctionsVarARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsVarARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVarPARequest">
            <summary>
            The type WorkbookFunctionsVarPARequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsVarPARequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVarPARequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVarPARequestBuilder">
            <summary>
            The type WorkbookFunctionsVarPARequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsVarPARequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVarPARequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVar_PRequest">
            <summary>
            The type WorkbookFunctionsVar_PRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsVar_PRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVar_PRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVar_PRequestBuilder">
            <summary>
            The type WorkbookFunctionsVar_PRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsVar_PRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_PRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVar_SRequest">
            <summary>
            The type WorkbookFunctionsVar_SRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsVar_SRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVar_SRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVar_SRequestBuilder">
            <summary>
            The type WorkbookFunctionsVar_SRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsVar_SRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVar_SRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVdbRequest">
            <summary>
            The type WorkbookFunctionsVdbRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsVdbRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVdbRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVdbRequestBuilder">
            <summary>
            The type WorkbookFunctionsVdbRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsVdbRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="cost">A cost parameter for the OData method call.</param>
            <param name="salvage">A salvage parameter for the OData method call.</param>
            <param name="life">A life parameter for the OData method call.</param>
            <param name="startPeriod">A startPeriod parameter for the OData method call.</param>
            <param name="endPeriod">A endPeriod parameter for the OData method call.</param>
            <param name="factor">A factor parameter for the OData method call.</param>
            <param name="noSwitch">A noSwitch parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVdbRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVlookupRequest">
            <summary>
            The type WorkbookFunctionsVlookupRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsVlookupRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsVlookupRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsVlookupRequestBuilder">
            <summary>
            The type WorkbookFunctionsVlookupRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsVlookupRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="lookupValue">A lookupValue parameter for the OData method call.</param>
            <param name="tableArray">A tableArray parameter for the OData method call.</param>
            <param name="colIndexNum">A colIndexNum parameter for the OData method call.</param>
            <param name="rangeLookup">A rangeLookup parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsVlookupRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeekdayRequest">
            <summary>
            The type WorkbookFunctionsWeekdayRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsWeekdayRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeekdayRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBuilder">
            <summary>
            The type WorkbookFunctionsWeekdayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
            <param name="returnType">A returnType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekdayRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeekNumRequest">
            <summary>
            The type WorkbookFunctionsWeekNumRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsWeekNumRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeekNumRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBuilder">
            <summary>
            The type WorkbookFunctionsWeekNumRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
            <param name="returnType">A returnType parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeekNumRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest">
            <summary>
            The type WorkbookFunctionsWeibull_DistRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsWeibull_DistRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBuilder">
            <summary>
            The type WorkbookFunctionsWeibull_DistRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="alpha">A alpha parameter for the OData method call.</param>
            <param name="beta">A beta parameter for the OData method call.</param>
            <param name="cumulative">A cumulative parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWeibull_DistRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWorkDayRequest">
            <summary>
            The type WorkbookFunctionsWorkDayRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsWorkDayRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDayRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBuilder">
            <summary>
            The type WorkbookFunctionsWorkDayRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="days">A days parameter for the OData method call.</param>
            <param name="holidays">A holidays parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDayRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest">
            <summary>
            The type WorkbookFunctionsWorkDay_IntlRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsWorkDay_IntlRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBuilder">
            <summary>
            The type WorkbookFunctionsWorkDay_IntlRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="days">A days parameter for the OData method call.</param>
            <param name="weekend">A weekend parameter for the OData method call.</param>
            <param name="holidays">A holidays parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsWorkDay_IntlRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXirrRequest">
            <summary>
            The type WorkbookFunctionsXirrRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsXirrRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXirrRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXirrRequestBuilder">
            <summary>
            The type WorkbookFunctionsXirrRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsXirrRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <param name="dates">A dates parameter for the OData method call.</param>
            <param name="guess">A guess parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXirrRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXnpvRequest">
            <summary>
            The type WorkbookFunctionsXnpvRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsXnpvRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXnpvRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXnpvRequestBuilder">
            <summary>
            The type WorkbookFunctionsXnpvRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsXnpvRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <param name="dates">A dates parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXnpvRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXorRequest">
            <summary>
            The type WorkbookFunctionsXorRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsXorRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsXorRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsXorRequestBuilder">
            <summary>
            The type WorkbookFunctionsXorRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsXorRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsXorRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYearFracRequest">
            <summary>
            The type WorkbookFunctionsYearFracRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsYearFracRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYearFracRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYearFracRequestBuilder">
            <summary>
            The type WorkbookFunctionsYearFracRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsYearFracRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="startDate">A startDate parameter for the OData method call.</param>
            <param name="endDate">A endDate parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearFracRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYearRequest">
            <summary>
            The type WorkbookFunctionsYearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsYearRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYearRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYearRequestBuilder">
            <summary>
            The type WorkbookFunctionsYearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsYearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="serialNumber">A serialNumber parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest">
            <summary>
            The type WorkbookFunctionsYieldDiscRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsYieldDiscRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBuilder">
            <summary>
            The type WorkbookFunctionsYieldDiscRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldDiscRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldMatRequest">
            <summary>
            The type WorkbookFunctionsYieldMatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsYieldMatRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldMatRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBuilder">
            <summary>
            The type WorkbookFunctionsYieldMatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="issue">A issue parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldMatRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldRequest">
            <summary>
            The type WorkbookFunctionsYieldRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsYieldRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsYieldRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsYieldRequestBuilder">
            <summary>
            The type WorkbookFunctionsYieldRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsYieldRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="settlement">A settlement parameter for the OData method call.</param>
            <param name="maturity">A maturity parameter for the OData method call.</param>
            <param name="rate">A rate parameter for the OData method call.</param>
            <param name="pr">A pr parameter for the OData method call.</param>
            <param name="redemption">A redemption parameter for the OData method call.</param>
            <param name="frequency">A frequency parameter for the OData method call.</param>
            <param name="basis">A basis parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsYieldRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsZ_TestRequest">
            <summary>
            The type WorkbookFunctionsZ_TestRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookFunctionsZ_TestRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookFunctionsZ_TestRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBuilder">
            <summary>
            The type WorkbookFunctionsZ_TestRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="array">A array parameter for the OData method call.</param>
            <param name="x">A x parameter for the OData method call.</param>
            <param name="sigma">A sigma parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookFunctionsZ_TestRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest">
            <summary>
            The type WorkbookNamedItemAddFormulaLocalRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookNamedItemAddFormulaLocalRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBuilder">
            <summary>
            The type WorkbookNamedItemAddFormulaLocalRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,System.String,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="formula">A formula parameter for the OData method call.</param>
            <param name="comment">A comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddFormulaLocalRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemAddRequest">
            <summary>
            The type WorkbookNamedItemAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookNamedItemAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemAddRequestBuilder">
            <summary>
            The type WorkbookNamedItemAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String,Newtonsoft.Json.Linq.JToken,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookNamedItemAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
            <param name="reference">A reference parameter for the OData method call.</param>
            <param name="comment">A comment parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemRangeRequest">
            <summary>
            The type WorkbookNamedItemRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookNamedItemRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder">
            <summary>
            The type WorkbookNamedItemRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemRequest">
            <summary>
            The type WorkbookNamedItemRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookNamedItemRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.CreateAsync(Microsoft.Graph.WorkbookNamedItem)">
            <summary>
            Creates the specified WorkbookNamedItem using POST.
            </summary>
            <param name="workbookNamedItemToCreate">The WorkbookNamedItem to create.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.CreateAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookNamedItem using POST.
            </summary>
            <param name="workbookNamedItemToCreate">The WorkbookNamedItem to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookNamedItem.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookNamedItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.GetAsync">
            <summary>
            Gets the specified WorkbookNamedItem.
            </summary>
            <returns>The WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookNamedItem.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.UpdateAsync(Microsoft.Graph.WorkbookNamedItem)">
            <summary>
            Updates the specified WorkbookNamedItem using PATCH.
            </summary>
            <param name="workbookNamedItemToUpdate">The WorkbookNamedItem to update.</param>
            <returns>The updated WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.UpdateAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookNamedItem using PATCH.
            </summary>
            <param name="workbookNamedItemToUpdate">The WorkbookNamedItem to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookNamedItem)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookNamedItemToInitialize">The <see cref="T:Microsoft.Graph.WorkbookNamedItem"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamedItemRequestBuilder">
            <summary>
            The type WorkbookNamedItemRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookNamedItemRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamedItemRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamedItemRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookNamedItemRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamesCollectionPage">
            <summary>
            The type WorkbookNamesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookNamesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamesCollectionRequest">
            <summary>
            The type WorkbookNamesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookNamesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookNamedItem)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder">
            <summary>
            The type WorkbookNamesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookNamesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/> for the specified WorkbookWorkbookNamedItem.
            </summary>
            <param name="id">The ID for the WorkbookWorkbookNamedItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder.Add(System.String,Newtonsoft.Json.Linq.JToken,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookNamesCollectionRequestBuilder.AddFormulaLocal(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAddFormulaLocal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookNamesCollectionResponse">
            <summary>
            The type WorkbookNamesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookNamesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookNamesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTableRefreshAllRequest">
            <summary>
            The type WorkbookPivotTableRefreshAllRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookPivotTableRefreshAllRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTableRefreshAllRequestBuilder">
            <summary>
            The type WorkbookPivotTableRefreshAllRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookPivotTableRefreshAllRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshAllRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTableRefreshRequest">
            <summary>
            The type WorkbookPivotTableRefreshRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookPivotTableRefreshRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTableRefreshRequestBuilder">
            <summary>
            The type WorkbookPivotTableRefreshRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookPivotTableRefreshRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRefreshRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTableRequest">
            <summary>
            The type WorkbookPivotTableRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookPivotTableRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.CreateAsync(Microsoft.Graph.WorkbookPivotTable)">
            <summary>
            Creates the specified WorkbookPivotTable using POST.
            </summary>
            <param name="workbookPivotTableToCreate">The WorkbookPivotTable to create.</param>
            <returns>The created WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.CreateAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookPivotTable using POST.
            </summary>
            <param name="workbookPivotTableToCreate">The WorkbookPivotTable to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookPivotTable.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookPivotTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.GetAsync">
            <summary>
            Gets the specified WorkbookPivotTable.
            </summary>
            <returns>The WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookPivotTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.UpdateAsync(Microsoft.Graph.WorkbookPivotTable)">
            <summary>
            Updates the specified WorkbookPivotTable using PATCH.
            </summary>
            <param name="workbookPivotTableToUpdate">The WorkbookPivotTable to update.</param>
            <returns>The updated WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.UpdateAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookPivotTable using PATCH.
            </summary>
            <param name="workbookPivotTableToUpdate">The WorkbookPivotTable to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookPivotTable)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookPivotTableToInitialize">The <see cref="T:Microsoft.Graph.WorkbookPivotTable"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookPivotTableRequestBuilder">
            <summary>
            The type WorkbookPivotTableRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookPivotTableRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookPivotTableRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookPivotTableRequestBuilder.Refresh">
            <summary>
            Gets the request builder for WorkbookPivotTableRefresh.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookPivotTableRefreshRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookProcessQueryRequest">
            <summary>
            The type WorkbookProcessQueryRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookProcessQueryRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookProcessQueryRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookProcessQueryRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookProcessQueryRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookProcessQueryRequest.PostAsync(System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <param name="httpCompletionOption">The <see cref="T:System.Net.Http.HttpCompletionOption"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookProcessQueryRequestBuilder">
            <summary>
            The type WorkbookProcessQueryRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookProcessQueryRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.IO.Stream)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookProcessQueryRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="input">A input parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookProcessQueryRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorderCountRequest">
            <summary>
            The type WorkbookRangeBorderCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeBorderCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorderCountRequestBuilder">
            <summary>
            The type WorkbookRangeBorderCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeBorderCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorderItemAtRequest">
            <summary>
            The type WorkbookRangeBorderItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeBorderItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookRangeBorder)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeborder">The WorkbookRangeBorder object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeborder">The WorkbookRangeBorder object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.PutAsync(Microsoft.Graph.WorkbookRangeBorder)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeborder">The WorkbookRangeBorder object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.PutAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeborder">The WorkbookRangeBorder object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorderItemAtRequestBuilder">
            <summary>
            The type WorkbookRangeBorderItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeBorderItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorderRequest">
            <summary>
            The type WorkbookRangeBorderRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeBorderRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.CreateAsync(Microsoft.Graph.WorkbookRangeBorder)">
            <summary>
            Creates the specified WorkbookRangeBorder using POST.
            </summary>
            <param name="workbookRangeBorderToCreate">The WorkbookRangeBorder to create.</param>
            <returns>The created WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.CreateAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeBorder using POST.
            </summary>
            <param name="workbookRangeBorderToCreate">The WorkbookRangeBorder to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRangeBorder.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeBorder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRangeBorder.
            </summary>
            <returns>The WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeBorder.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeBorder)">
            <summary>
            Updates the specified WorkbookRangeBorder using PATCH.
            </summary>
            <param name="workbookRangeBorderToUpdate">The WorkbookRangeBorder to update.</param>
            <returns>The updated WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeBorder using PATCH.
            </summary>
            <param name="workbookRangeBorderToUpdate">The WorkbookRangeBorder to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRangeBorder)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeBorderToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRangeBorder"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBorderRequestBuilder">
            <summary>
            The type WorkbookRangeBorderRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeBorderRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBorderRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBoundingRectRequest">
            <summary>
            The type WorkbookRangeBoundingRectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeBoundingRectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder">
            <summary>
            The type WorkbookRangeBoundingRectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeBoundingRectRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeCellRequest">
            <summary>
            The type WorkbookRangeCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeCellRequestBuilder">
            <summary>
            The type WorkbookRangeCellRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeCellRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeCellRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeClearRequest">
            <summary>
            The type WorkbookRangeClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeClearRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeClearRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeClearRequestBuilder">
            <summary>
            The type WorkbookRangeClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeClearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="applyTo">A applyTo parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeClearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeColumnRequest">
            <summary>
            The type WorkbookRangeColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeColumnRequestBuilder">
            <summary>
            The type WorkbookRangeColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeColumnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="column">A column parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeColumnsAfterRequest">
            <summary>
            The type WorkbookRangeColumnsAfterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeColumnsAfterRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder">
            <summary>
            The type WorkbookRangeColumnsAfterRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Int32})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="count">A count parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsAfterRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest">
            <summary>
            The type WorkbookRangeColumnsBeforeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeColumnsBeforeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder">
            <summary>
            The type WorkbookRangeColumnsBeforeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Int32})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="count">A count parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeColumnsBeforeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeDeleteRequest">
            <summary>
            The type WorkbookRangeDeleteRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeDeleteRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeDeleteRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeDeleteRequestBuilder">
            <summary>
            The type WorkbookRangeDeleteRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeDeleteRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="shift">A shift parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeDeleteRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeEntireColumnRequest">
            <summary>
            The type WorkbookRangeEntireColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeEntireColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder">
            <summary>
            The type WorkbookRangeEntireColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireColumnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeEntireRowRequest">
            <summary>
            The type WorkbookRangeEntireRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeEntireRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder">
            <summary>
            The type WorkbookRangeEntireRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeEntireRowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFillClearRequest">
            <summary>
            The type WorkbookRangeFillClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFillClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFillClearRequestBuilder">
            <summary>
            The type WorkbookRangeFillClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeFillClearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillClearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFillRequest">
            <summary>
            The type WorkbookRangeFillRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFillRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFill)">
            <summary>
            Creates the specified WorkbookRangeFill using POST.
            </summary>
            <param name="workbookRangeFillToCreate">The WorkbookRangeFill to create.</param>
            <returns>The created WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFill using POST.
            </summary>
            <param name="workbookRangeFillToCreate">The WorkbookRangeFill to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRangeFill.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRangeFill.
            </summary>
            <returns>The WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFill.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFill)">
            <summary>
            Updates the specified WorkbookRangeFill using PATCH.
            </summary>
            <param name="workbookRangeFillToUpdate">The WorkbookRangeFill to update.</param>
            <returns>The updated WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFill,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFill using PATCH.
            </summary>
            <param name="workbookRangeFillToUpdate">The WorkbookRangeFill to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRangeFill.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFill,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFill,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRangeFill)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeFillToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRangeFill"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFillRequestBuilder">
            <summary>
            The type WorkbookRangeFillRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeFillRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFillRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookRangeFillClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFillClearRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFontRequest">
            <summary>
            The type WorkbookRangeFontRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFontRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFont)">
            <summary>
            Creates the specified WorkbookRangeFont using POST.
            </summary>
            <param name="workbookRangeFontToCreate">The WorkbookRangeFont to create.</param>
            <returns>The created WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFont using POST.
            </summary>
            <param name="workbookRangeFontToCreate">The WorkbookRangeFont to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRangeFont.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRangeFont.
            </summary>
            <returns>The WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFont.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFont)">
            <summary>
            Updates the specified WorkbookRangeFont using PATCH.
            </summary>
            <param name="workbookRangeFontToUpdate">The WorkbookRangeFont to update.</param>
            <returns>The updated WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFont,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFont using PATCH.
            </summary>
            <param name="workbookRangeFontToUpdate">The WorkbookRangeFont to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRangeFont.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFont,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFont,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRangeFont)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeFontToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRangeFont"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFontRequestBuilder">
            <summary>
            The type WorkbookRangeFontRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeFontRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFontRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequest">
            <summary>
            The type WorkbookRangeFormatAutofitColumnsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFormatAutofitColumnsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequestBuilder">
            <summary>
            The type WorkbookRangeFormatAutofitColumnsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitColumnsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequest">
            <summary>
            The type WorkbookRangeFormatAutofitRowsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFormatAutofitRowsRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequestBuilder">
            <summary>
            The type WorkbookRangeFormatAutofitRowsRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatAutofitRowsRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatBordersCollectionPage">
            <summary>
            The type WorkbookRangeFormatBordersCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatBordersCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest">
            <summary>
            The type WorkbookRangeFormatBordersCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFormatBordersCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.AddAsync(Microsoft.Graph.WorkbookRangeBorder)">
            <summary>
            Adds the specified WorkbookRangeBorder to the collection via POST.
            </summary>
            <param name="workbookRangeBorder">The WorkbookRangeBorder to add.</param>
            <returns>The created WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.AddAsync(Microsoft.Graph.WorkbookRangeBorder,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookRangeBorder to the collection via POST.
            </summary>
            <param name="workbookRangeBorder">The WorkbookRangeBorder to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeBorder.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeBorder,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder">
            <summary>
            The type WorkbookRangeFormatBordersCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeFormatBordersCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder"/> for the specified WorkbookRangeFormatWorkbookRangeBorder.
            </summary>
            <param name="id">The ID for the WorkbookRangeFormatWorkbookRangeBorder.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeBorderItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatBordersCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookRangeBorderCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBorderCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatBordersCollectionResponse">
            <summary>
            The type WorkbookRangeFormatBordersCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatBordersCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatBordersCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatRequest">
            <summary>
            The type WorkbookRangeFormatRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeFormatRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFormat)">
            <summary>
            Creates the specified WorkbookRangeFormat using POST.
            </summary>
            <param name="workbookRangeFormatToCreate">The WorkbookRangeFormat to create.</param>
            <returns>The created WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.CreateAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeFormat using POST.
            </summary>
            <param name="workbookRangeFormatToCreate">The WorkbookRangeFormat to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRangeFormat.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRangeFormat.
            </summary>
            <returns>The WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeFormat.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFormat)">
            <summary>
            Updates the specified WorkbookRangeFormat using PATCH.
            </summary>
            <param name="workbookRangeFormatToUpdate">The WorkbookRangeFormat to update.</param>
            <returns>The updated WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeFormat,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeFormat using PATCH.
            </summary>
            <param name="workbookRangeFormatToUpdate">The WorkbookRangeFormat to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRangeFormat.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFormat,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeFormat,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRangeFormat)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeFormatToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRangeFormat"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeFormatRequestBuilder">
            <summary>
            The type WorkbookRangeFormatRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeFormatRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.Borders">
            <summary>
            Gets the request builder for Borders.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatBordersCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.Fill">
            <summary>
            Gets the request builder for Fill.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFillRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.Font">
            <summary>
            Gets the request builder for Font.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFontRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.Protection">
            <summary>
            Gets the request builder for Protection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFormatProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.AutofitColumns">
            <summary>
            Gets the request builder for WorkbookRangeFormatAutofitColumns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatAutofitColumnsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeFormatRequestBuilder.AutofitRows">
            <summary>
            Gets the request builder for WorkbookRangeFormatAutofitRows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatAutofitRowsRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeInsertRequest">
            <summary>
            The type WorkbookRangeInsertRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeInsertRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeInsertRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeInsertRequestBuilder">
            <summary>
            The type WorkbookRangeInsertRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeInsertRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="shift">A shift parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeInsertRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeIntersectionRequest">
            <summary>
            The type WorkbookRangeIntersectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeIntersectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder">
            <summary>
            The type WorkbookRangeIntersectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="anotherRange">A anotherRange parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeIntersectionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeLastCellRequest">
            <summary>
            The type WorkbookRangeLastCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeLastCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder">
            <summary>
            The type WorkbookRangeLastCellRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastCellRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeLastColumnRequest">
            <summary>
            The type WorkbookRangeLastColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeLastColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder">
            <summary>
            The type WorkbookRangeLastColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastColumnRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeLastRowRequest">
            <summary>
            The type WorkbookRangeLastRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeLastRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder">
            <summary>
            The type WorkbookRangeLastRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeLastRowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeMergeRequest">
            <summary>
            The type WorkbookRangeMergeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeMergeRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeMergeRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeMergeRequestBuilder">
            <summary>
            The type WorkbookRangeMergeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeMergeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="across">A across parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeMergeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeOffsetRangeRequest">
            <summary>
            The type WorkbookRangeOffsetRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeOffsetRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder">
            <summary>
            The type WorkbookRangeOffsetRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="rowOffset">A rowOffset parameter for the OData method call.</param>
            <param name="columnOffset">A columnOffset parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeOffsetRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRequest">
            <summary>
            The type WorkbookRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.CreateAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Creates the specified WorkbookRange using POST.
            </summary>
            <param name="workbookRangeToCreate">The WorkbookRange to create.</param>
            <returns>The created WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.CreateAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRange using POST.
            </summary>
            <param name="workbookRangeToCreate">The WorkbookRange to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRange.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRange.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRange.
            </summary>
            <returns>The WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRange.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.UpdateAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Updates the specified WorkbookRange using PATCH.
            </summary>
            <param name="workbookRangeToUpdate">The WorkbookRange to update.</param>
            <returns>The updated WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.UpdateAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRange using PATCH.
            </summary>
            <param name="workbookRangeToUpdate">The WorkbookRange to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRange.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRange,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRange,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRange)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRange"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRequestBuilder">
            <summary>
            The type WorkbookRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRequestBuilder.Format">
            <summary>
            Gets the request builder for Format.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeFormatRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Clear(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Delete(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeDelete.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeDeleteRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Insert(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeInsert.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeInsertRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Merge(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeMerge.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeMergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Unmerge">
            <summary>
            Gets the request builder for WorkbookRangeUnmerge.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUnmergeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.BoundingRect(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeBoundingRect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeBoundingRectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeCell.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Column(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.ColumnsAfter">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.ColumnsAfter(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsAfter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsAfterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.ColumnsBefore">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBefore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.ColumnsBefore(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeColumnsBefore.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeColumnsBeforeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.EntireColumn">
            <summary>
            Gets the request builder for WorkbookRangeEntireColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.EntireRow">
            <summary>
            Gets the request builder for WorkbookRangeEntireRow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeEntireRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Intersection(System.String)">
            <summary>
            Gets the request builder for WorkbookRangeIntersection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeIntersectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.LastCell">
            <summary>
            Gets the request builder for WorkbookRangeLastCell.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.LastColumn">
            <summary>
            Gets the request builder for WorkbookRangeLastColumn.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.LastRow">
            <summary>
            Gets the request builder for WorkbookRangeLastRow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeLastRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.OffsetRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeOffsetRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeOffsetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.ResizedRange(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeResizedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeResizedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.Row(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeRow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.RowsAbove">
            <summary>
            Gets the request builder for WorkbookRangeRowsAbove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.RowsAbove(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsAbove.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsAboveRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.RowsBelow">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.RowsBelow(System.Nullable{System.Int32})">
            <summary>
            Gets the request builder for WorkbookRangeRowsBelow.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeRowsBelowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookRangeUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookRangeUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRequestBuilder.VisibleView">
            <summary>
            Gets the request builder for WorkbookRangeVisibleView.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeVisibleViewRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeResizedRangeRequest">
            <summary>
            The type WorkbookRangeResizedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeResizedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder">
            <summary>
            The type WorkbookRangeResizedRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="deltaRows">A deltaRows parameter for the OData method call.</param>
            <param name="deltaColumns">A deltaColumns parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeResizedRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRowRequest">
            <summary>
            The type WorkbookRangeRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRowRequestBuilder">
            <summary>
            The type WorkbookRangeRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeRowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="row">A row parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRowsAboveRequest">
            <summary>
            The type WorkbookRangeRowsAboveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeRowsAboveRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder">
            <summary>
            The type WorkbookRangeRowsAboveRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Int32})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="count">A count parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsAboveRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRowsBelowRequest">
            <summary>
            The type WorkbookRangeRowsBelowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeRowsBelowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder">
            <summary>
            The type WorkbookRangeRowsBelowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Int32})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="count">A count parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeRowsBelowRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeSortApplyRequest">
            <summary>
            The type WorkbookRangeSortApplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeSortApplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeSortApplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeSortApplyRequestBuilder">
            <summary>
            The type WorkbookRangeSortApplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean,System.Boolean,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.WorkbookSortField})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeSortApplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="matchCase">A matchCase parameter for the OData method call.</param>
            <param name="hasHeaders">A hasHeaders parameter for the OData method call.</param>
            <param name="orientation">A orientation parameter for the OData method call.</param>
            <param name="method">A method parameter for the OData method call.</param>
            <param name="fields">A fields parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortApplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeSortRequest">
            <summary>
            The type WorkbookRangeSortRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeSortRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.CreateAsync(Microsoft.Graph.WorkbookRangeSort)">
            <summary>
            Creates the specified WorkbookRangeSort using POST.
            </summary>
            <param name="workbookRangeSortToCreate">The WorkbookRangeSort to create.</param>
            <returns>The created WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.CreateAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeSort using POST.
            </summary>
            <param name="workbookRangeSortToCreate">The WorkbookRangeSort to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRangeSort.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRangeSort.
            </summary>
            <returns>The WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeSort)">
            <summary>
            Updates the specified WorkbookRangeSort using PATCH.
            </summary>
            <param name="workbookRangeSortToUpdate">The WorkbookRangeSort to update.</param>
            <returns>The updated WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeSort using PATCH.
            </summary>
            <param name="workbookRangeSortToUpdate">The WorkbookRangeSort to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRangeSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeSort,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeSort,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRangeSort)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeSortToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRangeSort"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeSortRequestBuilder">
            <summary>
            The type WorkbookRangeSortRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeSortRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeSortRequestBuilder.Apply(System.Boolean,System.Boolean,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.WorkbookSortField})">
            <summary>
            Gets the request builder for WorkbookRangeSortApply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeSortApplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeUnmergeRequest">
            <summary>
            The type WorkbookRangeUnmergeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeUnmergeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeUnmergeRequestBuilder">
            <summary>
            The type WorkbookRangeUnmergeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeUnmergeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUnmergeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeUsedRangeRequest">
            <summary>
            The type WorkbookRangeUsedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeUsedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder">
            <summary>
            The type WorkbookRangeUsedRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeUsedRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewItemAtRequest">
            <summary>
            The type WorkbookRangeViewItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeViewItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.PutAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.PutAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewItemAtRequestBuilder">
            <summary>
            The type WorkbookRangeViewItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeViewItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRangeRequest">
            <summary>
            The type WorkbookRangeViewRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeViewRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder">
            <summary>
            The type WorkbookRangeViewRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRequest">
            <summary>
            The type WorkbookRangeViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeViewRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.CreateAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Creates the specified WorkbookRangeView using POST.
            </summary>
            <param name="workbookRangeViewToCreate">The WorkbookRangeView to create.</param>
            <returns>The created WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.CreateAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookRangeView using POST.
            </summary>
            <param name="workbookRangeViewToCreate">The WorkbookRangeView to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookRangeView.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookRangeView.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.GetAsync">
            <summary>
            Gets the specified WorkbookRangeView.
            </summary>
            <returns>The WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookRangeView.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Updates the specified WorkbookRangeView using PATCH.
            </summary>
            <param name="workbookRangeViewToUpdate">The WorkbookRangeView to update.</param>
            <returns>The updated WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.UpdateAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookRangeView using PATCH.
            </summary>
            <param name="workbookRangeViewToUpdate">The WorkbookRangeView to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookRangeViewToInitialize">The <see cref="T:Microsoft.Graph.WorkbookRangeView"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRequestBuilder">
            <summary>
            The type WorkbookRangeViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeViewRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookRangeViewRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRowsCollectionPage">
            <summary>
            The type WorkbookRangeViewRowsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRowsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest">
            <summary>
            The type WorkbookRangeViewRowsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeViewRowsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Adds the specified WorkbookRangeView to the collection via POST.
            </summary>
            <param name="workbookRangeView">The WorkbookRangeView to add.</param>
            <returns>The created WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookRangeView to the collection via POST.
            </summary>
            <param name="workbookRangeView">The WorkbookRangeView to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookRangeView.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookRangeView,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequestBuilder">
            <summary>
            The type WorkbookRangeViewRowsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRangeViewRowsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder"/> for the specified WorkbookRangeViewWorkbookRangeView.
            </summary>
            <param name="id">The ID for the WorkbookRangeViewWorkbookRangeView.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeViewRowsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookRangeViewItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRangeViewItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeViewRowsCollectionResponse">
            <summary>
            The type WorkbookRangeViewRowsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRowsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookRangeViewRowsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRangeViewRowsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeVisibleViewRequest">
            <summary>
            The type WorkbookRangeVisibleViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRangeVisibleViewRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.PatchAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.PatchAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.PutAsync(Microsoft.Graph.WorkbookRangeView)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.PutAsync(Microsoft.Graph.WorkbookRangeView,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrangeview">The WorkbookRangeView object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRangeVisibleViewRequestBuilder">
            <summary>
            The type WorkbookRangeVisibleViewRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRangeVisibleViewRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRangeVisibleViewRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRefreshSessionRequest">
            <summary>
            The type WorkbookRefreshSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRefreshSessionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRefreshSessionRequestBuilder">
            <summary>
            The type WorkbookRefreshSessionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookRefreshSessionRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRefreshSessionRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRequest">
            <summary>
            The type WorkbookRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.CreateAsync(Microsoft.Graph.Workbook)">
            <summary>
            Creates the specified Workbook using POST.
            </summary>
            <param name="workbookToCreate">The Workbook to create.</param>
            <returns>The created Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.CreateAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Creates the specified Workbook using POST.
            </summary>
            <param name="workbookToCreate">The Workbook to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.DeleteAsync">
            <summary>
            Deletes the specified Workbook.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Workbook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.GetAsync">
            <summary>
            Gets the specified Workbook.
            </summary>
            <returns>The Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified Workbook.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.UpdateAsync(Microsoft.Graph.Workbook)">
            <summary>
            Updates the specified Workbook using PATCH.
            </summary>
            <param name="workbookToUpdate">The Workbook to update.</param>
            <returns>The updated Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.UpdateAsync(Microsoft.Graph.Workbook,System.Threading.CancellationToken)">
            <summary>
            Updates the specified Workbook using PATCH.
            </summary>
            <param name="workbookToUpdate">The Workbook to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated Workbook.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Workbook,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.Workbook,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequest.InitializeCollectionProperties(Microsoft.Graph.Workbook)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookToInitialize">The <see cref="T:Microsoft.Graph.Workbook"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookRequestBuilder">
            <summary>
            The type WorkbookRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRequestBuilder.Application">
            <summary>
            Gets the request builder for Application.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookApplicationRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRequestBuilder.Names">
            <summary>
            Gets the request builder for Names.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRequestBuilder.Tables">
            <summary>
            Gets the request builder for Tables.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTablesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRequestBuilder.Worksheets">
            <summary>
            Gets the request builder for Worksheets.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookRequestBuilder.Functions">
            <summary>
            Gets the request builder for Functions.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFunctionsRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.CreateSession(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookCreateSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCreateSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.CloseSession">
            <summary>
            Gets the request builder for WorkbookCloseSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookCloseSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.RefreshSession">
            <summary>
            Gets the request builder for WorkbookRefreshSession.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookRefreshSessionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookRequestBuilder.ProcessQuery(System.IO.Stream)">
            <summary>
            Gets the request builder for WorkbookProcessQuery.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookProcessQueryRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableAddRequest">
            <summary>
            The type WorkbookTableAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableAddRequestBuilder">
            <summary>
            The type WorkbookTableAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="hasHeaders">A hasHeaders parameter for the OData method call.</param>
            <param name="address">A address parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableClearFiltersRequest">
            <summary>
            The type WorkbookTableClearFiltersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableClearFiltersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableClearFiltersRequestBuilder">
            <summary>
            The type WorkbookTableClearFiltersRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableClearFiltersRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableClearFiltersRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnAddRequest">
            <summary>
            The type WorkbookTableColumnAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnAddRequestBuilder">
            <summary>
            The type WorkbookTableColumnAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Int32},Newtonsoft.Json.Linq.JToken,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
            <param name="name">A name parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnCountRequest">
            <summary>
            The type WorkbookTableColumnCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnCountRequestBuilder">
            <summary>
            The type WorkbookTableColumnCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest">
            <summary>
            The type WorkbookTableColumnDataBodyRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnDataBodyRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder">
            <summary>
            The type WorkbookTableColumnDataBodyRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnDataBodyRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest">
            <summary>
            The type WorkbookTableColumnHeaderRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnHeaderRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder">
            <summary>
            The type WorkbookTableColumnHeaderRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnHeaderRowRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnItemAtRequest">
            <summary>
            The type WorkbookTableColumnItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTableColumn)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktablecolumn">The WorkbookTableColumn object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktablecolumn">The WorkbookTableColumn object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTableColumn)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktablecolumn">The WorkbookTableColumn object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktablecolumn">The WorkbookTableColumn object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder">
            <summary>
            The type WorkbookTableColumnItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnRangeRequest">
            <summary>
            The type WorkbookTableColumnRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder">
            <summary>
            The type WorkbookTableColumnRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnRequest">
            <summary>
            The type WorkbookTableColumnRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.CreateAsync(Microsoft.Graph.WorkbookTableColumn)">
            <summary>
            Creates the specified WorkbookTableColumn using POST.
            </summary>
            <param name="workbookTableColumnToCreate">The WorkbookTableColumn to create.</param>
            <returns>The created WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.CreateAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableColumn using POST.
            </summary>
            <param name="workbookTableColumnToCreate">The WorkbookTableColumn to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookTableColumn.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableColumn.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.GetAsync">
            <summary>
            Gets the specified WorkbookTableColumn.
            </summary>
            <returns>The WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableColumn.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.UpdateAsync(Microsoft.Graph.WorkbookTableColumn)">
            <summary>
            Updates the specified WorkbookTableColumn using PATCH.
            </summary>
            <param name="workbookTableColumnToUpdate">The WorkbookTableColumn to update.</param>
            <returns>The updated WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.UpdateAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableColumn using PATCH.
            </summary>
            <param name="workbookTableColumnToUpdate">The WorkbookTableColumn to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookTableColumn)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookTableColumnToInitialize">The <see cref="T:Microsoft.Graph.WorkbookTableColumn"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnRequestBuilder">
            <summary>
            The type WorkbookTableColumnRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTableColumnRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnRequestBuilder.Filter">
            <summary>
            Gets the request builder for Filter.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookFilterRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.DataBodyRange">
            <summary>
            Gets the request builder for WorkbookTableColumnDataBodyRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnDataBodyRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.HeaderRowRange">
            <summary>
            Gets the request builder for WorkbookTableColumnHeaderRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnHeaderRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableColumnRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnRequestBuilder.TotalRowRange">
            <summary>
            Gets the request builder for WorkbookTableColumnTotalRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnTotalRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnsCollectionPage">
            <summary>
            The type WorkbookTableColumnsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookTableColumnsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnsCollectionRequest">
            <summary>
            The type WorkbookTableColumnsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTableColumn)">
            <summary>
            Adds the specified WorkbookTableColumn to the collection via POST.
            </summary>
            <param name="workbookTableColumn">The WorkbookTableColumn to add.</param>
            <returns>The created WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTableColumn,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTableColumn to the collection via POST.
            </summary>
            <param name="workbookTableColumn">The WorkbookTableColumn to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableColumn.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableColumn,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder">
            <summary>
            The type WorkbookTableColumnsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTableColumnsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableColumnRequestBuilder"/> for the specified WorkbookTableWorkbookTableColumn.
            </summary>
            <param name="id">The ID for the WorkbookTableWorkbookTableColumn.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.Add(System.Nullable{System.Int32},Newtonsoft.Json.Linq.JToken,System.String)">
            <summary>
            Gets the request builder for WorkbookTableColumnAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableColumnItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableColumnCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnsCollectionResponse">
            <summary>
            The type WorkbookTableColumnsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookTableColumnsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableColumnsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest">
            <summary>
            The type WorkbookTableColumnTotalRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableColumnTotalRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder">
            <summary>
            The type WorkbookTableColumnTotalRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableColumnTotalRowRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableConvertToRangeRequest">
            <summary>
            The type WorkbookTableConvertToRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableConvertToRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableConvertToRangeRequestBuilder">
            <summary>
            The type WorkbookTableConvertToRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableConvertToRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableConvertToRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableCountRequest">
            <summary>
            The type WorkbookTableCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableCountRequestBuilder">
            <summary>
            The type WorkbookTableCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableDataBodyRangeRequest">
            <summary>
            The type WorkbookTableDataBodyRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableDataBodyRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder">
            <summary>
            The type WorkbookTableDataBodyRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableDataBodyRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest">
            <summary>
            The type WorkbookTableHeaderRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableHeaderRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder">
            <summary>
            The type WorkbookTableHeaderRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableHeaderRowRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableItemAtRequest">
            <summary>
            The type WorkbookTableItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTable)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktable">The WorkbookTable object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktable">The WorkbookTable object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTable)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktable">The WorkbookTable object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktable">The WorkbookTable object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableItemAtRequestBuilder">
            <summary>
            The type WorkbookTableItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRangeRequest">
            <summary>
            The type WorkbookTableRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRangeRequestBuilder">
            <summary>
            The type WorkbookTableRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableReapplyFiltersRequest">
            <summary>
            The type WorkbookTableReapplyFiltersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableReapplyFiltersRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableReapplyFiltersRequestBuilder">
            <summary>
            The type WorkbookTableReapplyFiltersRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableReapplyFiltersRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableReapplyFiltersRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRequest">
            <summary>
            The type WorkbookTableRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.CreateAsync(Microsoft.Graph.WorkbookTable)">
            <summary>
            Creates the specified WorkbookTable using POST.
            </summary>
            <param name="workbookTableToCreate">The WorkbookTable to create.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.CreateAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTable using POST.
            </summary>
            <param name="workbookTableToCreate">The WorkbookTable to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookTable.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.GetAsync">
            <summary>
            Gets the specified WorkbookTable.
            </summary>
            <returns>The WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTable.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.UpdateAsync(Microsoft.Graph.WorkbookTable)">
            <summary>
            Updates the specified WorkbookTable using PATCH.
            </summary>
            <param name="workbookTableToUpdate">The WorkbookTable to update.</param>
            <returns>The updated WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.UpdateAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTable using PATCH.
            </summary>
            <param name="workbookTableToUpdate">The WorkbookTable to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookTable)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookTableToInitialize">The <see cref="T:Microsoft.Graph.WorkbookTable"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRequestBuilder">
            <summary>
            The type WorkbookTableRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTableRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRequestBuilder.Columns">
            <summary>
            Gets the request builder for Columns.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableColumnsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRequestBuilder.Rows">
            <summary>
            Gets the request builder for Rows.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRequestBuilder.Sort">
            <summary>
            Gets the request builder for Sort.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRequestBuilder.Worksheet">
            <summary>
            Gets the request builder for Worksheet.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.ClearFilters">
            <summary>
            Gets the request builder for WorkbookTableClearFilters.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableClearFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.ConvertToRange">
            <summary>
            Gets the request builder for WorkbookTableConvertToRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableConvertToRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.ReapplyFilters">
            <summary>
            Gets the request builder for WorkbookTableReapplyFilters.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableReapplyFiltersRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.DataBodyRange">
            <summary>
            Gets the request builder for WorkbookTableDataBodyRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableDataBodyRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.HeaderRowRange">
            <summary>
            Gets the request builder for WorkbookTableHeaderRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableHeaderRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRequestBuilder.TotalRowRange">
            <summary>
            Gets the request builder for WorkbookTableTotalRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableTotalRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowAddRequest">
            <summary>
            The type WorkbookTableRowAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRowAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowAddRequestBuilder">
            <summary>
            The type WorkbookTableRowAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Nullable{System.Int32},Newtonsoft.Json.Linq.JToken)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableRowAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
            <param name="values">A values parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowCountRequest">
            <summary>
            The type WorkbookTableRowCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRowCountRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowCountRequestBuilder">
            <summary>
            The type WorkbookTableRowCountRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableRowCountRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowCountRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowItemAtRequest">
            <summary>
            The type WorkbookTableRowItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRowItemAtRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTableRow)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktablerow">The WorkbookTableRow object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.PatchAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbooktablerow">The WorkbookTableRow object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTableRow)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktablerow">The WorkbookTableRow object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.PutAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbooktablerow">The WorkbookTableRow object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowItemAtRequestBuilder">
            <summary>
            The type WorkbookTableRowItemAtRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableRowItemAtRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="index">A index parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowItemAtRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowRangeRequest">
            <summary>
            The type WorkbookTableRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder">
            <summary>
            The type WorkbookTableRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowRequest">
            <summary>
            The type WorkbookTableRowRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRowRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.CreateAsync(Microsoft.Graph.WorkbookTableRow)">
            <summary>
            Creates the specified WorkbookTableRow using POST.
            </summary>
            <param name="workbookTableRowToCreate">The WorkbookTableRow to create.</param>
            <returns>The created WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.CreateAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableRow using POST.
            </summary>
            <param name="workbookTableRowToCreate">The WorkbookTableRow to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookTableRow.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableRow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.GetAsync">
            <summary>
            Gets the specified WorkbookTableRow.
            </summary>
            <returns>The WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableRow.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.UpdateAsync(Microsoft.Graph.WorkbookTableRow)">
            <summary>
            Updates the specified WorkbookTableRow using PATCH.
            </summary>
            <param name="workbookTableRowToUpdate">The WorkbookTableRow to update.</param>
            <returns>The updated WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.UpdateAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableRow using PATCH.
            </summary>
            <param name="workbookTableRowToUpdate">The WorkbookTableRow to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookTableRow)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookTableRowToInitialize">The <see cref="T:Microsoft.Graph.WorkbookTableRow"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowRequestBuilder">
            <summary>
            The type WorkbookTableRowRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTableRowRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookTableRowRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowsCollectionPage">
            <summary>
            The type WorkbookTableRowsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookTableRowsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowsCollectionRequest">
            <summary>
            The type WorkbookTableRowsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableRowsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTableRow)">
            <summary>
            Adds the specified WorkbookTableRow to the collection via POST.
            </summary>
            <param name="workbookTableRow">The WorkbookTableRow to add.</param>
            <returns>The created WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTableRow,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTableRow to the collection via POST.
            </summary>
            <param name="workbookTableRow">The WorkbookTableRow to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableRow.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableRow,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder">
            <summary>
            The type WorkbookTableRowsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTableRowsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableRowRequestBuilder"/> for the specified WorkbookTableWorkbookTableRow.
            </summary>
            <param name="id">The ID for the WorkbookTableWorkbookTableRow.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.Add(System.Nullable{System.Int32},Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookTableRowAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableRowItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableRowsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableRowCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRowCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableRowsCollectionResponse">
            <summary>
            The type WorkbookTableRowsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookTableRowsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableRowsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTablesCollectionPage">
            <summary>
            The type WorkbookTablesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTablesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookTablesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTablesCollectionRequest">
            <summary>
            The type WorkbookTablesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTablesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTable)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder">
            <summary>
            The type WorkbookTablesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTablesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/> for the specified WorkbookWorkbookTable.
            </summary>
            <param name="id">The ID for the WorkbookWorkbookTable.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.Add(System.Boolean,System.String)">
            <summary>
            Gets the request builder for WorkbookTableAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTablesCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTablesCollectionResponse">
            <summary>
            The type WorkbookTablesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTablesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookTablesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTablesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortApplyRequest">
            <summary>
            The type WorkbookTableSortApplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableSortApplyRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookTableSortApplyRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortApplyRequestBuilder">
            <summary>
            The type WorkbookTableSortApplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.WorkbookSortField})">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableSortApplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="matchCase">A matchCase parameter for the OData method call.</param>
            <param name="method">A method parameter for the OData method call.</param>
            <param name="fields">A fields parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortApplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortClearRequest">
            <summary>
            The type WorkbookTableSortClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableSortClearRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortClearRequestBuilder">
            <summary>
            The type WorkbookTableSortClearRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableSortClearRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortClearRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortReapplyRequest">
            <summary>
            The type WorkbookTableSortReapplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableSortReapplyRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortReapplyRequestBuilder">
            <summary>
            The type WorkbookTableSortReapplyRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableSortReapplyRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortReapplyRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortRequest">
            <summary>
            The type WorkbookTableSortRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableSortRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.CreateAsync(Microsoft.Graph.WorkbookTableSort)">
            <summary>
            Creates the specified WorkbookTableSort using POST.
            </summary>
            <param name="workbookTableSortToCreate">The WorkbookTableSort to create.</param>
            <returns>The created WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.CreateAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookTableSort using POST.
            </summary>
            <param name="workbookTableSortToCreate">The WorkbookTableSort to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookTableSort.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookTableSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.GetAsync">
            <summary>
            Gets the specified WorkbookTableSort.
            </summary>
            <returns>The WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookTableSort.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.UpdateAsync(Microsoft.Graph.WorkbookTableSort)">
            <summary>
            Updates the specified WorkbookTableSort using PATCH.
            </summary>
            <param name="workbookTableSortToUpdate">The WorkbookTableSort to update.</param>
            <returns>The updated WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.UpdateAsync(Microsoft.Graph.WorkbookTableSort,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookTableSort using PATCH.
            </summary>
            <param name="workbookTableSortToUpdate">The WorkbookTableSort to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookTableSort.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableSort,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTableSort,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookTableSort)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookTableSortToInitialize">The <see cref="T:Microsoft.Graph.WorkbookTableSort"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableSortRequestBuilder">
            <summary>
            The type WorkbookTableSortRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookTableSortRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequestBuilder.Apply(System.Boolean,System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.WorkbookSortField})">
            <summary>
            Gets the request builder for WorkbookTableSortApply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortApplyRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequestBuilder.Clear">
            <summary>
            Gets the request builder for WorkbookTableSortClear.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortClearRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableSortRequestBuilder.Reapply">
            <summary>
            Gets the request builder for WorkbookTableSortReapply.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableSortReapplyRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableTotalRowRangeRequest">
            <summary>
            The type WorkbookTableTotalRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookTableTotalRowRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder">
            <summary>
            The type WorkbookTableTotalRowRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookTableTotalRowRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetAddRequest">
            <summary>
            The type WorkbookWorksheetAddRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetAddRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetAddRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetAddRequestBuilder">
            <summary>
            The type WorkbookWorksheetAddRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetAddRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="name">A name parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetAddRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetCellRequest">
            <summary>
            The type WorkbookWorksheetCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetCellRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder">
            <summary>
            The type WorkbookWorksheetCellRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Int32,System.Int32)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="row">A row parameter for the OData method call.</param>
            <param name="column">A column parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetCellRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetChartsCollectionPage">
            <summary>
            The type WorkbookWorksheetChartsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetChartsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest">
            <summary>
            The type WorkbookWorksheetChartsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetChartsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChart)">
            <summary>
            Adds the specified WorkbookChart to the collection via POST.
            </summary>
            <param name="workbookChart">The WorkbookChart to add.</param>
            <returns>The created WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookChart,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookChart to the collection via POST.
            </summary>
            <param name="workbookChart">The WorkbookChart to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookChart.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookChart,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder">
            <summary>
            The type WorkbookWorksheetChartsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetChartsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.ThisItem(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookChartRequestBuilder"/> for the specified WorkbookWorksheetWorkbookChart.
            </summary>
            <param name="id">The ID for the WorkbookWorksheetWorkbookChart.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.Add(System.String,System.String,Newtonsoft.Json.Linq.JToken)">
            <summary>
            Gets the request builder for WorkbookChartAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets the request builder for WorkbookChartItem.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookChartItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetChartsCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookChartCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookChartCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetChartsCollectionResponse">
            <summary>
            The type WorkbookWorksheetChartsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetChartsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetChartsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetNamesCollectionPage">
            <summary>
            The type WorkbookWorksheetNamesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetNamesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest">
            <summary>
            The type WorkbookWorksheetNamesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetNamesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookNamedItem)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookNamedItem,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookNamedItem to the collection via POST.
            </summary>
            <param name="workbookNamedItem">The WorkbookNamedItem to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookNamedItem.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookNamedItem,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder">
            <summary>
            The type WorkbookWorksheetNamesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetNamesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/> for the specified WorkbookWorksheetWorkbookNamedItem.
            </summary>
            <param name="id">The ID for the WorkbookWorksheetWorkbookNamedItem.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder.Add(System.String,Newtonsoft.Json.Linq.JToken,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetNamesCollectionRequestBuilder.AddFormulaLocal(System.String,System.String,System.String)">
            <summary>
            Gets the request builder for WorkbookNamedItemAddFormulaLocal.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookNamedItemAddFormulaLocalRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetNamesCollectionResponse">
            <summary>
            The type WorkbookWorksheetNamesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetNamesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetNamesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionPage">
            <summary>
            The type WorkbookWorksheetPivotTablesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest">
            <summary>
            The type WorkbookWorksheetPivotTablesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetPivotTablesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookPivotTable)">
            <summary>
            Adds the specified WorkbookPivotTable to the collection via POST.
            </summary>
            <param name="workbookPivotTable">The WorkbookPivotTable to add.</param>
            <returns>The created WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookPivotTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookPivotTable to the collection via POST.
            </summary>
            <param name="workbookPivotTable">The WorkbookPivotTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookPivotTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookPivotTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequestBuilder">
            <summary>
            The type WorkbookWorksheetPivotTablesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetPivotTablesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookPivotTableRequestBuilder"/> for the specified WorkbookWorksheetWorkbookPivotTable.
            </summary>
            <param name="id">The ID for the WorkbookWorksheetWorkbookPivotTable.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookPivotTableRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionRequestBuilder.RefreshAll">
            <summary>
            Gets the request builder for WorkbookPivotTableRefreshAll.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookPivotTableRefreshAllRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionResponse">
            <summary>
            The type WorkbookWorksheetPivotTablesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetPivotTablesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest">
            <summary>
            The type WorkbookWorksheetProtectionProtectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetProtectionProtectRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest.RequestBody">
            <summary>
            Gets the request body.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequestBuilder">
            <summary>
            The type WorkbookWorksheetProtectionProtectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,Microsoft.Graph.WorkbookWorksheetProtectionOptions)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">A options parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionProtectRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionRequest">
            <summary>
            The type WorkbookWorksheetProtectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetProtectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.CreateAsync(Microsoft.Graph.WorkbookWorksheetProtection)">
            <summary>
            Creates the specified WorkbookWorksheetProtection using POST.
            </summary>
            <param name="workbookWorksheetProtectionToCreate">The WorkbookWorksheetProtection to create.</param>
            <returns>The created WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.CreateAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookWorksheetProtection using POST.
            </summary>
            <param name="workbookWorksheetProtectionToCreate">The WorkbookWorksheetProtection to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookWorksheetProtection.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookWorksheetProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.GetAsync">
            <summary>
            Gets the specified WorkbookWorksheetProtection.
            </summary>
            <returns>The WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookWorksheetProtection.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.UpdateAsync(Microsoft.Graph.WorkbookWorksheetProtection)">
            <summary>
            Updates the specified WorkbookWorksheetProtection using PATCH.
            </summary>
            <param name="workbookWorksheetProtectionToUpdate">The WorkbookWorksheetProtection to update.</param>
            <returns>The updated WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.UpdateAsync(Microsoft.Graph.WorkbookWorksheetProtection,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheetProtection using PATCH.
            </summary>
            <param name="workbookWorksheetProtectionToUpdate">The WorkbookWorksheetProtection to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookWorksheetProtection.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheetProtection,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheetProtection,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookWorksheetProtection)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookWorksheetProtectionToInitialize">The <see cref="T:Microsoft.Graph.WorkbookWorksheetProtection"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionRequestBuilder">
            <summary>
            The type WorkbookWorksheetProtectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetProtectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequestBuilder.Protect(Microsoft.Graph.WorkbookWorksheetProtectionOptions)">
            <summary>
            Gets the request builder for WorkbookWorksheetProtectionProtect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetProtectionProtectRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionRequestBuilder.Unprotect">
            <summary>
            Gets the request builder for WorkbookWorksheetProtectionUnprotect.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetProtectionUnprotectRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequest">
            <summary>
            The type WorkbookWorksheetProtectionUnprotectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetProtectionUnprotectRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequest.PostAsync">
            <summary>
            Issues the POST request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequest.PostAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the POST request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequestBuilder">
            <summary>
            The type WorkbookWorksheetProtectionUnprotectRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetProtectionUnprotectRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetRangeRequest">
            <summary>
            The type WorkbookWorksheetRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder">
            <summary>
            The type WorkbookWorksheetRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="address">A address parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetRequest">
            <summary>
            The type WorkbookWorksheetRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.CreateAsync(Microsoft.Graph.WorkbookWorksheet)">
            <summary>
            Creates the specified WorkbookWorksheet using POST.
            </summary>
            <param name="workbookWorksheetToCreate">The WorkbookWorksheet to create.</param>
            <returns>The created WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.CreateAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Creates the specified WorkbookWorksheet using POST.
            </summary>
            <param name="workbookWorksheetToCreate">The WorkbookWorksheet to create.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.DeleteAsync">
            <summary>
            Deletes the specified WorkbookWorksheet.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified WorkbookWorksheet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.GetAsync">
            <summary>
            Gets the specified WorkbookWorksheet.
            </summary>
            <returns>The WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified WorkbookWorksheet.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.UpdateAsync(Microsoft.Graph.WorkbookWorksheet)">
            <summary>
            Updates the specified WorkbookWorksheet using PATCH.
            </summary>
            <param name="workbookWorksheetToUpdate">The WorkbookWorksheet to update.</param>
            <returns>The updated WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.UpdateAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Updates the specified WorkbookWorksheet using PATCH.
            </summary>
            <param name="workbookWorksheetToUpdate">The WorkbookWorksheet to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The updated WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequest.InitializeCollectionProperties(Microsoft.Graph.WorkbookWorksheet)">
            <summary>
            Initializes any collection properties after deserialization, like next requests for paging.
            </summary>
            <param name="workbookWorksheetToInitialize">The <see cref="T:Microsoft.Graph.WorkbookWorksheet"/> with the collection properties to initialize.</param>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetRequestBuilder">
            <summary>
            The type WorkbookWorksheetRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Charts">
            <summary>
            Gets the request builder for Charts.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetChartsCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Names">
            <summary>
            Gets the request builder for Names.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetNamesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetRequestBuilder.PivotTables">
            <summary>
            Gets the request builder for PivotTables.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetPivotTablesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Protection">
            <summary>
            Gets the request builder for Protection.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetProtectionRequestBuilder"/>.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Tables">
            <summary>
            Gets the request builder for Tables.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Cell(System.Int32,System.Int32)">
            <summary>
            Gets the request builder for WorkbookWorksheetCell.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetCellRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Range">
            <summary>
            Gets the request builder for WorkbookWorksheetRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.Range(System.String)">
            <summary>
            Gets the request builder for WorkbookWorksheetRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.UsedRange">
            <summary>
            Gets the request builder for WorkbookWorksheetUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetRequestBuilder.UsedRange(System.Boolean)">
            <summary>
            Gets the request builder for WorkbookWorksheetUsedRange.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetUsedRangeRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetsCollectionPage">
            <summary>
            The type WorkbookWorksheetsCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetsCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetsCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetsCollectionRequest">
            <summary>
            The type WorkbookWorksheetsCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetsCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookWorksheet)">
            <summary>
            Adds the specified WorkbookWorksheet to the collection via POST.
            </summary>
            <param name="workbookWorksheet">The WorkbookWorksheet to add.</param>
            <returns>The created WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.AddAsync(Microsoft.Graph.WorkbookWorksheet,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookWorksheet to the collection via POST.
            </summary>
            <param name="workbookWorksheet">The WorkbookWorksheet to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookWorksheet.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookWorksheet,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetsCollectionRequestBuilder">
            <summary>
            The type WorkbookWorksheetsCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetsCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetsCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/> for the specified WorkbookWorkbookWorksheet.
            </summary>
            <param name="id">The ID for the WorkbookWorkbookWorksheet.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetsCollectionRequestBuilder.Add(System.String)">
            <summary>
            Gets the request builder for WorkbookWorksheetAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookWorksheetAddRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetsCollectionResponse">
            <summary>
            The type WorkbookWorksheetsCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetsCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookWorksheetsCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetsCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetTablesCollectionPage">
            <summary>
            The type WorkbookWorksheetTablesCollectionPage.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetTablesCollectionPage.NextPageRequest">
            <summary>
            Gets the next page <see cref="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionRequest"/> instance.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionPage.InitializeNextPageRequest(Microsoft.Graph.IBaseClient,System.String)">
            <summary>
            Initializes the NextPageRequest property.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest">
            <summary>
            The type WorkbookWorksheetTablesCollectionRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetTablesCollectionRequest.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTable)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.AddAsync(Microsoft.Graph.WorkbookTable,System.Threading.CancellationToken)">
            <summary>
            Adds the specified WorkbookTable to the collection via POST.
            </summary>
            <param name="workbookTable">The WorkbookTable to add.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The created WorkbookTable.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.GetAsync">
            <summary>
            Gets the collection page.
            </summary>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the collection page.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The collection page.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Expand(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="expandExpression">The expression from which to calculate the expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Select(System.Linq.Expressions.Expression{System.Func{Microsoft.Graph.WorkbookTable,System.Object}})">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="selectExpression">The expression from which to calculate the select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Top(System.Int32)">
            <summary>
            Adds the specified top value to the request.
            </summary>
            <param name="value">The top value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Filter(System.String)">
            <summary>
            Adds the specified filter value to the request.
            </summary>
            <param name="value">The filter value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.Skip(System.Int32)">
            <summary>
            Adds the specified skip value to the request.
            </summary>
            <param name="value">The skip value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequest.OrderBy(System.String)">
            <summary>
            Adds the specified orderby value to the request.
            </summary>
            <param name="value">The orderby value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder">
            <summary>
            The type WorkbookWorksheetTablesCollectionRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new WorkbookWorksheetTablesCollectionRequestBuilder.
            </summary>
            <param name="requestUrl">The URL for the built request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.Request">
            <summary>
            Builds the request.
            </summary>
            <returns>The built request.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.Request(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Builds the request.
            </summary>
            <param name="options">The query and header options for the request.</param>
            <returns>The built request.</returns>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.Item(System.String)">
            <summary>
            Gets an <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/> for the specified WorkbookWorksheetWorkbookTable.
            </summary>
            <param name="id">The ID for the WorkbookWorksheetWorkbookTable.</param>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.Add(System.Boolean,System.String)">
            <summary>
            Gets the request builder for WorkbookTableAdd.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableAddRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.ItemAt(System.Int32)">
            <summary>
            Gets the request builder for WorkbookTableItemAt.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableItemAtRequestBuilder"/>.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetTablesCollectionRequestBuilder.Count">
            <summary>
            Gets the request builder for WorkbookTableCount.
            </summary>
            <returns>The <see cref="T:Microsoft.Graph.IWorkbookTableCountRequestBuilder"/>.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetTablesCollectionResponse">
            <summary>
            The type WorkbookWorksheetTablesCollectionResponse.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetTablesCollectionResponse.Value">
            <summary>
            Gets or sets the <see cref="T:Microsoft.Graph.IWorkbookWorksheetTablesCollectionPage"/> value.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.WorkbookWorksheetTablesCollectionResponse.AdditionalData">
            <summary>
            Gets or sets additional data.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest">
            <summary>
            The type WorkbookWorksheetUsedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Constructs a new WorkbookWorksheetUsedRangeRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.GetAsync">
            <summary>
            Issues the GET request.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Issues the GET request.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.PatchAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PATCH request.
            </summary>
            <param name="workbookrange">The WorkbookRange object set with the properties to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.PutAsync(Microsoft.Graph.WorkbookRange,System.Threading.CancellationToken)">
            <summary>
            Issues the PUT request.
            </summary>
            <param name="workbookrange">The WorkbookRange object to update.</param>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await for async call.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.Expand(System.String)">
            <summary>
            Adds the specified expand value to the request.
            </summary>
            <param name="value">The expand value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequest.Select(System.String)">
            <summary>
            Adds the specified select value to the request.
            </summary>
            <param name="value">The select value.</param>
            <returns>The request object to send.</returns>
        </member>
        <member name="T:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder">
            <summary>
            The type WorkbookWorksheetUsedRangeRequestBuilder.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Boolean)">
            <summary>
            Constructs a new <see cref="T:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder"/>.
            </summary>
            <param name="requestUrl">The URL for the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="valuesOnly">A valuesOnly parameter for the OData method call.</param>
        </member>
        <member name="M:Microsoft.Graph.WorkbookWorksheetUsedRangeRequestBuilder.CreateRequest(System.String,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            A method used by the base class to construct a request class instance.
            </summary>
            <param name="functionUrl">The request URL to </param>
            <param name="options">The query and header options for the request.</param>
            <returns>An instance of a specific request class.</returns>
        </member>
        <member name="T:Microsoft.Graph.ChunkedUploadProvider">
            <summary>
            Use this class to make resumable uploads or to upload large files. This
            class allows the client to control the size of chunks uploaded (for example, can be useful
            to use small chunks if the connection is slow). Also allows the client to
            pause an upload and resume later.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.ChunkedUploadProvider.Session">
            <summary>
            The UploadSession object
            </summary>
        </member>
        <member name="M:Microsoft.Graph.ChunkedUploadProvider.#ctor(Microsoft.Graph.UploadSession,Microsoft.Graph.IBaseClient,System.IO.Stream,System.Int32)">
            <summary>
            Helps with resumable uploads. Generates chunk requests based on <paramref name="session"/>
            information, and can control uploading of requests using <paramref name="client"/>
            </summary>
            <param name="session">Session information.</param>
            <param name="client">Client used to upload chunks.</param>
            <param name="uploadStream">Readable, seekable stream to be uploaded. Length of session is determined via uploadStream.Length</param>
            <param name="maxChunkSize">Max size of each chunk to be uploaded. Multiple of 320 KiB (320 * 1024) is required.
            If less than 0, default value of 5 MiB is used. .</param>
        </member>
        <member name="M:Microsoft.Graph.ChunkedUploadProvider.GetUploadChunkRequests(System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Get the series of requests needed to complete the upload session. Call <see cref="M:Microsoft.Graph.ChunkedUploadProvider.UpdateSessionStatusAsync"/>
            first to update the internal session information.
            </summary>
            <param name="options">Options to be applied to each request.</param>
            <returns>All requests currently needed to complete the upload session.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChunkedUploadProvider.UpdateSessionStatusAsync">
            <summary>
            Get the status of the session. Stores returned session internally.
            Updates internal list of ranges remaining to be uploaded (according to the server).
            </summary>
            <returns>UploadSession returned by the server.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChunkedUploadProvider.DeleteSession">
            <summary>
            Delete the session.
            </summary>
            <returns>Once returned task is complete, the session has been deleted.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChunkedUploadProvider.UploadAsync(System.Int32,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Upload the whole session.
            </summary>
            <param name="maxTries">Number of times to retry entire session before giving up.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
            <returns>Item information returned by server.</returns>
        </member>
        <member name="M:Microsoft.Graph.ChunkedUploadProvider.GetChunkRequestResponseAsync(Microsoft.Graph.UploadChunkRequest,System.Byte[],System.Collections.Generic.ICollection{System.Exception})">
            <summary>
            Write a chunk of data using the UploadChunkRequest.
            </summary>
            <param name="request">The UploadChunkRequest to make the request with.</param>
            <param name="readBuffer">The byte[] content to read from.</param>
            <param name="exceptionTrackingList">A list of exceptions to use to track progress. ChunkedUpload may retry.</param>
            <returns></returns>
        </member>
        <member name="T:Microsoft.Graph.EtagHelper">
            <summary>
            Helper class to extract @odata.etag property and to specify If-Match headers for requests.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.EtagHelper.ODataEtagPropertyName">
            <summary>
            Name of the OData etag property.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.EtagHelper.GetEtag(Microsoft.Graph.Entity)">
            <summary>
            Returns the etag of an entity.
            </summary>
            <param name="entity">The entity that contains an etag.</param>
            <returns>Etag value if present, null otherwise.</returns>
        </member>
        <member name="T:Microsoft.Graph.HeaderHelper">
            <summary>
            Helper class to add HTTP headers for requests.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.HeaderHelper.Header``1(``0,System.String,System.String)">
            <summary>
            Adds a header with the given name and value to the request.
            </summary>
            <typeparam name="TRequest">Type of the request.</typeparam>
            <param name="request">Request to which the header should be added.</param>
            <param name="name">Name of the header.</param>
            <param name="value">Value of the header.</param>
            <returns>Modified request with the added header.</returns>
        </member>
        <member name="T:Microsoft.Graph.IUploadChunkRequest">
            <summary>
            The interface IUploadChunkRequest.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.IUploadChunkRequest.PutAsync(System.IO.Stream)">
            <summary>
            Puts the specified Chunk.
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="T:Microsoft.Graph.UploadChunkRequest">
            <summary>
            The type UploadChunkRequest.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadChunkRequest.RangeBegin">
            <summary>
            The beginning of the chunk range to send.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadChunkRequest.RangeEnd">
            <summary>
            The end of the chunk range to send.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadChunkRequest.TotalSessionLength">
            <summary>
            The length in bytes of the session.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadChunkRequest.RangeLength">
            <summary>
            The range length of the chunk to send.
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UploadChunkRequest.#ctor(System.String,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option},System.Int64,System.Int64,System.Int64)">
            <summary>
            Request for uploading one chunk of a session
            </summary>
            <param name="sessionUrl">URL to upload the chunk.</param>
            <param name="client">Client used for sending the chunk.</param>
            <param name="options">Options</param>
            <param name="rangeBegin">Beginning of range of this chunk</param>
            <param name="rangeEnd">End of range of this chunk</param>
            <param name="totalSessionLength">Total session length. This MUST be consistent
            across all chunks.</param>
        </member>
        <member name="M:Microsoft.Graph.UploadChunkRequest.PutAsync(System.IO.Stream)">
            <summary>
            Uploads the chunk using PUT.
            </summary>
            <param name="stream">Stream of data to be sent in the request.</param>
            <returns>The status of the upload.</returns>
        </member>
        <member name="M:Microsoft.Graph.UploadChunkRequest.PutAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Uploads the chunk using PUT.
            </summary>
            <param name="stream">Stream of data to be sent in the request. Length must be equal to the length
            of this chunk (as defined by this.RangeLength)</param>
            <param name="cancellationToken">The cancellation token</param>
            <returns>The status of the upload. If UploadSession.AdditionalData.ContainsKey("successResponse")
            is true, then the item has completed, and the value is the created item from the server.</returns>
        </member>
        <member name="M:Microsoft.Graph.UploadChunkRequest.SendRequestAsync(System.IO.Stream,System.Threading.CancellationToken,System.Net.Http.HttpCompletionOption)">
            <summary>
            Send the Chunked Upload request
            </summary>
            <param name="stream">Stream of data to be sent in the request.</param>
            <param name="cancellationToken">The cancellation token</param>
            <param name="completionOption">The completion option for the request. Defaults to ResponseContentRead.</param>
            <returns></returns>
        </member>
        <member name="T:Microsoft.Graph.UploadChunkResult">
            <summary>
            The UploadChunkResult class
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UploadChunkResult.UploadSession">
            <summary>
            The UploadSession containing information about the created upload session.
            </summary>
        </member>
        <member name="F:Microsoft.Graph.UploadChunkResult.ItemResponse">
            <summary>
            The uploaded item, once upload has completed.
            </summary>
        </member>
        <member name="P:Microsoft.Graph.UploadChunkResult.UploadSucceeded">
            <summary>
            Status of the request.
            </summary>
        </member>
        <member name="T:Microsoft.Graph.UploadSessionRequest">
            <summary>
            The UploadSessionRequest class
            </summary>
        </member>
        <member name="M:Microsoft.Graph.UploadSessionRequest.#ctor(Microsoft.Graph.UploadSession,Microsoft.Graph.IBaseClient,System.Collections.Generic.IEnumerable{Microsoft.Graph.Option})">
            <summary>
            Create a new UploadSessionRequest
            </summary>
            <param name="session">The UploadSession to use in the request.</param>
            <param name="client">The <see cref="T:Microsoft.Graph.IBaseClient"/> for handling requests.</param>
            <param name="options">Query and header option name value pairs for the request.</param>
        </member>
        <member name="M:Microsoft.Graph.UploadSessionRequest.DeleteAsync">
            <summary>
            Deletes the specified Session
            </summary>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UploadSessionRequest.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Session
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The task to await.</returns>
        </member>
        <member name="M:Microsoft.Graph.UploadSessionRequest.GetAsync">
            <summary>
            Gets the specified UploadSession.
            </summary>
            <returns>The Item.</returns>
        </member>
        <member name="M:Microsoft.Graph.UploadSessionRequest.GetAsync(System.Threading.CancellationToken)">
            <summary>
            Gets the specified UploadSession.
            </summary>
            <param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> for the request.</param>
            <returns>The Item.</returns>
        </member>
    </members>
</doc>